summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Collapse)AuthorAgeFilesLines
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-101-3/+3
| | | | | | | pointers. This finishes fixing conversions between pointers and integers of possibly different sizes in GENERIC.
* minphys means something different in FreeBSD than in NetBSD- not needed here ↵mjacob1998-07-251-2/+1
| | | | and in the way
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-5/+5
|
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-3/+3
| | | | | | | or unsigned int (this doesn't change the struct layout, size or alignment in any of the files changed in this commit, at least for gcc on i386's. Using bitfields of type u_char may affect size and alignment but not packing)).
* Support compiling with `gcc -ansi'. Just use __inline instead of inline.bde1998-05-011-2/+5
| | | | | | | [__]inline is only used to bloat the code here. It gives a separate copy of all the strings for each time this header is included... Fixed misuse of __P(()).
* Oops- osreldate.h is not around like I thought it would be... hmmm.. quick ↵mjacob1998-04-241-2/+8
| | | | fix to get around this
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-221-0/+559
|
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-228-0/+8325
OpenPOWER on IntegriCloud