diff options
author | 2004-01-28 23:53:56 +0000 | |
---|---|---|
committer | 2004-01-28 23:53:56 +0000 | |
commit | 121231a0d1e72b2ee10f63289eb04f252f42f7d6 (patch) | |
tree | 0a74b902cba691794a07824f1c5bc640fe31be0f | |
parent | Correctly protect against multiple inclusion... (diff) | |
download | wireguard-openbsd-121231a0d1e72b2ee10f63289eb04f252f42f7d6.tar.xz wireguard-openbsd-121231a0d1e72b2ee10f63289eb04f252f42f7d6.zip |
Do not put the sample IndustryPack driver in GENERIC. This makes no real sense.
-rw-r--r-- | sys/arch/mvme68k/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index 63c89d655ec..972c78c3de7 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 2001/11/08 23:53:10 miod Exp $ +# $OpenBSD: GENERIC,v 1.21 2004/01/28 23:53:56 miod Exp $ machine mvme68k m68k @@ -53,7 +53,8 @@ vme0 at mc0 offset 0x40000 flash0 at mainbus0 addr 0xffa00000 sram0 at mainbus0 addr 0xffe00000 -fooip* at ipic? manu 0x11 prod 0x22 ipl 1 +# IndustryPack modules +#fooip* at ipic? manu 0x11 prod 0x22 ipl 1 # MVME166/167/177 pcctwo0 at mainbus0 addr 0xfff00000 |