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
/
bebox
/
pci
Age
Commit message (
Expand
)
Author
2016-10-19
Added MSI/MSI-X and interrupt_distribute(9) support for powerpc.
nonaka
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-06-30
Modify mapiodev to take a third argument indicating whether the space
matt
2011-06-22
Add support pci_intr_setattr.
matt
2010-11-03
Calculate IRQ from swiz, if bus != 0.
kiyohara
2008-05-30
Remove unused prototype for function.
kiyohara
2008-02-17
Interrupt setting of PCI from 3.1. In present interrupt, 32
kiyohara
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-04-12
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
jmmv
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-07-29
remove some typecasts to "cfmatch_t" which are obviously relicts from
drochner
2004-04-23
pass string length (= boundary info) to pci_devinfo so that we do not run over
itojun
2003-07-15
__KERNEL_RCSID()
lukem
2003-03-06
Make most of PPC (OEA) bus_space's identical (or as identical as possible).
matt
2003-01-01
Use aprint_normal() for cfprint routines.
thorpej
2002-10-02
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-07-04
alloc_attr -> allocattr
junyoung
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-10-29
pci_conf_interrupt() takes bus/dev/pin, not bus/dev/func.
thorpej
2001-08-26
Make all powerpc ports use a common Makefile.powerpc (except walnut)
matt
2001-07-22
bcopy -> memcpy, bcmp -> memcmp, bzero -> memset
wiz
2001-06-06
Change bebox port to use the include MPC6XX files and the new common bus.h
matt
2001-02-12
Supply a pci_bus_dma_tag.
briggs
2000-12-28
Change pci_intr_map to get interrupt source information from a "struct
sommerfeld
2000-06-29
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
remove/move more mach vm header files:
mrg
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-06-04
Implement the more flexiable `evcnt' interface as discussed (briefly) on
cgd
2000-01-18
No need to define MPC105 and MPC106 PCI products here.
thorpej
1999-12-06
update for changed struct wsdisplay_accessops:show_screen signature.
drochner
1999-06-22
Add casts for -Wall.
sakamoto
1999-03-19
Moved to arch/bebox/include/pci_machdep.h,v
cgd
1999-01-11
remove dummy "load_font" entries
drochner
1998-11-24
Fix no check for negative offset in mmap.
sakamoto
1998-11-18
Support frame buffer console initialized by the BootRom of the BeBox.
sakamoto
1998-08-24
vm_offset_t --> [pv]addr_t.
sakamoto
1998-08-15
Make copyright notices with my name consistent.
mycroft
1998-06-09
Use config_defer().
thorpej
1998-06-09
Provide an isa_chipset_tag_t to children.
thorpej
1998-02-12
Eliminate unnecessary code.
sakamoto
1998-02-03
Change bebox_bus_{io,mem}.bus_base to BEBOX_BUS_SPACE_{IO,MEM}.
sakamoto
1998-02-02
Eliminate __BROKEN_INDIRECT_CONFIG
sakamoto
1998-01-12
Update for changes to config.
thorpej
1997-11-27
remove/import software interrupt model and external interrupt handler
sakamoto
1997-10-14
Initial commit of NetBSD/bebox port.
sakamoto