diff options
author | 2005-03-19 21:10:54 +0000 | |
---|---|---|
committer | 2005-03-19 21:10:54 +0000 | |
commit | 3dd41bc510d79632acb29245e699707bc407a603 (patch) | |
tree | 4ae9efc0829eb156b9996712909ee22c55a1ea5f | |
parent | Generate control file automatically. (diff) | |
download | wireguard-openbsd-3dd41bc510d79632acb29245e699707bc407a603.tar.xz wireguard-openbsd-3dd41bc510d79632acb29245e699707bc407a603.zip |
pci de(4) unlikely on laptop compared to others
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index dcce642eac5..26fe9ad1013 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.51 2005/03/18 23:39:06 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.52 2005/03/19 21:10:54 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -248,7 +248,7 @@ scsibus* at atapiscsi? #le* at pci? # PCnet-PCI based ethernet #ep* at isapnp? # 3C509 PnP ethernet #le* at isapnp? -de* at pci? # DC21X4X-based ethernet +#de* at pci? # DC21X4X-based ethernet fxp* at pci? # EtherExpress 10/100B ethernet fxp* at cardbus? # Intel PRO/100 ethernet #ep0 at pci? # 3C59x ethernet |