summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for FC929X, which apparently is just a PCI-X version of FC929.sobomax2004-12-181-0/+7
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-15/+15
* Use __FBSDID().obrien2003-08-241-6/+8
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-4/+4
* PAGE_SIZE is unsigned on all our platforms, and is a long on some.obrien2003-02-231-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Code cleanup: use mpt_prt instead of device_printf.mjacob2002-09-241-5/+4
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Creditsmjacob2002-09-231-8/+29
* Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic formjacob2002-09-231-2/+14
* Add 909A PCI id.mjacob2002-08-301-1/+9
* Pick a cleaner method (and put in a separate function) for findingmjacob2002-08-231-21/+43
* A chunk of cleanup, both stylistic and substantive.mjacob2002-08-201-49/+61
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-111-0/+638
OpenPOWER on IntegriCloud