| Age | Commit message (Expand) | Author |
| 2013-11-02 | Turn the "esiop_intr: I shouldn't be there !" panic into a printf | gson |
| 2013-10-30 | Fix incorrect function names in panic message strings. | gson |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-09-09 | Allow e?siop_dump_script() to work with on-chip RAM. Prefix | jakllsch |
| 2010-05-02 | Add (missing) newlines to error messages. | jakllsch |
| 2010-04-09 | Improve error paths in (e)siop_scsipi_request(): | jakllsch |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-09-04 | Remove unnecessary whitespace. | tsutsui |
| 2009-05-16 | Misc cleanup: | tsutsui |
| 2009-05-15 | Split device_t/softc. | tsutsui |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-27 | Add support for the (non-pci) NCR 53c720/770 in big-endian mode. | skrll |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-30 | Do not stop callouts on polled commands. Problem noticed by Chris Ross | martin |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-02 | Comment out the debug options to siop, and change the undef to define. | garbled |
| 2006-11-02 | Make these compile when SIOP_DEBUG is enabled, by nuking the reference to | garbled |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-11-18 | Some drives disconnect after the last data phase without a save data pointer | bouyer |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-10-03 | Add missing return, fix handling of Ignore Wide Residue messages. | bouyer |
| 2004-05-17 | Add support for the Ignore Wide Residue SCSI message. | bouyer |
| 2004-05-17 | when an unexpected disconnect occurs only compute the resid; do the | bouyer |
| 2004-05-17 | Properly compute xs->resid, instead of assuming it'll always be 0 when | bouyer |
| 2004-03-16 | cbd -> cdb | bouyer |
| 2004-03-15 | Extract the code printing the CBD from scsipi_print_sense(), so that it's | bouyer |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-28 | fix bogus GCC uninitialized variable warning. Use TAILQ_FOREACH. | matt |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-10-21 | Remove return after panic(). | simonb |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-11-08 | in siop_reset(), reset sc_ntargets to 0. The number of targets will be | bouyer |
| 2002-07-26 | enouth -> enough. | wiz |
| 2002-07-18 | Spell 'should' correctly. | wiz |
| 2002-05-18 | Be more verbose when returning XS_DRIVER_STUFFUP | bouyer |
| 2002-05-16 | Don't access a scsipi channel's periph table directly; use | thorpej |
| 2002-04-25 | It's not safe to access the SCNTL1 register while the SCRIPT is running. | bouyer |
| 2002-04-23 | More copyright fixes, pointed out by Thomas. Thanks ! | bouyer |
| 2002-04-23 | - factor out parts of (e)siop_attach() to siop_common_attach() | bouyer |
| 2002-04-23 | Bump the space for SCSI messages from 8 to 16 octets, as 8 may not be | bouyer |
| 2002-04-23 | Enable software LED control based on LED0 feature, not #define. | bouyer |
| 2002-04-22 | Fix last change: assign siop_cmd->tag in callers instead of siop_setuptables(), | bouyer |
| 2002-04-22 | In siop_setuptables(), use the proposed tag_id, not tag_id +1. | bouyer |
| 2002-04-20 | Move a few things around, so that ic/siop_common.c and pci/siop_pci_common.c | bouyer |
| 2002-04-18 | If SIOP_SYMLED is defined, drive the activity LED though GPIO pin 1. | bouyer |
| 2002-04-05 | Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers | bouyer |