| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Remove spurious `)` | brueffer | 2009-10-28 | 1 | -1/+1 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 1 | -1/+1 |
* | Add necessary include. | phk | 2009-09-08 | 1 | -1/+1 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -21/+2 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -2/+21 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 2 | -6/+6 |
* | Move the CAM passthrough code into a true module so that it doesn't have to be | scottl | 2008-11-03 | 3 | -33/+58 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -2/+2 |
* | While spin-waiting for the mailbox semaphore to update, do flushing reads of | scottl | 2008-07-20 | 1 | -1/+4 |
* | Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that was | scottl | 2008-02-06 | 1 | -1/+0 |
* | Many improvements that have been collected over time: | scottl | 2008-01-24 | 3 | -43/+146 |
* | Rewrite the DMA code paths from being an impenitrable maze of special cases | scottl | 2007-12-12 | 4 | -436/+260 |
* | Provide unqiue malloc types instead of using M_DEVBUF. | scottl | 2007-12-02 | 2 | -26/+29 |
* | Refactor completion handlers so that they can be combined into a single | scottl | 2007-12-02 | 1 | -76/+29 |
* | Make a pass at style.9 compliance | scottl | 2007-12-02 | 1 | -440/+477 |
* | Fix a typo that was hidden by AMR_DEBUG. | scottl | 2007-12-02 | 1 | -1/+1 |
* | Fix printf format bugs that where hidden by AMR_DEBUG. | scottl | 2007-12-02 | 1 | -3/+3 |
* | Turn the CAM passthroug interface to AMR back ON. Adjust the | scottl | 2007-11-28 | 2 | -80/+68 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -0/+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 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -20/+0 |
* | Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4). | pjd | 2006-10-31 | 2 | -11/+22 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -2/+32 |
* | Chain the bus_dmamap_load() calls when mapping a command with a data CCB | jhb | 2006-07-17 | 1 | -24/+42 |
* | Make amr_linux work as a module by avoiding calling amr_linux_ioctl_int | ambrisko | 2006-05-03 | 3 | -127/+41 |
* | Reduce the Linux ioctl range to what is needed. I didn't know what | ambrisko | 2006-04-14 | 1 | -2/+2 |
* | After further review and discussion, partially revert the previous commit. | scottl | 2006-04-08 | 3 | -20/+13 |
* | Close a pesky race where after checking the BUSY flag in amr_wait_command, | ps | 2006-04-08 | 3 | -6/+21 |
* | Check the return value of copyin() and return an error if it fails. | jhb | 2006-02-23 | 1 | -2/+4 |
* | 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 |
* | - Move the command setup from amr_start1 into the card specific submit | ps | 2006-02-02 | 2 | -61/+60 |
* | When the RAID firmware returns a failure, don't hard error the result. | ambrisko | 2006-01-26 | 1 | -9/+4 |
* | Add in the Linux IOCTL shim and create the megadev0 device so | ambrisko | 2006-01-24 | 1 | -0/+191 |
* | Check the return value of copyin. | scottl | 2006-01-14 | 1 | -1/+2 |
* | - Correct amr_enquiry3 structure[1]. | jkim | 2006-01-13 | 1 | -5/+5 |
* | Don't free the ap object if it was never created. | scottl | 2006-01-10 | 1 | -1/+2 |
* | Mega update to the LSI MegaRAID driver: | scottl | 2005-12-14 | 7 | -286/+950 |
* | The CAM interface is broken and seems to be causing lockups on boot. It | scottl | 2005-11-26 | 1 | -0/+13 |
* | Remove spl markers from AMR. | scottl | 2005-11-06 | 4 | -54/+6 |
* | Complete the removal of __FreeBSD_version checks from the amr driver. The | scottl | 2005-08-08 | 5 | -114/+6 |
* | Remove a stale __FreeBSD_version check. | scottl | 2005-08-07 | 1 | -5/+3 |
* | The presence of a on __FreeBSD_version flagged some code that hasn't been in | scottl | 2005-08-07 | 1 | -23/+4 |
* | Print the actual disk device we failed to complete i/o on. | ps | 2005-07-29 | 1 | -2/+2 |
* | Don't allow ioctl commands to be interrupted by the user. | ps | 2005-07-29 | 1 | -6/+4 |
* | polled commands can read or write, so bus_dmamap_sync properly | ps | 2005-06-23 | 1 | -2/+16 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -4/+0 |