kernel - Provide descriptions for lwkt.* and debug.* sysctl's
[dragonfly.git] / sys / dev / disk / ncr / ncr.c
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2009-08-29 Sascha WildnerFix typo: aquire -> acquire.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-05-18 Peter AvalosSync CAM with FreeBSD using lockmgr locks instead of...
2008-05-18 Peter AvalosIt's "useful" not "usefull".
2008-03-01 Sascha WildnerAnsify some remaining function definitions in the kernel.
2008-02-10 Peter AvalosMake CAM_NEW_TRAN_CODE default.
2007-12-23 Peter AvalosFixes for CAM_NEW_TRAN_CODE.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
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-08-03 Sascha WildnerRemove all occurences of double semicolons at the end...
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-06-06 Eirik NygaardMore spl_* removal from dev/disk/, replacing them with...
2005-05-26 Sascha WildnerRemove DEC Alpha support.
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: