diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2014-01-22 05:35:18 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2014-01-22 05:35:18 +0000 |
commit | 2b0ec37f72aaf75b7ca1922b2d4c58b3337396ca (patch) | |
tree | 07588176d63598263d0880f5c0956c9172b0f640 /sys/arch | |
parent | ab0f83ec501e7f8169955b185507717d064ddf98 (diff) |
tweak ubcmtp comment
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 357339c4480..0a1bf363270 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.357 2014/01/21 21:14:58 sf Exp $ +# $OpenBSD: GENERIC,v 1.358 2014/01/22 05:35:17 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -204,7 +204,7 @@ umidi* at uhub? # USB MIDI midi* at umidi? ulpt* at uhub? # USB Printers umass* at uhub? # USB Mass Storage devices -ubcmtp* at uhub? # Broadcom USB touchpad +ubcmtp* at uhub? # Broadcom USB trackpad wsmouse* at ubcmtp? mux 0 uhidev* at uhub? # Human Interface Devices ums* at uhidev? # USB mouse diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 57128fb38a9..e90ae2416de 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.765 2014/01/21 21:14:58 sf Exp $ +# $OpenBSD: GENERIC,v 1.766 2014/01/22 05:35:17 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -256,7 +256,7 @@ umidi* at uhub? # USB MIDI midi* at umidi? ulpt* at uhub? # USB Printers umass* at uhub? # USB Mass Storage devices -ubcmtp* at uhub? # Broadcom USB touchpad +ubcmtp* at uhub? # Broadcom USB trackpad wsmouse* at ubcmtp? mux 0 uhidev* at uhub? # Human Interface Devices ums* at uhidev? # USB mouse |