summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/ncr5380.c
AgeCommit message (Expand)Author
2022-04-07fix various typos in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-09-29s/implicitely/implicitly/msaitoh
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2013-10-25Simplifymartin
2012-10-27split device_t/softc for all remaining drivers.chs
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
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-06-16Shadowing and const fixes.jmc
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2005-01-15de-__P, remove register, ansify, b* -> mem*.chs
2004-12-07- Use the cmdlen specified in the scsipi_xfer structure. Keying offthorpej
2003-10-30Fix real uninitialized variable bug.matt
2003-10-30Fix indentation/whitespace.matt
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-02Use 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
1999-12-12Replace references to PGOFSET with m68k_trunc_page() and m68k_page_offset(),scottr
1999-09-30Update for SCSIPI changes.thorpej
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-07-02Another printf("%:"...) bites the dust (->vprintf(...))wrstuden
1998-01-12Update for changes to config.thorpej
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1996-12-19Clean up a few bogons+typos introduced in the removal of the broken indirectscottr
1996-12-16Convert all foo_match() functions to use a `struct cfdata *' for theirscottr
1996-12-10Fill in sc_link.max_targetthorpej
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-23Add a comment about the last change.briggs
1996-06-07Wait longer (2.5 sec) in wait_req_true/false. Some targets take a long time.briggs
1996-05-22Get rid of compiler warning if DBG_PID is not defined.briggs
1996-05-06Update to something closer to the atari port.briggs
1996-05-05Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitializedbriggs
1996-03-30Change %r -> %: as for recursive printf'schristos
1996-03-29Fix minor oversight in a sanity check--caught by Jason, I think, and reportedbriggs
1996-03-20Fix a long-standing bug uncovered by the new device attachmentscottr
1996-03-17New device attachment scheme:thorpej
1996-03-07Fix a typo in last.briggs