summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/si.c
AgeCommit message (Expand)Author
2020-11-21malloc(9) -> kmem(9)thorpej
2009-11-21Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.rmind
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.tsutsui
2007-02-04Remove unused dh_addr member from struct si_dma_handle.tsutsui
2007-02-04Remove leftover debug stuff which could break si_obio DMA.tsutsui
2007-02-03Make si at obio and si at vme on sun3 use bus_dma(9) for data xfer.tsutsui
2005-12-11merge ktrace-lwp.christos
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2004-12-13adjust for b_bcount changing from long to int.chs
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