diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-14 01:34:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-14 01:34:44 +0000 |
commit | b9c09d6d17a5134c85ea1fd00a65ce2829a6d254 (patch) | |
tree | da93743065e89cee4631461dfc7f4552a3245ff8 /sys/arch/i386/conf/RAMDISK | |
parent | 78d690b47a336b8bcd3499e23f5dea0c6ed41974 (diff) |
em* is starting to show up on lots of machines. for next release,
let us make sure it fits.
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 72bb89f34cc..7783e04d30b 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.117 2003/05/13 22:45:10 miod Exp $ +# $OpenBSD: RAMDISK,v 1.118 2003/05/14 01:34:43 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -223,6 +223,19 @@ vr* at pci? dev ? function ? # VIA Rhine ethernet wb* at pci? dev ? function ? # Winbond W89C840F ethernet dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet sis* at pci? dev ? function ? # SiS 900/7016 ethernet +#ste* at pci? dev ? function ? # Sundance ST201 ethernet +#dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet +#dc* at cardbus? dev ? function ? # 21143, "tulip" clone ethernet +#ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet +#skc* at pci? dev ? function ? # SysKonnect GEnesis 984x +#sk* at skc? # each port of above +em* at pci? dev ? function ? # Intel Pro/1000 ethernet +#txp* at pci? dev ? function ? # 3com 3CR990 +#nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE +#bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) +#stge* at pci? dev ? function ? # Sundance TC9021 GigE +#lge* at pci? dev ? function ? # Level1 LXT1001 GigE +#hme* at pci? dev ? function ? # Sun Happy Meal # Wireless network cards wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS |