mpt(4): Sync with FreeBSD.
[dragonfly.git] / sys / dev / disk / mpt / mpt_pci.c
2012-04-17 Sascha Wildnermpt(4): Sync with FreeBSD.
2012-04-17 Sascha Wildnermpt(4): Pass INTR_MPSAFE when setting up the interrupt.
2012-03-20 Sascha Wildnermpt(4): Fix an issue that caused the driver to attach...
2011-12-27 Sepherosa Ziehaumsi: Put old MSI code under OLD_MSI
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-06-24 Sascha Wildnerkernel: Use NULL for DRIVER_MODULE()'s evh ...
2011-04-28 Sascha Wildnermpt(4): Sync with FreeBSD.
2009-12-12 Sascha WildnerRemove inclusion of <sys/cdefs.h> from kernel .c files.
2009-08-16 Matthew DillonMPI Driver update - additional merge work.
2009-08-15 Matthew DillonMPI Driver update
2008-12-23 Sascha WildnerMeh, fix description.
2008-12-23 Sascha WildnerAdd support for the FC929X in mpt(4).
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-06 Sascha WildnerRemove some dead code.
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-08-12 Sascha WildnerUse pcidevs.h
2005-06-16 Matthew DillonRip out bad spl manipulating junk from mpt and clean...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: