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
/
arch
/
macppc
/
dev
/
mesh.c
Age
Commit message (
Expand
)
Author
2011-06-30
Modify mapiodev to take a third argument indicating whether the space
matt
2009-09-26
Make local functions static.
tsutsui
2009-09-26
Replace shutdownhook_establish(9) with pmf_device_register1(9).
tsutsui
2009-09-26
Fix a botch on device_t/softc split:
tsutsui
2009-05-15
Split device_t/softc. Tested on Apus2000.
tsutsui
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2006-03-29
Use device_cfdata().
thorpej
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-17
return SCSI_CHECK in xs->status instead of xs->xs_status
macallan
2005-12-11
merge ktrace-lwp.
christos
2004-12-09
Several changes from Michael Lorenz. Adapted from PR port-macppc/27680.
briggs
2004-12-07
Use "struct scsipi_command" in internal command structures so that
thorpej
2003-07-15
__KERNEL_RCSID()
lukem
2003-05-03
DMA, not dma nor Dma.
wiz
2003-04-02
Use PAGE_SIZE rather than NBPG.
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-04-05
Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers
bouyer
2001-11-04
Use common macro to check message length.
tsutsui
2001-07-22
bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
wiz
2001-06-08
Make macppc compile by default with -Wall -Wmissing-prototype in addition
matt
2001-04-26
Remove spaces at EOL.
tsubai
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
2000-12-24
Honour SCSI command timeout -- fixes problems with SCSI commands that take
wiz
2000-10-31
Match "chrp,mesh0".
tsubai
2000-10-23
Fix Conner CFP1080 problem (pr 7612) and add debugging messages.
tsubai
2000-06-29
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1999-12-28
Remove two panic conditions.
tsubai
1999-09-30
Update for SCSIPI changes.
thorpej
1999-02-19
First step of MESH SCSI support.
tsubai