| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-12-15 | Remove clause 3 and 4 leftovers from TNF licenses in more sources. | tsutsui |
| 2019-10-06 | Get rid of bogus ADW_CALLBACK typedef. Use the real callback types | uwe |
| 2016-07-14 | KNF. No functional change. | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 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-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-21 | Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name | thorpej |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-21 | Correct NULL abuse. | fvdl |
| 2003-09-18 | nluns should be 8, not 7. | mycroft |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2002-04-05 | Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers | bouyer |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-08-29 | Ensure that data accessed by the ADW driver in memory is in | briggs |
| 2001-07-31 | change\n\tswitch (scsiq->host_status)\nto\n\tswitch (scsiq->scsi_status)\nin ... | dante |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-07 | bzero -> memset | thorpej |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-04-30 | remove some lint, including ansifying funcs | lukem |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-03-07 | Add BUS_DMA_STREAMING to data transfer maps. | thorpej |
| 2001-02-11 | Fix for kern/12114 and kern/12158 Advansys DMA errors. | hpeyerl |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | remove redundant vm includes. | mrg |
| 2000-05-27 | Change AdwInitCarriers in adwmcode.c | dante |
| 2000-05-26 | Fix a bug introduced in last commit which caused a painc due to | dante |
| 2000-05-14 | Handle better the status codes. | dante |
| 2000-05-10 | Change adw_isr_callback() status handler | dante |
| 2000-05-08 | Change the way ADW_CARRIER is allocated and handled. | dante |
| 2000-05-03 | Slight change to previous. | thorpej |
| 2000-05-03 | Don't return an uninitialized error code. | thorpej |
| 2000-04-30 | Add new microcode for all of the supported boards. | dante |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-02-12 | If we got an xfer from our backlog queue, don't allow sleeping; we're in | thorpej |
| 2000-02-03 | Add AdvanSys U2W (LVD) boards support | dante |
| 1999-09-30 | Update for SCSPI changes. | thorpej |
| 1999-09-11 | Rewrote error handlers. Now they are solid. | dante |
| 1999-08-17 | The CCB already contains its DMA address, so no need to recompute it | thorpej |