summaryrefslogtreecommitdiff
path: root/sys/dev/podulebus/hcsc.c
AgeCommit message (Expand)Author
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-24Avoid "unused variable" warnings in the NCR5380_USE_BUS_SPACE case.bjh21
2001-11-13cleanup RCSID (to be consistent with use in rest of kernel)lukem
2001-07-04Add support for Oak and HCCS SCSI cards fitted with PowerROMs. Since thisbjh21
2001-06-12Mention where I got the information for writing the driver.bjh21
2001-06-02Create hcscreg.h, and put a couple of magic numbers in there.bjh21
2001-06-02Clean up hcsc_match: Don't check the manufacturer ID, since podule IDs arebjh21
2001-06-02Enable disconnect/reselect (now that it works) and parity checking.bjh21
2001-05-28Use the pseudo-DMA facilities of the HCCS SCSI podule. Code largely derivedbjh21
2001-05-26Quick hack of a driver for the HCCS 8-bit SCSI podule, based on the Oak driver.bjh21