| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring aac out from under Giant: | scottl | 2003-02-26 | 4 | -18/+46 |
* | Introduce a new taskqueue that runs completely free of Giant, and in | scottl | 2003-02-26 | 1 | -1/+1 |
* | Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recent | scottl | 2003-02-26 | 1 | -2/+2 |
* | Move to 'struct disk*' API | scottl | 2003-02-26 | 3 | -50/+26 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 1 | -3/+5 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 1 | -1/+1 |
* | On detach, don't remove the child from our list of children unless it has | scottl | 2003-02-20 | 1 | -1/+1 |
* | The completion queue is no longer used, so nuke its associated code | scottl | 2003-02-20 | 2 | -4/+0 |
* | Fix a 64-bit bogon. The hardware command structure only has one 32 bit | scottl | 2003-02-19 | 2 | -3/+4 |
* | Make the aac driver be INTR_MPSAFE. Once the interrupt handler determines | scottl | 2003-02-19 | 2 | -38/+15 |
* | o Move the cleanup of the fib maps into aac_free_commands() so as to | scottl | 2003-02-19 | 2 | -33/+42 |
* | Implement a new dynamic command allocator. FIBs are allocated in 1 page | scottl | 2003-02-10 | 3 | -56/+96 |
* | Teach the CAM module how to deregister itself so it can be unloaded. | scottl | 2003-02-06 | 2 | -2/+10 |
* | Free the container and sim objects on detach. Convert several uses of | scottl | 2003-02-06 | 1 | -6/+10 |
* | Don't include aac_cam.h, since it was nuked in the last commit. | scottl | 2003-02-06 | 2 | -6/+7 |
* | Various cleanups: | scottl | 2003-02-05 | 4 | -96/+104 |
* | Hack around a bug in the 2200 and 2120 controllers that connot DMA | scottl | 2003-01-23 | 2 | -4/+18 |
* | Since reseting the SCSI busses via the passthrough interface usually | scottl | 2003-01-13 | 1 | -7/+12 |
* | Major bugfixes for large memory and fast systems. | scottl | 2003-01-11 | 4 | -67/+90 |
* | Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644 | rwatson | 2002-12-27 | 1 | -2/+2 |
* | sable the CAM interface on some more cards. It seemed to be confusing and | scottl | 2002-12-12 | 1 | -5/+5 |
* | Fix mis-indentation. | phk | 2002-10-20 | 1 | -15/+15 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |
* | The AAC_COMPAT_LINUX option was really annoying, since it made the | scottl | 2002-09-25 | 2 | -52/+84 |
* | use __packed. | alfred | 2002-09-23 | 1 | -41/+41 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -11/+4 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 2 | -3/+6 |
* | The aac driver needs 256K of contiguous physical memory in order to | scottl | 2002-08-30 | 1 | -3/+4 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -1/+1 |
* | Fix GET_TRAN_SETTINGS to be more correct. | scottl | 2002-08-10 | 2 | -10/+9 |
* | Fix deprecated use of label at end of compound statement | peter | 2002-05-24 | 1 | -0/+1 |
* | Constify a debug function arg that we pass __func__ to in order to pacify | peter | 2002-05-24 | 2 | -2/+2 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Update the PCI table as per Dell's fickleness. | scottl | 2002-05-12 | 1 | -2/+2 |
* | bzero out the sync command buffer when sending commands. This was causing | scottl | 2002-05-03 | 2 | -5/+13 |
* | Fix a bug where the aacp device would only talk to bus 0 on the | scottl | 2002-04-30 | 1 | -7/+5 |
* | Add a CAM interface to the aac driver. This is useful in case you should | scottl | 2002-04-27 | 7 | -47/+983 |
* | Prepare for a major update to the aac driver: | scottl | 2002-04-24 | 5 | -259/+166 |
* | Add the PCI ID for an upcoming variant of a soon-to-be released series of | scottl | 2002-04-18 | 1 | -0/+2 |
* | Add support for the Dell 2650 | scottl | 2002-04-05 | 1 | -0/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Add support for the PERC3/Di found in the Dell 1650 | scottl | 2002-04-02 | 1 | -0/+1 |
* | The AAC, TWE and IDA diskdrivers cannot dump until I and msmith | phk | 2002-03-31 | 1 | -1/+6 |
* | Add ID's for a couple of upcoming cards. | scottl | 2002-02-13 | 1 | -0/+4 |
* | Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. This | scottl | 2002-02-06 | 4 | -0/+51 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -3/+2 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 1 | -0/+2 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -2/+7 |
* | Staticise the aac devclass. | msmith | 2002-01-09 | 5 | -6/+5 |
* | I missed a string concatenation. | obrien | 2001-12-10 | 1 | -1/+1 |