| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite the DMA code paths from being an impenitrable maze of special cases | scottl | 2007-12-12 | 1 | -26/+67 |
* | Fix a typo that was hidden by AMR_DEBUG. | scottl | 2007-12-02 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+2 |
* | After further review and discussion, partially revert the previous commit. | scottl | 2006-04-08 | 1 | -1/+0 |
* | Close a pesky race where after checking the BUSY flag in amr_wait_command, | ps | 2006-04-08 | 1 | -0/+1 |
* | Use void * for pointer rather than u_int8_t *, since it doesn't | imp | 2006-02-04 | 1 | -5/+4 |
* | Enable 64bit SGL's on PERC 4/DC | ps | 2006-02-02 | 1 | -1/+1 |
* | Mega update to the LSI MegaRAID driver: | scottl | 2005-12-14 | 1 | -61/+121 |
* | Remove spl markers from AMR. | scottl | 2005-11-06 | 1 | -3/+1 |
* | Complete the removal of __FreeBSD_version checks from the amr driver. The | scottl | 2005-08-08 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugs | scottl | 2005-01-23 | 1 | -2/+5 |
* | Lock the AMR driver: | scottl | 2005-01-16 | 1 | -2/+5 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Fix a number of bugs and significantly alter the command execution path to | scottl | 2004-12-05 | 1 | -6/+6 |
* | Add new PCI device ID for PERC4/DI. | ambrisko | 2004-08-14 | 1 | -1/+3 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+3 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -4/+5 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+6 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -1/+0 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -1/+0 |
* | (1) Problem: PANIC when loading/unloading driver | emoore | 2002-12-11 | 1 | -2/+17 |
* | Added support for DELL Perc4/DI. | emoore | 2002-11-21 | 1 | -1/+4 |
* | amr.c, | emoore | 2002-10-30 | 1 | -8/+30 |
* | (1) added LSI Logic copyright, and legal line 3 in license, and string | emoore | 2002-10-18 | 1 | -5/+12 |
* | Add IDs for upcoming LSI U320 products that use the MegaRAID interface. | gibbs | 2002-08-30 | 1 | -1/+3 |
* | Staticise the amr devclass. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 1 | -1/+1 |
* | Probe generic i960 devices for the old AMI signature as well as the current | msmith | 2000-12-22 | 1 | -4/+6 |
* | Return -10 from the PCI probe to allow room for an updated driver to | msmith | 2000-10-28 | 1 | -1/+1 |
* | Major update to the AMI MegaRAID driver. | msmith | 2000-08-30 | 1 | -44/+385 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Update to latest working version. | msmith | 2000-04-01 | 1 | -0/+7 |
* | This is a driver for the AMI MegaRAID family of controllers. It all of | msmith | 1999-10-07 | 1 | -0/+208 |