diff options
author | 2009-01-30 00:01:20 +0000 | |
---|---|---|
committer | 2009-01-30 00:01:20 +0000 | |
commit | 1913dcfedb6dfb7570b6256adf3cf203cfa674eb (patch) | |
tree | b89faff78d4ce2f8331cdaed0c85af05c9fdb1d3 | |
parent | KNF (whitespace fixes). ok grunk@ (diff) | |
download | wireguard-openbsd-1913dcfedb6dfb7570b6256adf3cf203cfa674eb.tar.xz wireguard-openbsd-1913dcfedb6dfb7570b6256adf3cf203cfa674eb.zip |
- add missing trailing 't' of the mos(4) entry's 'Etherne'
-rw-r--r-- | sys/arch/socppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC index e4370124bf6..4ef87787758 100644 --- a/sys/arch/socppc/conf/GENERIC +++ b/sys/arch/socppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.7 2009/01/11 21:45:17 maja Exp $ +# $OpenBSD: GENERIC,v 1.8 2009/01/30 00:01:20 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -57,7 +57,7 @@ uhub* at uhub? # USB Hubs umass* at uhub? # USB Mass Storage devices scsibus* at umass? axe* at uhub? # ASIX Electronics AX88172 USB Ethernet -mos* at uhub? # MOSCHIP CS730/7830 10/100 Etherne +mos* at uhub? # MOSCHIP CS730/7830 10/100 Ethernet uath* at uhub? # Atheros AR5005UR/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB |