| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Don't allow a panic if the card doesn't respond correctly when | 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 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 1 | -41/+41 |
| * | (This commit touches about 15 disk device drivers in a very consistent | Poul-Henning Kamp | 2002-09-20 | 1 | -11/+4 |
| * | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | Poul-Henning Kamp | 2002-09-20 | 2 | -3/+6 |
| * | The aac driver needs 256K of contiguous physical memory in order to | Scott Long | 2002-08-30 | 1 | -3/+4 |
| * | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 1 | -1/+1 |
| * | Fix GET_TRAN_SETTINGS to be more correct. | Scott Long | 2002-08-10 | 2 | -10/+9 |
| * | Fix deprecated use of label at end of compound statement | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
| * | Constify a debug function arg that we pass __func__ to in order to pacify | Peter Wemm | 2002-05-24 | 2 | -2/+2 |
| * | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
| * | Update the PCI table as per Dell's fickleness. | Scott Long | 2002-05-12 | 1 | -2/+2 |
| * | bzero out the sync command buffer when sending commands. This was causing | Scott Long | 2002-05-03 | 2 | -5/+13 |
| * | Fix a bug where the aacp device would only talk to bus 0 on the | Scott Long | 2002-04-30 | 1 | -7/+5 |
| * | Add a CAM interface to the aac driver. This is useful in case you should | Scott Long | 2002-04-27 | 7 | -47/+983 |
| * | Prepare for a major update to the aac driver: | Scott Long | 2002-04-24 | 5 | -257/+164 |
| * | Add the PCI ID for an upcoming variant of a soon-to-be released series of | Scott Long | 2002-04-18 | 1 | -0/+2 |