summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ld_aac.c
AgeCommit message (Expand)Author
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-09-16modify ldattach() to have default strategy as a parameterjdolecek
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-07-27Rework debug printf invocation to not fail on LP64 so easily.jakllsch
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-10-02Add support for >2TB arrays and implement raw I/O mode which is asborrill
2008-09-09Complete device_t/softc split for the ld(4) attachments. This shouldtron
2008-04-30Make various bits of debug code compile again.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-06-05Bring in changes from FreeBSD...briggs
2007-05-26Clear interrupt status at once instead of piecemeal.briggs
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-25Use device_parent().thorpej
2006-01-29add cast to compile with AAC_DPRINTFjdolecek
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-08Use aprint_*() instead of printf() at attach time.briggs
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-05-02Fix pasto.ad
2002-04-26Add a driver for Adaptec FSA RAID controllers, as often found in Dellad