diff options
Diffstat (limited to 'sys/dev/cy')
-rw-r--r-- | sys/dev/cy/cy.c | 2 | ||||
-rw-r--r-- | sys/dev/cy/cy_isa.c | 2 |
2 files changed, 2 insertions, 2 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); } diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 041b4dd..dfeb69a 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.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); } |