summaryrefslogtreecommitdiff
path: root/sys/dev/podulebus/hcsc.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2009-10-18Move Matthias Pfaller's files to 2-clause license. OK matthias@.snj
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.tsutsui
2006-03-29Use device_private().thorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-04-22sprintf -> snprintfitojun
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