| Age | Commit message (Expand) | Author |
| 2022-02-09 | fix various typos in comments. | andvar |
| 2021-08-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-02-10 | Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@. | christos |
| 2018-02-08 | Typos. | dholland |
| 2017-01-11 | adatper -> adapter | skrll |
| 2014-01-22 | fix unused variable warnings | christos |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2009-02-12 | If sc_dmamode is set to SBIC_CTL_NO_DMA, then actually don't do DMA. Now | rumble |
| 2009-01-27 | - use device_t and cfdata_t | tsutsui |
| 2009-01-25 | Split device_t from wd33c93_softc. Reviewed by cube; tested on sgimips | bjh21 |
| 2009-01-20 | Convert more printfs to aprint_* and use the latter more consistently. | bjh21 |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-21 | Fix comments about the cf_flags layout and use macros to test whether | rumble |
| 2007-05-21 | Check in a workaround before I lose or forget about it: | rumble |
| 2007-05-08 | Report whether we're using DMA and what type on attach, since I keep losing | rumble |
| 2007-05-08 | The maximum FIFO depth on old WD33C93 parts is only 5, not 12 as on 93A and | rumble |
| 2007-05-08 | Enable Fast SCSI transfers for WD33C93B parts with appropriate input | rumble |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-05 | Cast to char* before doing pointer arithmetic. | he |
| 2006-10-01 | Allow wd33c93 attachments to choose what DMA mode it should use, and arrange | bjh21 |
| 2006-09-26 | Merge my bjh21-wd33c93 branch. This improves message handling in general | bjh21 |
| 2006-09-05 | Make this work with timecounters. | rumble |
| 2006-08-27 | Revert revision 1.4: it seems to have caused serious problems on sgimips, | bjh21 |
| 2006-08-27 | Use symbolic names for CSR values after reset. | bjh21 |
| 2006-08-26 | When receiving a SCSI message, it's important not to deassert ACK on the last | bjh21 |
| 2006-08-26 | Use standard MSG_IS1BYTE, MSG_IS2BYTE, and MSG_ISEXTENDED macros rather | bjh21 |
| 2006-08-26 | Use the 'z' size modifier when printfing size_t, so that GCC doesn't complain | bjh21 |
| 2006-08-26 | Move the sgimips "sbic" driver from arch/sgimips/hpc/sbic.c to | bjh21 |