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
/
algor
/
pci
/
pcib.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-11-14
malloc(9) -> kmem(9)
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2011-07-09
Allow algor kernels to be built under either algor/algor64 or
matt
2011-07-08
Major update of algor.
matt
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2009-08-19
Define, and hook into the isa_chipset_tag_t, pcib_isa_detach_hook().
dyoung
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-05-12
According to the i8259 manual, EOI, R, and SL bits belong to OCW2 register
tsutsui
2005-12-11
merge ktrace-lwp.
christos
2004-08-30
Phase out the use of a string as first "attach args" member to control
drochner
2004-04-23
pass string length (= boundary info) to pci_devinfo so that we do not run over
itojun
2003-11-02
Fix uninitialized error in pcib_print().
he
2003-01-01
Use aprint_normal() for cfprint() routines.
thorpej
2002-10-02
Fix script-o's in last.
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2001-06-22
Check in work-in-progress of P-6032 support. This is not tested,
thorpej
2001-06-22
Fill in one P-6032 snippet.
thorpej
2001-06-21
More ISA interrupt rototilling. I get *some* interrupts on a:
thorpej
2001-06-21
Rototill ISA interrupt code. In particular, I have remembered most
thorpej
2001-06-15
Yet more interrupt cleanup -- the platform mater interrupt establish
thorpej
2001-06-10
Hand off intr evcnt responsiblity in a reasonable way on the 5064.
thorpej
2001-06-10
Check in work-in-progress of generic ISA interrupt support. The
thorpej
2001-06-01
The P-4032 has no ISA bridge/bus, so remove all P-4032 conditionals.
thorpej
2001-05-28
A port to the Algorithmics MIPS evaluation boards. We currently
thorpej