summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0615-15/+15
* Add support for FC929X, which apparently is just a PCI-X version of FC929.sobomax2004-12-181-0/+7
* Correct style nit in rev 1.17.obrien2004-08-251-2/+2
* Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD.dwhite2004-08-241-1/+3
* Fix where my automated script blew the SCM ID format conversion.obrien2004-08-213-9/+9
* Remove erroneous semicolons.stefanf2004-07-131-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-1/+1
* 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-244-9/+17
* 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
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-13/+1
* Add change that allows PAE to work.mjacob2003-06-121-1/+2
* Update MPILIB from code received from LSI. Make changes in the rest ofmjacob2003-06-039-159/+519
* Fix compile: the type is spelled bus_dmasync_op_t rather thanjhb2003-05-271-3/+3
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-3/+3
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-3/+3
* 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
* Be consistent about functions being static.phk2002-10-161-1/+1
* Code cleanup: use mpt_prt instead of device_printf.mjacob2002-09-245-222/+171
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Creditsmjacob2002-09-234-82/+99
* Wads more cleanup...mjacob2002-09-231-176/+233
* Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic formjacob2002-09-231-2/+14
* We do not need to expose mpt_notify outside of mpt_freebsd.c.mjacob2002-09-231-1/+0
* When freeing a request, zero out the sequence number.mjacob2002-09-231-2/+3
* Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64mjacob2002-09-031-0/+10
* Fix things so that:mjacob2002-09-014-34/+278
* Sigh. Ken Merry convinced me that my attempts to DTRT were wrong.mjacob2002-08-3010-321/+220
* Add 909A PCI id.mjacob2002-08-301-1/+9
* Add an additional copyright (with the express consent of LSI Logic) thatmjacob2002-08-3010-0/+310
* Do some minor cleanups found during backport to RELENG_4.mjacob2002-08-233-25/+24
* 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-206-330/+1021
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-1116-0/+7920
OpenPOWER on IntegriCloud