diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-11-28 16:56:51 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-11-28 16:56:51 +0000 |
commit | a2b89950083bdd2ab50fefa356dcd663f39480ad (patch) | |
tree | 44560b603989c7bab42f3165f1d491f5ff3a8083 /sys/scsi/scsiconf.h | |
parent | fcec0b3ab3f61e28b16f2e7257a67da02436784f (diff) |
rename scsibus_attach_args to scsi_attach_args. this can help avoid
confusing when trying to attach scsibus to a hba, since it is really meant
for attaching scsi devices to scsibus.
ok deraadt@ marco@
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 2ca21be321f..5d0fe1123f0 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.79 2006/11/28 13:40:55 dlg Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.80 2006/11/28 16:56:50 dlg Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -209,7 +209,7 @@ struct scsibus_softc { * This is used to pass information from the high-level configuration code * to the device-specific drivers. */ -struct scsibus_attach_args { +struct scsi_attach_args { struct scsi_link *sa_sc_link; struct scsi_inquiry_data *sa_inqbuf; }; |