diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-16 04:03:01 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-16 04:03:01 +0000 |
commit | a78b3f4be34957fe58d449584503205dbb79adb3 (patch) | |
tree | 1ee8efadc357bd2a295484f3148e6157e9ed9962 | |
parent | 8476283be7f77e45033fb87f401618b9c40963b4 (diff) |
It is possible to have more than one usb keyboard configured thru wskbd.
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index 9060650762f..dde06c9d7f0 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 2000/09/07 22:02:12 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.19 2000/09/16 04:03:00 rahnds Exp $ # # PPC GENERIC config file # @@ -126,7 +126,7 @@ ugen* at uhub? port ? configuration ? interface ? #### Workstation Console attachments wsdisplay* at vgafb? -wskbd0 at ukbd? console ? +wskbd* at ukbd? console ? #### SCSI Bus devices diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index e6633cb15c8..85fac3e3124 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 2000/09/07 22:03:09 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.10 2000/09/16 04:03:00 rahnds Exp $ # # PPC GENERIC config file # @@ -139,7 +139,7 @@ ugen* at uhub? port ? configuration ? interface ? #### Workstation Console attachments wsdisplay* at vgafb? -wskbd0 at ukbd? console ? +wskbd* at ukbd? console ? #### SCSI Bus devices |