| Age | Commit message (Expand) | Author |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2009-11-21 | Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. | rmind |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-04 | Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes. | tsutsui |
| 2007-02-04 | Remove unused dh_addr member from struct si_dma_handle. | tsutsui |
| 2007-02-04 | Remove leftover debug stuff which could break si_obio DMA. | tsutsui |
| 2007-02-03 | Make si at obio and si at vme on sun3 use bus_dma(9) for data xfer. | tsutsui |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-22 | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t. | chs |
| 2004-12-13 | adjust for b_bcount changing from long to int. | chs |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-12-29 | Do not try to return a value from void functions. | kristerw |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2000-04-01 | Fix typo. (s/sc_adapter/sc_link/) | tsutsui |
| 2000-03-25 | Add a "sc_rev" member to ncr5380_softc and handle CXD1180 quirk | tsutsui |
| 2000-03-18 | Add a ncr5380_attach() routine which does part of the initialization, attaches | mycroft |
| 1999-11-22 | Debugger()/cpu_Debugger() is always available and always defined/prototyped | jdolecek |
| 1999-11-03 | adapt to latest scsipi changes | jdolecek |
| 1999-10-17 | include opt_ddb.h, so that symbol DDB actually get's defined appropriately | jdolecek |
| 1999-02-02 | Bracket calls to Debugger() with #ifdef DDB (won't compile otherwise; | fair |
| 1998-12-23 | Make gcc happy by changing %x to %lx hiding in a DEBUG. | fair |
| 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-01-12 | Update for changes to config. | thorpej |
| 1997-10-28 | Left DEBUG there by accident. Remove it | gwr |
| 1997-10-17 | Move si_reset_adapter() from si.c into the bus-specific modules. | gwr |
| 1997-08-27 | Merge scsipi branch in the mainline. This add support for ATAPI devices | bouyer |
| 1997-04-28 | si_intr: if our CSR indicates an interrupt, return 1. | gwr |
| 1997-02-26 | Allow per-target control over disconnect/reselect. | gwr |
| 1997-01-27 | Fix copyrights (/s/REGENTS/FOUNDATION/) | gwr |
| 1996-12-17 | Make this compile with -Werror -Wall -Wstrict-prototypes | gwr |
| 1996-11-20 | Most files that were copyright Adam Glass and/or Gordon W. Ross | gwr |
| 1996-10-30 | Get rid of some cruft in the match function. | gwr |
| 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-17 | Move some of the DMA engine initialization from the "start" routine | gwr |
| 1996-03-26 | Take advantage of the new config attach stuff by | gwr |
| 1996-02-13 | no longer useful | gwr |
| 1995-10-08 | Minor cleanup. | gwr |
| 1995-08-14 | SCSI bus phase not valid until REQ is true (Fix from David Jones). | gwr |
| 1995-08-12 | minphys() functions really should return void. | mycroft |
| 1995-08-08 | Improve handling of a device that "sits on" the bus (from Jason Thorpe) | gwr |
| 1995-07-24 | update SCSI minphys routines' definitions to match standard minphys() | cgd |
| 1995-06-01 | Better reset code, and reset the chip when it goes comatose. | gwr |
| 1995-05-24 | Improve probe (should reject "sc" board now) | gwr |
| 1995-03-26 | The splbio()/splx(s) is now appropriate even if SCSI_POLL is set. | gwr |