summaryrefslogtreecommitdiff
path: root/sys/arch/next68k/dev/esp.c
AgeCommit message (Expand)Author
2023-02-03Make local functions static.tsutsui
2023-02-03Misc cleanup.tsutsui
2023-01-27next68k: Fix silent stall of next68k esp(4) SCSI.tsutsui
2017-03-31 Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) withmsaitoh
2014-03-29fix misplaced linechristos
2014-03-27correct/add protection against snprintf overflow.christos
2014-03-25fix sprintf debugging mess.christos
2012-10-27split device_t/softc for all remaining drivers.chs
2009-11-23Use lwp_getpcb() on m68k ports, clean from struct user usage.rmind
2009-09-02Some backends may use ncr53c9x_abort(), so remove static declaration fromtsutsui
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2007-03-05Fix caddr_t fallout. Well, this driver is too ugly to read...tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2005-12-11merge ktrace-lwp.christos
2005-05-17Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] tochristos
2005-01-19de-__P, remove register, ansify.chs
2004-02-24occured -> occurred. From Peter Postma.wiz
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-09-27make gcc3's `deprecated use of label at end of compound statement' go awaycl
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
2002-09-21Force synchronous negotiation off even if the target initiates it, by settingmycroft
2002-09-11Comprehensive patches from Christian Limpach:mycroft
2002-07-11Apply patches from Christian Limpach:christos
2002-05-20Adapt this to post thorpej-scsipi world.jdolecek
2001-05-23fix printf format strings and the call to ncr53c9x_attach() so thatchs
2001-04-17increase maxsegs of esp main dma map by one to avoid errordbj
2001-04-16add receive ethernet bpf tapdbj
2001-04-07continue to tweak nextdma detection of xfer lengthdbj
2001-04-02reenabled flushcount diagnostic check.dbj
2001-03-31comment out device register structure definitions, used for reference only.dbj
2001-03-29use NCR_F_DMASELECT instead of ncr53c9x_dmaselectpetrov
2000-08-09%b -> bitmask_snprintf()tv
2000-06-05Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adaternisimura
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
1999-08-28discovered the purpose of another bit in the dma control register.dbj
1999-03-23more minor changes, mostly in minor tweaks to debuggin output.dbj
1999-03-14changed dma start alignment from 4 to 16 so that the cache flushdbj
1999-03-03continued experimentation trying to understand why we dropdbj
1999-03-02turn on diagnostic check in dma for controller bits at shutdown.dbj
1999-02-14Continue hacking on esp driver. Seems relatively stable in read only mode.dbj
1999-02-13Continued work on esp scsi driver. Now can at least do enough i/o to create ...dbj
1999-02-03overhalt of scsi driver.dbj