diff options
author | 2007-05-26 16:52:10 +0000 | |
---|---|---|
committer | 2007-05-26 16:52:10 +0000 | |
commit | d0f61ebc44b365e3cfbc0f52e7ff69f2c5e91d28 (patch) | |
tree | 6b299186e8047e6d51edd9af00961de7c1f66ce1 | |
parent | separate the attach information from the status information with a colon. (diff) | |
download | wireguard-openbsd-d0f61ebc44b365e3cfbc0f52e7ff69f2c5e91d28.tar.xz wireguard-openbsd-d0f61ebc44b365e3cfbc0f52e7ff69f2c5e91d28.zip |
Add re(4). From brad at comstyle dot com.
-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 |