diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-12-14 01:15:22 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-12-14 01:15:22 +0000 |
commit | 647e702ab1e144e85bb22b5068cfce9bf9827b6a (patch) | |
tree | 23c198baee57c8793d28a4ac4ada97373c422e15 /sys | |
parent | ba900f2ae3e6e91810ced3c1838afee0332f016b (diff) |
Using quirks that make more sense.
(iPod is happy with this)
Diffstat (limited to 'sys')
-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 f939c8eca15..d869608365c 100644 --- a/sys/dev/ieee1394/fwscsi.c +++ b/sys/dev/ieee1394/fwscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fwscsi.c,v 1.5 2002/12/13 22:54:29 tdeval Exp $ */ +/* $OpenBSD: fwscsi.c,v 1.6 2002/12/14 01:15:21 tdeval Exp $ */ /* * Copyright (c) 2002 Thierry Deval. All rights reserved. @@ -321,7 +321,7 @@ fwscsi_attach(struct device *parent, struct device *self, void *aux) sc->sc_link.device_softc = sc; sc->sc_link.adapter = &fwscsi_switch; sc->sc_link.adapter_softc = sc; - sc->sc_link.flags |= SDEV_ATAPI; + sc->sc_link.quirks |= SDEV_NOLUNS | SDEV_NOTAGS | SDEV_NOCDB6; #endif /* ! __NetBSD__ */ sc->sc_fwnode = (struct fwnode_softc *)parent; |