diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-05 21:39:57 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-05 21:39:57 +0000 |
commit | 29c8362ddb90d43de107f6fbacae536aa4785d20 (patch) | |
tree | d467d3ba8e52f6735fa37d930b847532043fbd52 /sys/scsi/scsiconf.c | |
parent | 32166eacc937d86c26a20762d48df076a173062f (diff) |
Garbage collect SDEV_S_WAITING and scsi_link->scsibus now that nothing
needs either of them.
ok krw@
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 08b04930ef4..454e8fbc219 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.177 2011/07/03 15:47:18 matthew Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.178 2011/07/05 21:39:56 matthew Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -155,7 +155,6 @@ scsibusattach(struct device *parent, struct device *self, void *aux) scsi_autoconf = 0; sc_link_proto->bus = sb; - sc_link_proto->scsibus = sb->sc_dev.dv_unit; sb->adapter_link = sc_link_proto; if (sb->adapter_link->adapter_buswidth == 0) sb->adapter_link->adapter_buswidth = 8; |