diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-15 13:03:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-15 13:03:45 +0000 |
commit | 0885e8d7c4fc45882e442a34fc4d3df113ae27bb (patch) | |
tree | 5921e604940852ec0e737cf63c872edec561bd45 /sys/dev/ic | |
parent | b86a7805dd5035da4e92d196580ba76443810adc (diff) |
No need for ADEV_NODOORLOCK quirk anymore; krw@ ok
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/osiop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/osiop.c b/sys/dev/ic/osiop.c index 360cc75f514..9e78cf9210e 100644 --- a/sys/dev/ic/osiop.c +++ b/sys/dev/ic/osiop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osiop.c,v 1.19 2004/01/09 21:32:23 brad Exp $ */ +/* $OpenBSD: osiop.c,v 1.20 2004/03/15 13:03:44 miod Exp $ */ /* $NetBSD: osiop.c,v 1.9 2002/04/05 18:27:54 bouyer Exp $ */ /* @@ -348,7 +348,6 @@ osiop_attach(sc) sc->sc_link.openings = 4; sc->sc_link.adapter_buswidth = OSIOP_NTGT; sc->sc_link.adapter_target = sc->sc_id; - sc->sc_link.quirks = ADEV_NODOORLOCK; /* * Now try to attach all the sub devices. |