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/RAMDISK | |
parent | 3c76114027c7945aa47f9db2e5b15c06e60c83f5 (diff) |
few more devices that fit
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 6 |
1 files changed, 5 insertions, 1 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 |