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
/
pci
/
ifpci.c
Age
Commit message (
Expand
)
Author
2003-10-28
fix uninitialized uses caught by gcc
pooka
2003-10-03
Ready the kernel side of i4b for primary rate interface support by
pooka
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-05-21
Uniformly pass a "struct isdn_l3_driver *" through layer 2, so we
martin
2002-04-10
Remove some redundant tries to disable interupts. We already avoided enabling
martin
2002-04-08
Combine sc_enabled and sc_dying into one field sc_intr_valid, they are used
martin
2002-04-06
Ooops, forgot to adopt this to the previous change of isic_isac_intr.
martin
2002-03-30
Be a nice citizen, enable interrupts only when we are ready to talk
martin
2002-03-30
Avoid duplicate expensive lookups by passing a pointer to the call
martin
2002-03-29
Split BRI attaching into two phases, so lower layer drivers can get their
martin
2002-03-27
After Jason Thorpe explained to me how it is supposed to work, implement
martin
2002-03-25
Now that we have all pieces in place (and enough granularity to specify
martin