summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-23 11:50:43 +0000
committerpeter <peter@FreeBSD.org>2000-01-23 11:50:43 +0000
commit38391cb38a0ee28053596d31acc69685f10d3b31 (patch)
tree0c89d19fb37234dbcc81dc7d88419b8594c3f185 /sys/dev/cy
parentd391e2ce0f664716b3bfbbeb02e650e15b24323f (diff)
downloadFreeBSD-src-38391cb38a0ee28053596d31acc69685f10d3b31.zip
FreeBSD-src-38391cb38a0ee28053596d31acc69685f10d3b31.tar.gz
Clean up some more loose ends..
isa_device->id_ri_flags and RI_FAST were not implemented and did nothing. The two drivers that were mistakenly thinking this was working were cy.c and loran.c - these should be converted to newbus. GC (garbage collect) isa_device->id_alive GC userconfig.c references to isa_device->id_scsiid (!).
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c2
-rw-r--r--sys/dev/cy/cy_isa.c2
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);
}
OpenPOWER on IntegriCloud