Removed another vestige of devconf.
This commit is contained in:
parent
4d1d4912ae
commit
68366fa6e8
@ -35,7 +35,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: scsi_driver.c,v 1.23 1997/03/23 06:33:47 bde Exp $
|
||||
* $Id: scsi_driver.c,v 1.24 1997/06/25 19:07:42 tegge Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -58,12 +58,6 @@
|
||||
((DEVICE)->getunit) ? (*(DEVICE)->getunit)((DEV)) \
|
||||
: (minor((DEV)) & ~SCSI_CONTROL_MASK)
|
||||
|
||||
int
|
||||
scsi_goaway(int force) /* XXX should do a lot more */
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* scsi_device_attach: Attach a SCSI device. This routine will
|
||||
* print out the device address, what it is, then call the type
|
||||
* attach function and when that returns print a newline. If the
|
||||
|
@ -35,7 +35,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: scsi_driver.h,v 1.11 1997/03/23 04:39:07 bde Exp $
|
||||
* $Id: scsi_driver.h,v 1.12 1997/06/25 19:07:42 tegge Exp $
|
||||
*
|
||||
*/
|
||||
#ifndef _SCSI__DRIVER_H_
|
||||
@ -48,7 +48,6 @@ struct scsi_device;
|
||||
struct buf;
|
||||
struct proc;
|
||||
|
||||
int scsi_goaway __P((int));
|
||||
int scsi_device_attach __P((struct scsi_link *));
|
||||
int scsi_device_lock __P((struct scsi_link *));
|
||||
void scsi_device_unlock __P((struct scsi_link *));
|
||||
|
Loading…
x
Reference in New Issue
Block a user