diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-27 07:32:53 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-27 07:32:53 +0000 |
commit | 9d1ddf190eec32f9c3240c9df4a7ed59f631d2f0 (patch) | |
tree | 13560aea60ebc1ce3cce478fe9bd79fb56771e46 /sys/arch | |
parent | 27cde94ca9023c894da457bf2e263d0db1e8c010 (diff) |
Aue works fine, add it.
kue was not added to ramdisk kernel, add it too.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index ec488855074..3e054fa6c50 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.43 2001/06/27 05:46:25 art Exp $ +# $OpenBSD: GENERIC,v 1.44 2001/06/27 07:32:52 drahn Exp $ # # PPC GENERIC config file # @@ -132,6 +132,7 @@ ugen* at uhub? port ? configuration ? # USB Generic driver umass* at uhub? port ? configuration ? # USB Mass Storage devices scsibus* at umass? kue* at uhub? port ? # Kawasaki KL5KUSB101B +aue* at uhub? port ? # USB EtherNet wsdisplay* at vgafb? wskbd* at ukbd? console ? diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index 255b2b545ad..bac56d05e27 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.26 2001/06/27 05:46:25 art Exp $ +# $OpenBSD: RAMDISK,v 1.27 2001/06/27 07:32:52 drahn Exp $ # # PPC GENERIC config file # @@ -137,6 +137,8 @@ ukbd* at uhub? port ? configuration ? # USB HID Keyboard devices #ugen* at uhub? port ? configuration ? # USB Generic driver umass* at uhub? port ? configuration ? # USB Mass Storage devices scsibus* at umass? +kue* at uhub? port ? # Kawasaki KL5KUSB101B +aue* at uhub? port ? # USB EtherNet wsdisplay* at vgafb? wskbd* at ukbd? console ? |