diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2000-10-20 05:23:19 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2000-10-20 05:23:19 +0000 |
commit | f932f29c05da31be7462b924a875114c1889eb30 (patch) | |
tree | 13271226bf3d283d5d5f3c5d68fc9df68b076518 | |
parent | 1075f06ec4f587b7d8a415f7deaeca8c198cabdc (diff) |
Add support for ulpt, USB printers.
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index dde06c9d7f0..4227b375724 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 2000/09/16 04:03:00 rahnds Exp $ +# $OpenBSD: GENERIC,v 1.20 2000/10/20 05:23:18 drahn Exp $ # # PPC GENERIC config file # @@ -120,6 +120,9 @@ ukbd* at uhub? port ? configuration ? interface ? ums* at uhub? port ? configuration ? interface ? wsmouse* at ums? mux 0 +# USB Printer +ulpt* at uhub? port ? configuration ? interface ? + # USB Generic driver ugen* at uhub? port ? configuration ? interface ? |