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 | |
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')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 15 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 9 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 12 |
3 files changed, 33 insertions, 3 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 diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index f34458d704b..b4bb494bd67 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.58 2003/05/13 22:45:10 miod Exp $ +# $OpenBSD: RAMDISKB,v 1.59 2003/05/14 01:34:43 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -246,6 +246,13 @@ dc* at pci? 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 diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index c83b0cb5fd7..71c85bcc135 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.30 2003/05/13 22:45:10 miod Exp $ +# $OpenBSD: RAMDISKC,v 1.31 2003/05/14 01:34:43 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -235,6 +235,16 @@ rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet wb* at pci? dev ? function ? # Winbond W89C840F 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 |