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
/
tc
/
asc_tcds.c
Age
Commit message (
Expand
)
Author
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-13
Split device_t/softc for MI ncr53c9x and some related devices,
tsutsui
2008-02-20
Use the VAX_PHYS_TO_S0 macro from vax/tc_machdep.h
matt
2008-02-19
Fix TC on VAX. (missed committing these earlier)
matt
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-03-04
fix fallout from caddr_t changes.
yamt
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-05-14
integrate kauth.
elad
2006-03-31
Use ANSI function decls, apply static.
thorpej
2006-03-30
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-05-22
No 0x in front of %p...
christos
2005-02-04
de-__P
perry
2003-05-03
DMA, not dma nor Dma.
wiz
2003-04-01
Use PAGE_SIZE rather than NBPG.
thorpej
2003-02-22
hz -> Hz
tsutsui
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add/cleanup RCSIDs
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
2000-07-04
Repopulate TCDS dual channel SCSI adapter to MI dev/tc, squashing
nisimura