diff options
author | 2005-05-22 02:20:07 +0000 | |
---|---|---|
committer | 2005-05-22 02:20:07 +0000 | |
commit | c538cf9157aebb55c5a8058c45c0c86a0e4f5f70 (patch) | |
tree | 0377df74981a2e3c6afcc8b243138f8fb8e75961 | |
parent | fix dmesg print (diff) | |
download | wireguard-openbsd-c538cf9157aebb55c5a8058c45c0c86a0e4f5f70.tar.xz wireguard-openbsd-c538cf9157aebb55c5a8058c45c0c86a0e4f5f70.zip |
enable re(4) and ciphy(4) on sparc64
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 9ff8e41f925..1057d52b364 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.126 2005/05/16 16:56:44 brad Exp $ +# $OpenBSD: GENERIC,v 1.127 2005/05/22 02:20:07 pvalchev Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -55,6 +55,7 @@ epic* at pci? # SMC EPIC/100 ethernet em* at pci? # Intel Pro/1000 ethernet rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet +re* at pci? # Realtek 8169/8169S/8110S # PCI SCSI ahc* at pci? # Adaptec 2940 SCSI controllers @@ -284,6 +285,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 # Framebuffers |