diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-01-23 11:50:43 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-01-23 11:50:43 +0000 |
| commit | 1816634e49cc889afc6eabb6b55afba4db386c7f (patch) | |
| tree | 42ad9fc8870fa2d7d80858d79e675910e9dd7b23 /sys/dev/cy | |
| parent | e9ea2dfc2fb96afead2bd88524b7a31bc27d3ba1 (diff) | |
Notes
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 041b4ddef823..dfeb69ac11e5 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 041b4ddef823..dfeb69ac11e5 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); } |
