summaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* MFC: Don't allow a panic if the card doesn't respond correctly whenScott Long2003-06-031-7/+10
* Add support for the upcoming 2410SA card.Scott Long2003-05-301-0/+2
* Don't pass pointers to kernel data structures through 32-bit fieldsScott Long2003-04-281-13/+51
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-013-3/+4
* Include <sys/conf.h> rather than trusting <sys/disk.h> to do so.Poul-Henning Kamp2003-04-011-0/+1
* Add the ability to send 64-bit scatter/gather elements to aac cards. ThisScott Long2003-03-301-39/+78
* Begin support for 64-bit address support and workarounds for newer cards:Scott Long2003-03-265-106/+211
* Now that bus_dmamem_alloc() handles its Giant mutex requirements itself,Scott Long2003-03-131-2/+0
* 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