summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-02-21 16:23:23 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-02-21 16:23:23 +0000
commit6a8c288d0655c0c243f6b95437cef521e86bc379 (patch)
tree4e3cbb47ab6b17d93fca3a10d46bfc8ad1db39f8 /sys/i386
parent6a376dfa305cae346da49a6d63836d5135f8ec86 (diff)
downloadFreeBSD-src-6a8c288d0655c0c243f6b95437cef521e86bc379.zip
FreeBSD-src-6a8c288d0655c0c243f6b95437cef521e86bc379.tar.gz
Rename hid device to uhid (HID: Human Interface Device)
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 7c8960f..f0de16a 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.152 1999/02/20 21:12:24 obrien Exp $
+# $Id: GENERIC,v 1.153 1999/02/20 23:29:24 n_hibma Exp $
machine "i386"
cpu "I386_CPU"
@@ -224,7 +224,7 @@ options SYSVMSG
#device ulpt0
#device ucom0
#device umodem0
-#device hid0
+#device uhid0
#device ugen0
#
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 013c504..e1a4074 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.557 1999/02/20 23:29:22 n_hibma Exp $
+# $Id: LINT,v 1.558 1999/02/21 15:04:43 nsouch Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -2060,7 +2060,7 @@ device ucom0
# USB modem driver
device umodem0
# Human Interface Device (anything with buttons and dials)
-device hid0
+device uhid0
# Generic USB device driver
device ugen0
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 013c504..e1a4074 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.557 1999/02/20 23:29:22 n_hibma Exp $
+# $Id: LINT,v 1.558 1999/02/21 15:04:43 nsouch Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -2060,7 +2060,7 @@ device ucom0
# USB modem driver
device umodem0
# Human Interface Device (anything with buttons and dials)
-device hid0
+device uhid0
# Generic USB device driver
device ugen0
#
OpenPOWER on IntegriCloud