aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Code cleanup: use mpt_prt instead of device_printf.Matt Jacob2002-09-245-222/+171
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global CreditsMatt Jacob2002-09-234-82/+99
* Wads more cleanup...Matt Jacob2002-09-231-176/+233
* Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic forMatt Jacob2002-09-231-2/+14
* We do not need to expose mpt_notify outside of mpt_freebsd.c.Matt Jacob2002-09-231-1/+0
* When freeing a request, zero out the sequence number.Matt Jacob2002-09-231-2/+3
* Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64Matt Jacob2002-09-031-0/+10
* Fix things so that:Matt Jacob2002-09-014-34/+278
* Sigh. Ken Merry convinced me that my attempts to DTRT were wrong.Matt Jacob2002-08-3010-321/+220
* Add 909A PCI id.Matt Jacob2002-08-301-1/+9
* Add an additional copyright (with the express consent of LSI Logic) thatMatt Jacob2002-08-3010-0/+310
* Do some minor cleanups found during backport to RELENG_4.Matt Jacob2002-08-233-25/+24
* Pick a cleaner method (and put in a separate function) for findingMatt Jacob2002-08-231-21/+43
* A chunk of cleanup, both stylistic and substantive.Matt Jacob2002-08-206-322/+1013
* Add support for the LSI-Logic Fusion/MP architecture.Matt Jacob2002-08-1116-0/+7920