summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg
Commit message (Collapse)AuthorAgeFilesLines
* - Move stg_card_intr()'s prototype and definition inside appropriatejhb2001-01-231-8/+10
| | | | | #ifdef's as it is is only used on older versions of FreeBSD. - #ifdef a local variable only used on older versions of FreeBSD.
* Relocate the 'hwfuncs' functions below the inlined functions they attemptjhb2001-01-231-85/+85
| | | | to call so that the other functions can actually be inlined.
* Zap some cut-paste code that isn't used. It #included "apm.h" andpeter2001-01-191-5/+0
| | | | an apm include file but had no other apm references.
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-092-1/+2
|
* Remove conflicts between unsinged char *s and int s.non2000-12-081-6/+6
| | | | | | It was possible cause of kernel panic. Pointed Out by: phk@FreeBSD.ORG
* Remove unnecessary printf().non2000-10-292-2/+0
|
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-235-0/+2158
(a NetBSD port for NEC PC-98x1 machines). They are ncv for NCR 53C500, nsp for Workbit Ninja SCSI-3, and stg for TMC 18C30 and 18C50. I thank NetBSD/pc98 and bsd-nomads people. Obtained from: NetBSD/pc98
OpenPOWER on IntegriCloud