From: kstailey Date: Tue, 11 Mar 1997 04:00:15 +0000 (+0000) Subject: Added GENERIC_SCSI2 scanner type. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b44afe042213158f1a21a6037997afb126e675a5;p=openbsd Added GENERIC_SCSI2 scanner type. --- 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; } }