diff options
Diffstat (limited to 'sys/dev/cy/cy.c')
-rw-r--r-- | sys/dev/cy/cy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 041b4dd..dfeb69a 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -507,7 +507,7 @@ sioattach(isdp) isdp->id_unit = adapter; /* XXX */ } isdp->id_ointr = siointr; - isdp->id_ri_flags |= RI_FAST; + /* isdp->id_ri_flags |= RI_FAST; XXX unimplemented - use newbus! */ return (1); } |