summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-03-11 03:53:56 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-03-11 03:53:56 +0000
commit493dca8c497bbc8abd39a93b4f92e8cf4feab4c7 (patch)
tree30a5e7df34d3d68861fc11c5e685f55d018f38e1
parent07d8a64c0df680b9bed35d844a2a1fd7e2a207d4 (diff)
added GENERIC_SCSI2
-rw-r--r--sys/sys/scanio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/scanio.h b/sys/sys/scanio.h
index 3e12a257fd5..959c1f01088 100644
--- a/sys/sys/scanio.h
+++ b/sys/sys/scanio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scanio.h,v 1.4 1996/12/11 16:34:13 kstailey Exp $ */
+/* $OpenBSD: scanio.h,v 1.5 1997/03/11 03:53:55 kstailey Exp $ */
/* $NetBSD: scanio.h,v 1.1 1996/02/18 20:33:18 mycroft Exp $ */
/*
@@ -108,5 +108,6 @@ struct scan_io {
#define MUSTEK_06000CX 10 /* Mustek MFS06000CX */
#define MUSTEK_12000CX 11 /* Mustek MFS12000CX */
#define EPSON_ES300C 12 /* epson es300c */
+#define GENERIC_SCSI2 13 /* good luck 8c{)] */
#endif /* _SYS_SCANIO_H */