summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dpt.c
AgeCommit message (Expand)Author
2003-01-31Use aprint_*().thorpej
2003-01-28Fix printf format warnings in previous.kleink
2003-01-27Also save status info in the user command packet.ad
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-10Use 0xff as the 'unknown processor type' (which is what Linux does).fvdl
2002-12-09Fix LP64 issues.ad
2002-12-07Implement the DPT EATA ioctl() interface.ad
2002-09-27remove trailing \n in panic(). approved perry.provos
2001-11-13add/cleanup RCSIDlukem
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-03-25Missing splx(). From OpenBSD.ad
2001-03-10Make this work on a PowerPC system:briggs
2001-03-07Add BUS_DMA_STREAMING to data transfer maps.thorpej
2001-02-24Avoid sequence point issues.cgd
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-07-18Use device_lookup() and ditch TAILQ sillyness.ad
2000-06-13Use my proper name.ad
2000-03-16Match shutdown msg with that of cac.c.ad
2000-02-29Oops, pasto.ad
2000-02-24- Don't use bitfields.ad
2000-02-12If we got an xfer from our backlog queue, don't allow sleeping; we're inthorpej
2000-01-16Be consistant when printing haHHBA status.ad
2000-01-15Typo. Don't worry, nothing that will cause system instability or dataad
2000-01-15Validate EATA signature in returned EATA configuration data before anythingad
2000-01-01- Make sense out of comment on dpt_wait().ad
1999-11-29- Don't use our own private endian conversion cruft (from OpenBSD).ad
1999-10-23Prepare a little for the addition of an interface to user-space.ad
1999-10-20Nuke some silliness.ad
1999-10-20DPT_MORE_TIMEOUT was scaled wrong.ad
1999-10-19- Don't get stalled by a bogus HA_ST_MORE condition.ad
1999-10-04Avoid silly namespace collision w/ some Alpha signal-related variables.thorpej
1999-10-01- Save SCSI status in the request.ad
1999-09-30Update for SCSPI changes.thorpej
1999-09-30- Remove a couple of items from the TODO list.ad
1999-09-29- Move initial reset code into dpt_readcfg()ad
1999-09-28- Fix some comments.ad
1999-09-28- Wait up to 2 seconds for HBA ready before executing CP_PIO_GETCFGad
1999-09-27A driver for DPT EATA SCSI adapters. dpt.c contains a brief TODO list.ad