diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-05 22:29:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-05 22:29:32 +0000 |
commit | 84f01d49ea709a2ab7f5786ba93556a6c1704a6e (patch) | |
tree | fc8a74b7d8c300c07fc33df0858631260e539a2e /sys/arch/amd64 | |
parent | 28a7980b174a37336f7bd40746bc0226ef7fada3 (diff) |
re(4) on all media
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 1c4dbb2d804..1c0351daa10 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.22 2004/06/04 08:10:31 grange Exp $ +# $OpenBSD: GENERIC,v 1.23 2004/06/05 22:29:31 deraadt Exp $ # # GENERIC -- everything that's currently supported # @@ -341,6 +341,7 @@ 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) +re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S stge* at pci? dev ? function ? # Sundance TC9021 GigE #lge* at pci? dev ? function ? # Level1 LXT1001 GigE #hme* at pci? dev ? function ? # Sun Happy Meal @@ -375,6 +376,7 @@ brgphy* at mii? phy ? # Broadcom Gigabit PHYs eephy* at mii? phy ? # Marvell 88E1000 series PHY xmphy* at mii? phy ? # XaQti XMAC-II PHYs nsgphy* at mii? phy ? # NS gigabit PHYs +rgephy* at mii? phy ? # Realtek 8169S/8110S PHY urlphy* at mii? phy ? # Realtek RTL8150L internal PHY ukphy* at mii? phy ? # "unknown" PHYs diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index e03e6ab88bf..e892bc11b96 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.7 2004/03/12 01:40:48 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.8 2004/06/05 22:29:31 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -203,6 +203,7 @@ fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet #xl* at pci? dev ? function ? # 3C9xx ethernet #xl* at cardbus? dev ? function ? # 3C575 ethernet #rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet +re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S #tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet #tl* at pci? dev ? function ? # Compaq Thunderlan ethernet #vr* at pci? dev ? function ? # VIA Rhine ethernet @@ -247,6 +248,7 @@ brgphy* at mii? phy ? # Broadcom Gigabit PHYs #eephy* at mii? phy ? # Marvell 88E1000 series PHY #xmphy* at mii? phy ? # XaQti XMAC-II PHYs #bmtphy* at mii? phy ? # Broadcom 10/100 PHYs +rgephy* at mii? phy ? # Realtek 8169S/8110S PHY ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 191d3e4c097..226c6ccba2b 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.8 2004/05/23 04:03:57 drahn Exp $ +# $OpenBSD: RAMDISK_CD,v 1.9 2004/06/05 22:29:31 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -218,6 +218,7 @@ 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) +re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S #lge* at pci? dev ? function ? # Level1 LXT1001 GigE #mtd* at pci? dev ? function ? # Myson MTD803 @@ -249,6 +250,7 @@ brgphy* at mii? phy ? # Broadcom Gigabit PHYs eephy* at mii? phy ? # Marvell 88E1000 series PHY xmphy* at mii? phy ? # XaQti XMAC-II PHYs bmtphy* at mii? phy ? # Broadcom 10/100 PHYs +rgephy* at mii? phy ? # Realtek 8169S/8110S PHY ukphy* at mii? phy ? # "unknown" PHYs pseudo-device loop 1 # network loopback |