| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 1 | -2/+2 |
* | sys/dev: extend use of the howmany() macro when available. | pfg | 2016-04-26 | 1 | -1/+1 |
* | Don't assume that bio_cmd is a bitfield. | imp | 2016-03-10 | 1 | -1/+1 |
* | Set but not used variables eliminated. | imp | 2014-08-08 | 1 | -6/+2 |
* | Further adjust the workaround in r234501. Rounding all small requests up | jhb | 2012-10-05 | 1 | -2/+8 |
* | As a followup to r234501, ensure that the native ioctl path always allocates | jhb | 2012-09-19 | 1 | -6/+2 |
* | Essentially revert r239912. The amr_periodic function hadn't been armed in | scottl | 2012-08-31 | 1 | -38/+0 |
* | Use callout(9) rather than timeout(9). Note that the periodic timer in | jhb | 2012-08-30 | 1 | -3/+3 |
* | The amr(4) firmware contains a rather dubious "feature" where it | jhb | 2012-04-20 | 1 | -14/+31 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | 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 | 1 | -5/+5 |
* | Move the CAM passthrough code into a true module so that it doesn't have to be | scottl | 2008-11-03 | 1 | -19/+12 |
* | 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 |
* | Many improvements that have been collected over time: | scottl | 2008-01-24 | 1 | -27/+111 |
* | Rewrite the DMA code paths from being an impenitrable maze of special cases | scottl | 2007-12-12 | 1 | -351/+137 |
* | Provide unqiue malloc types instead of using M_DEVBUF. | scottl | 2007-12-02 | 1 | -20/+22 |
* | 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 | 1 | -1/+1 |
* | Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4). | pjd | 2006-10-31 | 1 | -10/+21 |
* | 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 | 1 | -5/+32 |
* | After further review and discussion, partially revert the previous commit. | scottl | 2006-04-08 | 1 | -18/+13 |
* | Close a pesky race where after checking the BUSY flag in amr_wait_command, | ps | 2006-04-08 | 1 | -6/+19 |
* | - Move the command setup from amr_start1 into the card specific submit | ps | 2006-02-02 | 1 | -60/+59 |
* | When the RAID firmware returns a failure, don't hard error the result. | ambrisko | 2006-01-26 | 1 | -9/+4 |
* | Check the return value of copyin. | scottl | 2006-01-14 | 1 | -1/+2 |
* | 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 | 1 | -203/+739 |
* | 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 | 1 | -15/+5 |
* | Complete the removal of __FreeBSD_version checks from the amr driver. The | scottl | 2005-08-08 | 1 | -2/+2 |
* | 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 | 1 | -2/+0 |
* | handle potential null ptr | sam | 2005-03-31 | 1 | -1/+3 |
* | Fix a null pointer de-ref when passthrough ioctls are issued. This | scottl | 2005-03-13 | 1 | -8/+11 |
* | Fix the ioctl path by ensuring that amr_start1() gets called for commands | scottl | 2005-03-04 | 1 | -18/+22 |
* | Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugs | scottl | 2005-01-23 | 1 | -5/+9 |
* | Add my copyright for the locking and busdma work. | scottl | 2005-01-23 | 1 | -0/+1 |
* | Lock the AMR driver: | scottl | 2005-01-16 | 1 | -99/+94 |
* | 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 | -50/+157 |