Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf Fix ukbd attachment. Noted by Patrick W...



details:   https://anonhg.NetBSD.org/src/rev/263e9bfd2ebf
branches:  trunk
changeset: 520807:263e9bfd2ebf
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 17 15:50:28 2002 +0000

description:
Fix ukbd attachment. Noted by Patrick Welche on port-macppc.

diffstat:

 sys/arch/macppc/conf/INSTALL |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r c66c2d4771d2 -r 263e9bfd2ebf sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Thu Jan 17 15:11:38 2002 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Thu Jan 17 15:50:28 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.52 2002/01/03 04:34:21 mbw Exp $
+#      $NetBSD: INSTALL,v 1.53 2002/01/17 15:50:28 wiz Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -151,7 +151,8 @@
 usb*   at ohci?
 uhub*  at usb?
 uhub*  at uhub? port ? configuration ? interface ?
-ukbd*  at uhub? port ? configuration ? interface ?
+uhidev*        at uhub? port ? configuration ? interface ?
+ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ?
 
 pseudo-device  md              1       # memory disk



Home | Main Index | Thread Index | Old Index