diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-23 08:55:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-23 08:55:36 +0000 |
commit | a224e2c56ccb4f022f22898222ee5f8aa5e423e0 (patch) | |
tree | 74474eea4976b50503ae44548b90ce1322647abf /sys/scsi/scsiconf.h | |
parent | 8aafc33162cd30ca331dae1c82c95f18e813fda2 (diff) |
fix lun support, not as nice as i would like
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 45dceedc60f..6d0b04d669e 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.24 2000/11/20 07:34:51 deraadt Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.25 2000/11/23 08:55:35 deraadt Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -187,7 +187,7 @@ struct scsi_link { void *device_softc; /* needed for call to foo_start */ struct scsi_adapter *adapter; /* adapter entry points etc. */ void *adapter_softc; /* needed for call to foo_scsi_cmd */ - u_char maxlun; + u_char luns; }; int scsiprint __P((void *, const char *)); |