index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
dpt.c
Age
Commit message (
Expand
)
Author
2003-01-31
Use aprint_*().
thorpej
2003-01-28
Fix printf format warnings in previous.
kleink
2003-01-27
Also save status info in the user command packet.
ad
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-12-10
Use 0xff as the 'unknown processor type' (which is what Linux does).
fvdl
2002-12-09
Fix LP64 issues.
ad
2002-12-07
Implement the DPT EATA ioctl() interface.
ad
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2001-11-13
add/cleanup RCSID
lukem
2001-07-19
Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.
thorpej
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
2001-03-25
Missing splx(). From OpenBSD.
ad
2001-03-10
Make this work on a PowerPC system:
briggs
2001-03-07
Add BUS_DMA_STREAMING to data transfer maps.
thorpej
2001-02-24
Avoid sequence point issues.
cgd
2000-11-14
NBPG -> PAGE_SIZE
thorpej
2000-07-18
Use device_lookup() and ditch TAILQ sillyness.
ad
2000-06-13
Use my proper name.
ad
2000-03-16
Match shutdown msg with that of cac.c.
ad
2000-02-29
Oops, pasto.
ad
2000-02-24
- Don't use bitfields.
ad
2000-02-12
If we got an xfer from our backlog queue, don't allow sleeping; we're in
thorpej
2000-01-16
Be consistant when printing haHHBA status.
ad
2000-01-15
Typo. Don't worry, nothing that will cause system instability or data
ad
2000-01-15
Validate EATA signature in returned EATA configuration data before anything
ad
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-23
Prepare a little for the addition of an interface to user-space.
ad
1999-10-20
Nuke some silliness.
ad
1999-10-20
DPT_MORE_TIMEOUT was scaled wrong.
ad
1999-10-19
- Don't get stalled by a bogus HA_ST_MORE condition.
ad
1999-10-04
Avoid silly namespace collision w/ some Alpha signal-related variables.
thorpej
1999-10-01
- Save SCSI status in the request.
ad
1999-09-30
Update 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_GETCFG
ad
1999-09-27
A driver for DPT EATA SCSI adapters. dpt.c contains a brief TODO list.
ad