diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-04-19 05:48:54 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-04-19 05:48:54 +0000 |
commit | 0b74bd07bc49088aa3a5a2625b2a7d65de04f265 (patch) | |
tree | 86d6bc50338c587a172c5b97be2fea6779646d54 /sys/dev/ieee1394/fwscsi.c | |
parent | 7d3eba2e7156aa07390c53a29dd9310830954f91 (diff) |
allow this to compile after the tags/wide/sync SCSI fix went in.
Diffstat (limited to 'sys/dev/ieee1394/fwscsi.c')
-rw-r--r-- | sys/dev/ieee1394/fwscsi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ieee1394/fwscsi.c b/sys/dev/ieee1394/fwscsi.c index a60dd6fae77..14e3d540e32 100644 --- a/sys/dev/ieee1394/fwscsi.c +++ b/sys/dev/ieee1394/fwscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fwscsi.c,v 1.14 2004/01/14 02:00:41 krw Exp $ */ +/* $OpenBSD: fwscsi.c,v 1.15 2004/04/19 05:48:53 brad Exp $ */ /* * Copyright (c) 2002 Thierry Deval. All rights reserved. @@ -301,7 +301,6 @@ fwscsi_attach(struct device *parent, struct device *self, void *aux) sc->sc_adapter_link.adapter_softc = sc; sc->sc_adapter_link.flags = 0; sc->sc_adapter_link.inquiry_flags = 0; - sc->sc_adapter_link.inquiry_flags2 = 0; sc->sc_adapter_link.quirks |= SDEV_NOTAGS | SDEV_ONLYBIG; sc->sc_speed = fwsc->sc_sc1394.sc1394_link_speed; |