artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87a766
)
scsi->moreluns is a bitfield based on target--should be u_int16_t, now.
author
briggs
<briggs@openbsd.org>
Sat, 18 Jan 1997 16:18:32 +0000
(16:18 +0000)
committer
briggs
<briggs@openbsd.org>
Sat, 18 Jan 1997 16:18:32 +0000
(16:18 +0000)
sys/scsi/scsiconf.h
patch
|
blob
|
history
diff --git
a/sys/scsi/scsiconf.h
b/sys/scsi/scsiconf.h
index
2804581
..
bf3c603
100644
(file)
--- a/
sys/scsi/scsiconf.h
+++ b/
sys/scsi/scsiconf.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: scsiconf.h,v 1.1
0 1997/01/16 14:23:33 maja Exp $
*/
+/* $OpenBSD: scsiconf.h,v 1.1
1 1997/01/18 16:18:32 briggs Exp $
*/
/* $NetBSD: scsiconf.h,v 1.29 1996/03/19 03:07:50 mycroft Exp $ */
/*
@@
-188,7
+188,7
@@
struct scsibus_softc {
struct device sc_dev;
struct scsi_link *adapter_link; /* prototype supplied by adapter */
struct scsi_link ***sc_link;
- u_int
8
_t moreluns;
+ u_int
16
_t moreluns;
u_int8_t sc_buswidth;
};