summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-05-17 03:55:07 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-05-17 03:55:07 +0000
commitb94b6a4fa8e664197a73e5bc42253ccf879ee83e (patch)
treea793125a769c7b892fd57a465c7437b43e825e4c
parent465144651b71a5d0871247a43af577e09f844100 (diff)
sync with SDEV_ONLYBIG change.
-rw-r--r--sys/dev/ieee1394/fwscsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ieee1394/fwscsi.c b/sys/dev/ieee1394/fwscsi.c
index 11366662e6a..79e6bfdac0b 100644
--- a/sys/dev/ieee1394/fwscsi.c
+++ b/sys/dev/ieee1394/fwscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fwscsi.c,v 1.12 2003/02/20 18:08:43 henning Exp $ */
+/* $OpenBSD: fwscsi.c,v 1.13 2003/05/17 03:55:06 itojun Exp $ */
/*
* Copyright (c) 2002 Thierry Deval. All rights reserved.
@@ -303,7 +303,7 @@ fwscsi_attach(struct device *parent, struct device *self, void *aux)
sc->sc_adapter_link.inquiry_flags = 0;
sc->sc_adapter_link.inquiry_flags2 = 0;
sc->sc_adapter_link.quirks |=
- SDEV_NOLUNS | SDEV_NOTAGS | SDEV_NOCDB6;
+ SDEV_NOLUNS | SDEV_NOTAGS | SDEV_ONLYBIG;
sc->sc_speed = fwsc->sc_sc1394.sc1394_link_speed;
sc->sc_maxpayload = fwsc->sc_sc1394.sc1394_max_receive - 1;