| Age | Commit message (Expand) | Author |
| 2023-02-03 | Make local functions static. | tsutsui |
| 2023-02-03 | Misc cleanup. | tsutsui |
| 2023-01-27 | next68k: Fix silent stall of next68k esp(4) SCSI. | tsutsui |
| 2017-03-31 | Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) with | msaitoh |
| 2014-03-29 | fix misplaced line | christos |
| 2014-03-27 | correct/add protection against snprintf overflow. | christos |
| 2014-03-25 | fix sprintf debugging mess. | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2009-11-23 | Use lwp_getpcb() on m68k ports, clean from struct user usage. | rmind |
| 2009-09-02 | Some backends may use ncr53c9x_abort(), so remove static declaration from | tsutsui |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-13 | Split device_t/softc for MI ncr53c9x and some related devices, | tsutsui |
| 2007-03-05 | Fix caddr_t fallout. Well, this driver is too ugly to read... | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-17 | Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to | christos |
| 2005-01-19 | de-__P, remove register, ansify. | chs |
| 2004-02-24 | occured -> occurred. From Peter Postma. | wiz |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-09-27 | make gcc3's `deprecated use of label at end of compound statement' go away | cl |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-21 | Force synchronous negotiation off even if the target initiates it, by setting | mycroft |
| 2002-09-11 | Comprehensive patches from Christian Limpach: | mycroft |
| 2002-07-11 | Apply patches from Christian Limpach: | christos |
| 2002-05-20 | Adapt this to post thorpej-scsipi world. | jdolecek |
| 2001-05-23 | fix printf format strings and the call to ncr53c9x_attach() so that | chs |
| 2001-04-17 | increase maxsegs of esp main dma map by one to avoid error | dbj |
| 2001-04-16 | add receive ethernet bpf tap | dbj |
| 2001-04-07 | continue to tweak nextdma detection of xfer length | dbj |
| 2001-04-02 | reenabled flushcount diagnostic check. | dbj |
| 2001-03-31 | comment out device register structure definitions, used for reference only. | dbj |
| 2001-03-29 | use NCR_F_DMASELECT instead of ncr53c9x_dmaselect | petrov |
| 2000-08-09 | %b -> bitmask_snprintf() | tv |
| 2000-06-05 | Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adater | nisimura |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 1999-08-28 | discovered the purpose of another bit in the dma control register. | dbj |
| 1999-03-23 | more minor changes, mostly in minor tweaks to debuggin output. | dbj |
| 1999-03-14 | changed dma start alignment from 4 to 16 so that the cache flush | dbj |
| 1999-03-03 | continued experimentation trying to understand why we drop | dbj |
| 1999-03-02 | turn on diagnostic check in dma for controller bits at shutdown. | dbj |
| 1999-02-14 | Continue hacking on esp driver. Seems relatively stable in read only mode. | dbj |
| 1999-02-13 | Continued work on esp scsi driver. Now can at least do enough i/o to create ... | dbj |
| 1999-02-03 | overhalt of scsi driver. | dbj |