diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-28 16:31:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-28 16:31:26 +0000 |
commit | fb1d49e57899e8b95880ed53ab3ab227c291b17e (patch) | |
tree | 4b78d14596f6173d075a3b2c90e3363eefac4544 /sys/arch/i386 | |
parent | 22441b1108da4810b38a0fe3a400d27e47d6db68 (diff) |
Add driver for HP5300 scanner which uses a homebrew SCSI-over-USB protocol.
From NetBSD. /* XXX - untested */
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d6cd59270dd..746e8cc66d9 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.224 2001/01/27 04:02:44 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.225 2001/01/28 16:31:25 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -124,6 +124,10 @@ ucom* at uvisor? # USB Scanners uscanner* at uhub? port ? +# USB scanners that use SCSI emulation, e.g., HP5300 +usscanner* at uhub? port ? +scsibus* at usscanner? + # USB Generic driver ugen* at uhub? port ? configuration ? interface ? |