| Age | Commit message (Expand) | Author |
| 2012-12-07 | Remove the R1 syntactic sugar, since it collides with a #define in | hauke |
| 2009-11-23 | Use lwp_getpcb() on m68k ports, clean from struct user usage. | rmind |
| 2008-04-04 | Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes. | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-08-04 | gcc4 "uninitialized" variable; previous workaround doesn't satisfy gcc4 - | mhitch |
| 2006-05-10 | Fix a bunch of cast lvalues. | skrll |
| 2006-01-17 | add fault-protection in sbc_pdma_in() like in all the other PDMA functions. | chs |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-16 | Fixes for volatile problems | jmc |
| 2005-01-15 | de-__P, remove register, ansify, b* -> mem*. | chs |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2000-03-18 | Add a ncr5380_attach() routine which does part of the initialization, attaches | mycroft |
| 1999-11-02 | [Redo] Catch up with recent changes to scsipi flags. Closes PR 8675. | scottr |
| 1999-09-17 | Centralize the declaration and clearing of `cold'. | thorpej |
| 1998-11-19 | Adapt to the new scsipi_adapter interface. | thorpej |
| 1998-10-10 | Garbage-collect the open_target_lu and close_target_lu entry points from | thorpej |
| 1998-07-04 | defopt DDB. | jonathan |
| 1998-01-17 | We haven't needed a driver-specific minphys() for quite some time now. | scottr |
| 1998-01-12 | Update for changes to config. | thorpej |
| 1997-12-06 | PR 4078: Enabling the SCSI IRQ interrupt to allow reselects to work | scottr |
| 1997-10-10 | Remove advertising clause. | scottr |
| 1997-09-06 | Catch bus error in sbc_pdma_out() and panic with a reasonable | scottr |
| 1997-08-27 | Merge scsipi branch in the mainline. This add support for ATAPI devices | bouyer |
| 1997-08-11 | Make #include directives consistent. All MD headers are of the form: | scottr |
| 1997-06-30 | Due to reliability problems on some models, back out the more radical of | scottr |
| 1997-06-29 | Update for mac68k_buserr_addr -> m68k_fault_addr change. | scottr |
| 1997-05-13 | Tweak sbc_drq_intr() (interrupt-driven PDMA interrupt handler); it | scottr |
| 1997-04-28 | Undo a hack added in the last overhaul (which caused an extraneous byte | scottr |
| 1997-04-18 | For small writes, use PIO rather than PDMA; this increases the reliability | scottr |
| 1997-04-07 | Rework PDMA read/write functions based on Matthias Pfaller's pc532 ncr | scottr |
| 1997-03-01 | Split bus-dependent autoconfig code from the driver. This allows for | scottr |
| 1997-02-28 | Convert to generalized VIA interrupt registration | scottr |
| 1997-02-26 | Minimal changes to adapt to removal of NCR5380_PERMIT_RESELECT. | gwr |
| 1997-02-24 | Update copyright and license. | scottr |
| 1997-01-20 | #ifdef out write hack, and fix possible uninitialized variable. | scottr |
| 1997-01-07 | Fix typo in last: cf->cf_unit -> sc->dv.dv_unit | scottr |
| 1997-01-05 | Add basic support for a Duo dock SCSI controller, from Daishi Kato. | scottr |
| 1996-12-16 | Convert all foo_match() functions to use a `struct cfdata *' for their | scottr |
| 1996-11-13 | Use bitmask_snprintf(). | thorpej |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-11 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-28 | (1) set scsi_link channel to either the appropriate channel (if a | cgd |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-06-19 | Update some comments, and the copyright | scottr |
| 1996-06-11 | Deal with interrupt flags more carefully, and use the correct offset | scottr |
| 1996-05-29 | - Simplify writes in sbc_drq_intr(). | scottr |
| 1996-05-08 | Remove some gross hacks that were added due to interrupt grossness that | scottr |