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