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_tc.c
Age
Commit message (
Expand
)
Author
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-04-05
use aprint_*_dev and device_xname
cegger
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-03-31
Use ANSI function decls, apply static.
thorpej
2006-03-30
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
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-10-01
s/asc_pmaz/asc_tc/g
simonb
2001-10-01
Move MI PMAZ-A SCSI attachment to sys/dev/tc.
simonb
2001-08-26
Switch to MI SCSI and drop old pmax MD SCSI support completely.
simonb
2000-03-06
Get rid of hook for dk_establish() - pmax will now use device_register().
mhitch
2000-03-04
Fix boot device detection. Device probes are not done when adapters are
mhitch
2000-02-11
We're given a K1SEG address already.
thorpej
1999-11-15
- No need to include '<machine/autoconf.h>'.
nisimura
1999-04-20
KNF nits.
mrg
1999-01-16
- Don't use void pointer for arithmetic.
nisimura
1997-10-31
Print TC bus speed properly when attaching device, since the SCSI
jonathan
1997-07-28
Use direct DMA with the IOASIC ASC SCSI interface. DMA buffering can be
mhitch
1997-07-21
Kill __BROKEN_INDIRECT_CONFIG on pmax.
jonathan
1997-06-22
* Change Sprite MACH_xxx prefix to MIPS_xxx.
jonathan
1996-10-13
backout kprintf changes
christos
1996-10-12
Remove extraneous output - ascattach() already did it.
mhitch
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-09-25
* Rewrite asc driver with ``mi'' backend and parent-specific front-end
jonathan