aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-086-14/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+6
* The aac driver has evolved enough over the last few months that it noScott Long2003-03-015-126/+15
* Bring aac out from under Giant:Scott Long2003-02-264-18/+46
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-261-1/+1
* Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recentScott Long2003-02-261-2/+2
* Move to 'struct disk*' APIScott Long2003-02-263-50/+26
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-3/+5
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* On detach, don't remove the child from our list of children unless it hasScott Long2003-02-201-1/+1
* The completion queue is no longer used, so nuke its associated codeScott Long2003-02-202-4/+0
* Fix a 64-bit bogon. The hardware command structure only has one 32 bitScott Long2003-02-192-3/+4
* Make the aac driver be INTR_MPSAFE. Once the interrupt handler determinesScott Long2003-02-192-38/+15
* o Move the cleanup of the fib maps into aac_free_commands() so as toScott Long2003-02-192-33/+42
* Implement a new dynamic command allocator. FIBs are allocated in 1 pageScott Long2003-02-103-56/+96
* Teach the CAM module how to deregister itself so it can be unloaded.Scott Long2003-02-062-2/+10
* Free the container and sim objects on detach. Convert several uses ofScott Long2003-02-061-6/+10
* Don't include aac_cam.h, since it was nuked in the last commit.Scott Long2003-02-062-6/+7
* Various cleanups:Scott Long2003-02-054-96/+104
* Hack around a bug in the 2200 and 2120 controllers that connot DMAScott Long2003-01-232-4/+18
* Since reseting the SCSI busses via the passthrough interface usuallyScott Long2003-01-131-7/+12
* Major bugfixes for large memory and fast systems.Scott Long2003-01-114-67/+90
* Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644Robert Watson2002-12-271-2/+2
* sable the CAM interface on some more cards. It seemed to be confusing andScott Long2002-12-121-5/+5
* Fix mis-indentation.Poul-Henning Kamp2002-10-201-15/+15
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* The AAC_COMPAT_LINUX option was really annoying, since it made theScott Long2002-09-252-52/+84
* use __packed.Alfred Perlstein2002-09-231-41/+41
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-11/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-202-3/+6
* The aac driver needs 256K of contiguous physical memory in order toScott Long2002-08-301-3/+4
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-171-1/+1
* Fix GET_TRAN_SETTINGS to be more correct.Scott Long2002-08-102-10/+9
* Fix deprecated use of label at end of compound statementPeter Wemm2002-05-241-0/+1
* Constify a debug function arg that we pass __func__ to in order to pacifyPeter Wemm2002-05-242-2/+2
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Update the PCI table as per Dell's fickleness.Scott Long2002-05-121-2/+2
* bzero out the sync command buffer when sending commands. This was causingScott Long2002-05-032-5/+13
* Fix a bug where the aacp device would only talk to bus 0 on theScott Long2002-04-301-7/+5
* Add a CAM interface to the aac driver. This is useful in case you shouldScott Long2002-04-277-47/+983
* Prepare for a major update to the aac driver:Scott Long2002-04-245-257/+164
* Add the PCI ID for an upcoming variant of a soon-to-be released series ofScott Long2002-04-181-0/+2
* Add support for the Dell 2650Scott Long2002-04-051-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Add support for the PERC3/Di found in the Dell 1650Scott Long2002-04-021-0/+1
* The AAC, TWE and IDA diskdrivers cannot dump until I and msmithPoul-Henning Kamp2002-03-311-1/+6
* Add ID's for a couple of upcoming cards.Scott Long2002-02-131-0/+4
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. ThisScott Long2002-02-064-0/+51
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-3/+2
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+2