diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-11-24 02:03:38 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-11-24 02:03:38 +0000 |
commit | 17d7af3dc09861f2efcfb7d3ea73132346bcf5d0 (patch) | |
tree | c0fbadcd374b8ffcf99f0677c7dcfc801764e729 /sys/arch/sparc64 | |
parent | 31b8ad6487b3cd6cc6b559f6c720d1df5b1da95c (diff) |
use the correct capitalization for Realtek.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 10 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 7210bd8b3ba..ce19db93f33 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.291 2014/09/27 08:28:12 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.292 2014/11/24 02:03:37 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -87,10 +87,10 @@ myx* at pci? # Myricom Myri-10G 10Gb ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) bnx* at pci? # Broadcom BCM5706/5708 GigE stge* at pci? # Sundance TC9021 GigE -rl* at pci? # RealTek 81[23]9 ethernet +rl* at pci? # Realtek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet -re* at pci? # RealTek 8169/8169S/8110S -re* at cardbus? # RealTek 8169/8169S/8110S +re* at pci? # Realtek 8169/8169S/8110S +re* at cardbus? # Realtek 8169/8169S/8110S thtc* at pci? # Tehuti Networks 10Gb ethernet tht* at thtc? jme* at pci? # JMicron JMC250/JMC260 Ethernet @@ -427,7 +427,7 @@ icsphy* at mii? # ICS 1890 PHYs iophy* at mii? # Intel 82553 PHYs inphy* at mii? # Intel 82555 PHYs lxtphy* at mii? # Level1 LXT970 PHYs -rlphy* at mii? # RealTek 8139 internal PHYs +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 diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 3bfcc7d8470..399e248ca21 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.114 2014/10/10 05:43:36 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.115 2014/11/24 02:03:37 brad Exp $ machine sparc64 maxusers 4 @@ -102,10 +102,10 @@ em* at pci? # Intel Pro/1000 ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) bnx* at pci? # Broadcom BCM5706/5708 GigE stge* at pci? # Sundance TC9021 GigE -rl* at pci? # RealTek 81[23]9 ethernet +rl* at pci? # Realtek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet -re* at pci? # RealTek 8169/8169S/8110S -re* at cardbus? # RealTek 8169/8169S/8110S +re* at pci? # Realtek 8169/8169S/8110S +re* at cardbus? # Realtek 8169/8169S/8110S jme* at pci? # JMicron JMC250/JMC260 Ethernet auxio* at ebus? @@ -190,7 +190,7 @@ icsphy* at mii? # ICS 1890 PHYs iophy* at mii? # Intel 82553 PHYs inphy* at mii? # Intel 82555 PHYs lxtphy* at mii? # Level1 LXT970 PHYs -rlphy* at mii? # RealTek 8139 internal PHYs +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 |