diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-26 16:52:11 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-26 16:52:11 +0000 |
commit | df01d77ef42f3d4596f2183ed912e70258cbd9bd (patch) | |
tree | 3d255be29bb17cd1362f8bf113fa2f22574aeaf8 /sys/arch/sparc64/conf | |
parent | 88a99b576ffdee25c32d713c8cc181a6189b0c3e (diff) |
Add re(4). From brad at comstyle dot com.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index ce1b8d9a7a2..bb2c6fe1c30 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.63 2007/05/01 15:22:23 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.64 2007/05/26 16:52:10 kettenis Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -76,6 +76,7 @@ bge* at pci? # Broadcom BCM570x (aka Tigon3) stge* at pci? # Sundance TC9021 GigE rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet +re* at pci? # RealTek 8169/8169S/8110S auxio* at ebus? auxio* at sbus? @@ -159,6 +160,7 @@ inphy* at mii? # Intel 82555 PHYs lxtphy* at mii? # Level1 LXT970 PHYs rlphy* at mii? # RealTek 8139 internal PHYs urlphy* at mii? # Realtek RTL8150L internal PHY +rgephy* at mii? # Realtek 8169S/8110S PHY ukphy* at mii? # Unknown PHYs # PCI USB Controllers |