diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2000-09-07 22:02:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2000-09-07 22:02:13 +0000 |
commit | 9bbcc7833d867add596c2c06c3b41beda4f7ee32 (patch) | |
tree | 370e8e792c95f5e927e857914f3f7367e5ce06e5 /sys/arch/powerpc | |
parent | 216146b8941991902a5e4257103c3a1076144783 (diff) |
- attach wskbd at location console ?
- add ums and wsmouse
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index 53d6b3de99b..9060650762f 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.17 2000/09/07 01:43:05 rahnds Exp $ +# $OpenBSD: GENERIC,v 1.18 2000/09/07 22:02:12 matthieu Exp $ # # PPC GENERIC config file # @@ -116,13 +116,17 @@ uhid* at uhub? port ? configuration ? interface ? # USB HID Keyboard devices ukbd* at uhub? port ? configuration ? interface ? +# USB Mice +ums* at uhub? port ? configuration ? interface ? +wsmouse* at ums? mux 0 + # USB Generic driver ugen* at uhub? port ? configuration ? interface ? #### Workstation Console attachments wsdisplay* at vgafb? -wskbd0 at ukbd? console 1 +wskbd0 at ukbd? console ? #### SCSI Bus devices |