gold: Fix hardcoded library search path
[dragonfly.git] / sys / dev / disk / aha / aha.c
2010-08-29 Matthew Dillonkernel - gcc -Os/-O2 warnings pass
2009-08-25 Matthew DillonAMD64 - Fix format conversions and other warnings.
2008-05-18 Peter AvalosSync CAM with FreeBSD using lockmgr locks instead of...
2008-02-10 Peter AvalosMake CAM_NEW_TRAN_CODE default.
2007-12-23 Peter AvalosFixes for CAM_NEW_TRAN_CODE.
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
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...
2005-09-11 Sepherosa Ziehauremove unnecessary XXX marked comment
2005-09-11 Sepherosa Ziehau- convert PRVERB to use device_printf()
2005-06-20 Matthew DillonAdd a missing crit_exit(). The code path in question...
2005-06-03 Eirik NygaardRemove *spl() from dev/disk/{advansys,aha,ahb,aic7xxx...
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-05-13 Matthew Dillonmalloc() flags cleanup and fixes. Get rid of M_NOWAIT...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
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-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: