diff options
author | 2003-05-17 03:55:06 +0000 | |
---|---|---|
committer | 2003-05-17 03:55:06 +0000 | |
commit | c3354fff64fab51fb29d226ecb9ba06471578bae (patch) | |
tree | e3dae326232c63d926ecb645a7f56137ae3eedfb | |
parent | No need to check for the 640x480 resolution case, since the minimal resolution (diff) | |
download | wireguard-openbsd-c3354fff64fab51fb29d226ecb9ba06471578bae.tar.xz wireguard-openbsd-c3354fff64fab51fb29d226ecb9ba06471578bae.zip |
sync with SDEV_ONLYBIG change.
-rw-r--r-- | sys/dev/ieee1394/fwscsi.c | 4 |
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; |