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