diff options
author | 2008-04-02 22:32:43 +0000 | |
---|---|---|
committer | 2008-04-02 22:32:43 +0000 | |
commit | 084c9b25d5b574c9b2feceb82822d91781039cac (patch) | |
tree | bac17fa783367adf834b615afeca41a0da21e54d | |
parent | Add support for the National Semiconductor Saturn (which really is a Sun (diff) | |
download | wireguard-openbsd-084c9b25d5b574c9b2feceb82822d91781039cac.tar.xz wireguard-openbsd-084c9b25d5b574c9b2feceb82822d91781039cac.zip |
Add nsgphy(4).
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 2c58ae98628..2d524b0f802 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.198 2008/03/30 12:30:02 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.199 2008/04/02 22:32:43 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -384,6 +384,7 @@ rlphy* at mii? # RealTek 8139 internal PHYs urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY gentbi* at mii? # Generic 1000BASE-X ten-bit PHY +nsgphy* at mii? # NS gigabit PHYs ukphy* at mii? # Unknown PHYs # sensors diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 4aeb1155772..b03a9ee12c3 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.69 2008/03/30 12:30:02 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.70 2008/04/02 22:32:43 kettenis Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -178,6 +178,7 @@ rlphy* at mii? # RealTek 8139 internal PHYs urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY gentbi* at mii? # Generic 1000BASE-X ten-bit PHY +nsgphy* at mii? # NS gigabit PHYs ukphy* at mii? # Unknown PHYs # PCI USB Controllers |