diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-03-11 04:00:16 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-03-11 04:00:16 +0000 |
commit | 41ad48d2391a3bc0838b50195e5db30141918cd4 (patch) | |
tree | 4481d55e92b1a736b4444152f94db1d39e57e494 /sys/scsi/ss.c | |
parent | 493dca8c497bbc8abd39a93b4f92e8cf4feab4c7 (diff) |
Added GENERIC_SCSI2 scanner type.
Diffstat (limited to 'sys/scsi/ss.c')
-rw-r--r-- | sys/scsi/ss.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/scsi/ss.c b/sys/scsi/ss.c index 15c37389f96..665955f3914 100644 --- a/sys/scsi/ss.c +++ b/sys/scsi/ss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ss.c,v 1.26 1997/03/11 03:40:49 kstailey Exp $ */ +/* $OpenBSD: ss.c,v 1.27 1997/03/11 04:00:15 kstailey Exp $ */ /* $NetBSD: ss.c,v 1.10 1996/05/05 19:52:55 christos Exp $ */ /* @@ -331,7 +331,8 @@ ss_identify_scanner(ss, inqbuf) } printf("%s\n", ss->quirkdata->name); } else { - printf(" generic scanner\n"); /* good luck 8c{)] */ + printf("\n%s: generic scanner\n", ss->sc_dev.dv_xname); + ss->sio.scan_scanner_type = GENERIC_SCSI2; } } |