summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aac.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2012-10-27split device_t/softc for all remaining drivers.chs
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-10-02Add support for >2TB arrays and implement raw I/O mode which is asborrill
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-21Use AAC_PREALLOCATE_FIBS with the softc as a parameter to catch up withbriggs
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-05Bring in changes from FreeBSD...briggs
2007-05-26Clear interrupt status at once instead of piecemeal.briggs
2007-05-26Import code from FreeBSD to tell the controller how much physical RAM thebriggs
2007-05-24Some changes from the FreeBSD driver:briggs
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-04LP54 -> LP64 in a comment.thorpej
2005-12-27use %z when printing a sizeof.chs
2005-11-26Add some casts to make this compile on amd64 (and perhaps other LP64jdolecek
2005-11-26fix aac_print_fib() to compile with AAC_DEBUG; noncompilable "%16D" printfjdolecek
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-06-20Fix another portability issue. Part of PR kern/30456.darcy
2005-06-20Fix some printf statements to make them more portable. Doesn't completelydarcy
2005-05-30- add missing constchristos
2005-03-12Add to XXX comment for future reference.darcy
2005-03-01* Remove aif_get_mailboxstatus() from the aac_interface structure. Replacebriggs
2005-02-27nuke trailing whitespaceperry
2005-02-15Be more verbose at attachment. Display kernel revision and addbriggs
2005-01-14Cast away a couple of "assignment makes pointer from integer without a cast"scw
2004-09-13a round of autoconf cleanup:drochner
2004-08-24Use ANSI function decls and more use of static.thorpej
2004-03-20Remove extraneous ; from OpenBSD.christos
2003-12-09Mirror change made in FreeBSD, rev 1.39 of aac.c. May address PR 23574.ad
2003-05-03DMA, not dma nor Dma.wiz
2003-01-31Use aprint_*().thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-25Actually, back out previous. Better have it not compile on LP64 to showfvdl
2002-11-25Add some hideous casts to get this to compile on LP64. Doesn't look likefvdl
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-06-01SIMPLEQ rototill:lukem
2002-05-31Fix a pasto in printf arguments which resulted in the aac kernelthorpej
2002-04-26Add a driver for Adaptec FSA RAID controllers, as often found in Dellad