summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/si.c
AgeCommit message (Expand)Author
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2002-12-29Do not try to return a value from void functions.kristerw
2002-09-27remove trailing \n in panic(). approved perry.provos
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-04-01Fix typo. (s/sc_adapter/sc_link/)tsutsui
2000-03-25Add a "sc_rev" member to ncr5380_softc and handle CXD1180 quirktsutsui
2000-03-18Add a ncr5380_attach() routine which does part of the initialization, attachesmycroft
1999-11-22Debugger()/cpu_Debugger() is always available and always defined/prototypedjdolecek
1999-11-03adapt to latest scsipi changesjdolecek
1999-10-17include opt_ddb.h, so that symbol DDB actually get's defined appropriatelyjdolecek
1999-02-02Bracket calls to Debugger() with #ifdef DDB (won't compile otherwise;fair
1998-12-23Make gcc happy by changing %x to %lx hiding in a DEBUG.fair
1998-11-19Adapt to the new scsipi_adapter interface.thorpej
1998-10-10Garbage-collect the open_target_lu and close_target_lu entry points fromthorpej
1998-01-12Update for changes to config.thorpej
1997-10-28Left DEBUG there by accident. Remove itgwr
1997-10-17Move si_reset_adapter() from si.c into the bus-specific modules.gwr
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1997-04-28si_intr: if our CSR indicates an interrupt, return 1.gwr
1997-02-26Allow per-target control over disconnect/reselect.gwr
1997-01-27Fix copyrights (/s/REGENTS/FOUNDATION/)gwr
1996-12-17Make this compile with -Werror -Wall -Wstrict-prototypesgwr
1996-11-20Most files that were copyright Adam Glass and/or Gordon W. Rossgwr
1996-10-30Get rid of some cruft in the match function.gwr
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-08-28(1) set scsi_link channel to either the appropriate channel (if acgd
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-06-17Move some of the DMA engine initialization from the "start" routinegwr
1996-03-26Take advantage of the new config attach stuff bygwr
1996-02-13no longer usefulgwr
1995-10-08Minor cleanup.gwr
1995-08-14SCSI bus phase not valid until REQ is true (Fix from David Jones).gwr
1995-08-12minphys() functions really should return void.mycroft
1995-08-08Improve handling of a device that "sits on" the bus (from Jason Thorpe)gwr
1995-07-24update SCSI minphys routines' definitions to match standard minphys()cgd
1995-06-01Better reset code, and reset the chip when it goes comatose.gwr
1995-05-24Improve probe (should reject "sc" board now)gwr
1995-03-26The splbio()/splx(s) is now appropriate even if SCSI_POLL is set.gwr
1995-01-24Now works on VME as well (or as poorly) as on OBIO.gwr
1995-01-10Fixed to work with the new SCSI code (thanks to Phil Nelson).gwr
1994-12-31Update for new SCSI.gwr
1994-12-13Have working bus_peek(), and drivers use it.gwr
1994-12-12New autoconfig interface to support VME, etc.gwr
1994-11-21Lots of changes. Fairly stable now.gwr
1994-10-26new RCS ID format.cgd
1994-09-20Call obio_alloc with just two args (mappings always writable).gwr
1994-07-06Add a fix for slow devices from Phil Nelson.gwr
1994-05-28...try again...gwr