summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/ncr5380.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-05Split device_t/softc. No crash on TT030.tsutsui
2010-04-17extern inline -> static inlinetsutsui
2010-04-13Misc KNF and cosmetics.tsutsui
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2009-10-20Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.snj
2009-07-19Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-11-15To be safe, do not use DMA for Falcon - from Tuomoabs
2008-10-28Remove unwanted 'xs->xs_status |= XS_STS_DONE' which caused scsipi_done()abs
2007-03-06Make req_addr (char *) rather than adding an extra casttsutsui
2007-03-06More fixes after the caddr_t removal.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-02-25Fix some typos.wiz
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-06-04Adapt to compiling with -Wshadow and -Wcast-qual, by adding consthe
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2004-12-07- Use the cmdlen specified in the scsipi_xfer structure. Keying offthorpej
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-07-28Eliminate the other %:, using vsnprintf followed by printf.tv
2000-07-28Avoid a nonstandard %: format: printf("%:", fmt, ap) -> vprintf(fmt, ap)tv
1999-09-30Update for SCSIPI changes.thorpej
1999-02-19Fix type lossage reported by Julian Coleman.leo
1998-12-05Update HBAs to incorporate the new max_lun property.mjacob
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-10-06Only return COMPLETE when polling.leo
1998-01-12Update for changes to config.thorpej
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1996-12-20Get rid of BROKEN_INDIRECT_CONFIGleo
1996-12-10Fill in sc_link.max_targetthorpej
1996-11-17Make splbio really splbio. All holes now seem to be plugged. At leastleo
1996-10-13backout previous kprintf changeschristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-09-16Add support for Hades platform.leo
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-07-05During a rather lengthy debug session with Markus Kilbinger (Thanks again!),leo