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