diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-06 21:37:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-06 21:37:54 +0000 |
commit | 6d67a0a05fcaab4cfa6feda21b4a191376a8bfe0 (patch) | |
tree | 9e5e666b5ff900a102c0fa8287b425a30acd9f85 /sys/arch/i386/conf | |
parent | 3c76114027c7945aa47f9db2e5b15c06e60c83f5 (diff) |
few more devices that fit
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 8 |
3 files changed, 14 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 1aca2bedef2..25386a428da 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.135 2005/01/06 21:37:29 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.136 2005/01/06 21:37:53 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -242,6 +242,8 @@ em* at pci? # Intel Pro/1000 ethernet #stge* at pci? # Sundance TC9021 GigE #lge* at pci? # Level1 LXT1001 GigE #hme* at pci? # Sun Happy Meal +re* at pci? # Realtek 8169/8169S/8110S +vge* at pci? # VIA VT612x # Wireless network cards wi* at pci? # WaveLAN IEEE 802.11DS @@ -267,6 +269,8 @@ dcphy* at mii? # Digital Clone PHYs amphy* at mii? # AMD 79C873 PHYs tqphy* at mii? # TDK 78Q212x PHYs bmtphy* at mii? # Broadcom 10/100 PHYs +rgephy* at mii? # Realtek 8169S/8110S PHY +ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ukphy* at mii? # "unknown" PHYs pseudo-device loop 1 # network loopback diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index a1557a0cb15..b926bced7b4 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.77 2005/01/06 21:32:57 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.78 2005/01/06 21:37:53 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -263,6 +263,7 @@ bge* at pci? # Broadcom BCM570x (aka Tigon3) re* at pci? # Realtek 8169/8169S/8110S #lge* at pci? # Level1 LXT1001 GigE #hme* at pci? # Sun Happy Meal +vge* at pci? # VIA VT612x # Wireless network cards wi* at pci? # WaveLAN IEEE 802.11DS @@ -288,6 +289,8 @@ dcphy* at mii? # Digital Clone PHYs amphy* at mii? # AMD 79C873 PHYs tqphy* at mii? # TDK 78Q212x PHYs bmtphy* at mii? # Broadcom 10/100 PHYs +rgephy* at mii? # Realtek 8169S/8110S PHY +ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ukphy* at mii? # "unknown" PHYs pseudo-device loop 1 # network loopback diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 8b1e4b83ea5..c4650b7b1ca 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.47 2005/01/06 21:37:29 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.48 2005/01/06 21:37:53 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -275,12 +275,12 @@ em* at pci? # Intel Pro/1000 ethernet #txp* at pci? # 3com 3CR990 #nge* at pci? # NS DP83820/DP83821 GigE #bge* at pci? # Broadcom BCM570x (aka Tigon3) -#re* at pci? # Realtek 8169/8169S/8110S +re* at pci? # Realtek 8169/8169S/8110S #stge* at pci? # Sundance TC9021 GigE #lge* at pci? # Level1 LXT1001 GigE #hme* at pci? # Sun Happy Meal #bce* at pci? # Broadcom BCM4401 -#vge* at pci? # VIA VT612x +vge* at pci? # VIA VT612x # Wireless network cards wi* at pci? # WaveLAN IEEE 802.11DS @@ -306,6 +306,8 @@ dcphy* at mii? # Digital Clone PHYs amphy* at mii? # AMD 79C873 PHYs tqphy* at mii? # TDK 78Q212x PHYs bmtphy* at mii? # Broadcom 10/100 PHYs +rgephy* at mii? # Realtek 8169S/8110S PHY +ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ukphy* at mii? # "unknown" PHYs pseudo-device loop 1 # network loopback |