summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Handle the EINPROGRESS case of bus_dmamap_load() for data buffers.scottl2003-07-092-49/+54
* Fix a missing } that got dropped from the last commit.scottl2003-07-091-0/+1
* Add a new quirk for cards that incorrectly interpret the amount of memoryscottl2003-07-093-3/+12
* Mega busdma API commit.scottl2003-07-012-9/+13
* Fixing some glaring problems with aac_disk_dump().scottl2003-06-191-2/+18
* When scanning for changed containers, don't assume that the controllerscottl2003-06-031-7/+10
* Add support for the upcoming 2410SA card.scottl2003-05-301-0/+2
* Don't pass pointers to kernel data structures through 32-bit fieldsscottl2003-04-281-13/+51
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-013-3/+4
* Include <sys/conf.h> rather than trusting <sys/disk.h> to do so.phk2003-04-011-0/+1
* Add the ability to send 64-bit scatter/gather elements to aac cards. Thisscottl2003-03-301-39/+78
* Begin support for 64-bit address support and workarounds for newer cards:scottl2003-03-265-107/+212
* Now that bus_dmamem_alloc() handles its Giant mutex requirements itself,scottl2003-03-131-2/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-086-14/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* The aac driver has evolved enough over the last few months that it noscottl2003-03-015-126/+15
* Bring aac out from under Giant:scottl2003-02-264-18/+46
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-261-1/+1
* Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recentscottl2003-02-261-2/+2
* Move to 'struct disk*' APIscottl2003-02-263-50/+26
* NO_GEOM cleanup:phk2003-02-211-3/+5
* NO_GEOM cleanup:phk2003-02-211-1/+1
* On detach, don't remove the child from our list of children unless it hasscottl2003-02-201-1/+1
* The completion queue is no longer used, so nuke its associated codescottl2003-02-202-4/+0
* Fix a 64-bit bogon. The hardware command structure only has one 32 bitscottl2003-02-192-3/+4
* Make the aac driver be INTR_MPSAFE. Once the interrupt handler determinesscottl2003-02-192-38/+15
* o Move the cleanup of the fib maps into aac_free_commands() so as toscottl2003-02-192-33/+42
* Implement a new dynamic command allocator. FIBs are allocated in 1 pagescottl2003-02-103-56/+96
* Teach the CAM module how to deregister itself so it can be unloaded.scottl2003-02-062-2/+10
* Free the container and sim objects on detach. Convert several uses ofscottl2003-02-061-6/+10
* Don't include aac_cam.h, since it was nuked in the last commit.scottl2003-02-062-6/+7
* Various cleanups:scottl2003-02-054-96/+104
* Hack around a bug in the 2200 and 2120 controllers that connot DMAscottl2003-01-232-4/+18
* Since reseting the SCSI busses via the passthrough interface usuallyscottl2003-01-131-7/+12
* Major bugfixes for large memory and fast systems.scottl2003-01-114-67/+90
* Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644rwatson2002-12-271-2/+2
* sable the CAM interface on some more cards. It seemed to be confusing andscottl2002-12-121-5/+5
* Fix mis-indentation.phk2002-10-201-15/+15
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* The AAC_COMPAT_LINUX option was really annoying, since it made thescottl2002-09-252-52/+84
* use __packed.alfred2002-09-231-41/+41
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-11/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-202-3/+6
* The aac driver needs 256K of contiguous physical memory in order toscottl2002-08-301-3/+4
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-1/+1
* Fix GET_TRAN_SETTINGS to be more correct.scottl2002-08-102-10/+9
* Fix deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Constify a debug function arg that we pass __func__ to in order to pacifypeter2002-05-242-2/+2
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Update the PCI table as per Dell's fickleness.scottl2002-05-121-2/+2
OpenPOWER on IntegriCloud