| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate the use of a statically assign major number for the aac device. | Scott Long | 2003-09-29 | 1 | -3/+0 |
| * | Correctly wrap the producer queue index when dequeuing commands. This wasn't | Scott Long | 2003-09-16 | 1 | -1/+5 |
| * | Use PCIR_BAR() instead of a magic offset. | Scott Long | 2003-09-09 | 1 | -1/+1 |
| * | Commands submitted through the management interface won't have scatter/ | Scott Long | 2003-09-01 | 1 | -0/+2 |
| * | If ~ chars were pennies, I'd be pennyless. This should fix all of the | Scott Long | 2003-09-01 | 1 | -2/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 6 | -12/+18 |
| * | Prefer the new location of dev/pci/pci*.h. | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Fix build by correcting a wrong cast. | Maxime Henrion | 2003-08-20 | 1 | -1/+1 |
| * | Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bit | Scott Long | 2003-08-19 | 3 | -18/+20 |
| * | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -1/+1 |
| * | Handle the EINPROGRESS case of bus_dmamap_load() for data buffers. | Scott Long | 2003-07-09 | 2 | -49/+54 |
| * | Fix a missing } that got dropped from the last commit. | Scott Long | 2003-07-09 | 1 | -0/+1 |
| * | Add a new quirk for cards that incorrectly interpret the amount of memory | Scott Long | 2003-07-09 | 3 | -3/+12 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 2 | -9/+13 |
| * | Fixing some glaring problems with aac_disk_dump(). | Scott Long | 2003-06-19 | 1 | -2/+18 |
| * | When scanning for changed containers, don't assume that the controller | Scott Long | 2003-06-03 | 1 | -7/+10 |
| * | Add support for the upcoming 2410SA card. | Scott Long | 2003-05-30 | 1 | -0/+2 |
| * | Don't pass pointers to kernel data structures through 32-bit fields | Scott Long | 2003-04-28 | 1 | -13/+51 |
| * | Use bioq_flush() to drain a bio queue with a specific error code. | Poul-Henning Kamp | 2003-04-01 | 3 | -3/+4 |
| * | Include <sys/conf.h> rather than trusting <sys/disk.h> to do so. | Poul-Henning Kamp | 2003-04-01 | 1 | -0/+1 |
| * | Add the ability to send 64-bit scatter/gather elements to aac cards. This | Scott Long | 2003-03-30 | 1 | -39/+78 |
| * | Begin support for 64-bit address support and workarounds for newer cards: | Scott Long | 2003-03-26 | 5 | -106/+211 |
| * | Now that bus_dmamem_alloc() handles its Giant mutex requirements itself, | Scott Long | 2003-03-13 | 1 | -2/+0 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 6 | -14/+0 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+6 |
| * | The aac driver has evolved enough over the last few months that it no | Scott Long | 2003-03-01 | 5 | -126/+15 |
| * | Bring aac out from under Giant: | Scott Long | 2003-02-26 | 4 | -18/+46 |
| * | Introduce a new taskqueue that runs completely free of Giant, and in | Scott Long | 2003-02-26 | 1 | -1/+1 |
| * | Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recent | Scott Long | 2003-02-26 | 1 | -2/+2 |
| * | Move to 'struct disk*' API | Scott Long | 2003-02-26 | 3 | -50/+26 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-21 | 1 | -3/+5 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-02-21 | 1 | -1/+1 |
| * | On detach, don't remove the child from our list of children unless it has | Scott Long | 2003-02-20 | 1 | -1/+1 |
| * | The completion queue is no longer used, so nuke its associated code | Scott Long | 2003-02-20 | 2 | -4/+0 |
| * | Fix a 64-bit bogon. The hardware command structure only has one 32 bit | Scott Long | 2003-02-19 | 2 | -3/+4 |
| * | Make the aac driver be INTR_MPSAFE. Once the interrupt handler determines | Scott Long | 2003-02-19 | 2 | -38/+15 |
| * | o Move the cleanup of the fib maps into aac_free_commands() so as to | Scott Long | 2003-02-19 | 2 | -33/+42 |
| * | Implement a new dynamic command allocator. FIBs are allocated in 1 page | Scott Long | 2003-02-10 | 3 | -56/+96 |
| * | Teach the CAM module how to deregister itself so it can be unloaded. | Scott Long | 2003-02-06 | 2 | -2/+10 |
| * | Free the container and sim objects on detach. Convert several uses of | Scott Long | 2003-02-06 | 1 | -6/+10 |
| * | Don't include aac_cam.h, since it was nuked in the last commit. | Scott Long | 2003-02-06 | 2 | -6/+7 |
| * | Various cleanups: | Scott Long | 2003-02-05 | 4 | -96/+104 |
| * | Hack around a bug in the 2200 and 2120 controllers that connot DMA | Scott Long | 2003-01-23 | 2 | -4/+18 |
| * | Since reseting the SCSI busses via the passthrough interface usually | Scott Long | 2003-01-13 | 1 | -7/+12 |
| * | Major bugfixes for large memory and fast systems. | Scott Long | 2003-01-11 | 4 | -67/+90 |
| * | Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644 | Robert Watson | 2002-12-27 | 1 | -2/+2 |
| * | sable the CAM interface on some more cards. It seemed to be confusing and | Scott Long | 2002-12-12 | 1 | -5/+5 |
| * | Fix mis-indentation. | Poul-Henning Kamp | 2002-10-20 | 1 | -15/+15 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
| * | The AAC_COMPAT_LINUX option was really annoying, since it made the | Scott Long | 2002-09-25 | 2 | -52/+84 |