summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/pci
AgeCommit message (Expand)Author
2003-08-20Relax things so that OFW implementations that don't conform to the OFW PCImatt
2003-08-18Properly walk the OF tree to map a PCI node's interrupt property into thematt
2003-07-15__KERNEL_RCSID()lukem
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
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-08-22Enable memory for cards with 64-bit memory mappings in addition towrstuden
2002-07-09Add more host-bridges.matt
2002-05-16* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tothorpej
2001-09-14Return ~0 for all config space reads on devices < 11 on the primary bus,nathanw
2001-07-22bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.wiz
2001-06-19Add/change prototypes so that macpcc builds with -Wstrict-prototypes.simonb
2001-06-17Support the new iBook.tsubai
2001-06-08For ports that wire up pciide in compatibility mode, havesimonb
2001-06-06Changes new pmap, common param.h, vmparam.h, and moved includes.matt
2001-01-09Configure PCI_INTERRUPT_LINE on the other side of the pci-bridge on OF3 too.tsubai
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-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-02-04Remove an unused variable.tsubai
2000-02-04Treat "chaos" like a bandit.tsubai
2000-02-03* Split bandit and grackle.tsubai
2000-02-01Use device_register to find the boot device more reliably. Should now workdanw
2000-01-25Add UniNorth.tsubai
2000-01-18Use PCI products defined in pcidevs.hthorpej
1999-11-15We need pciidereg.h to compile now.wrstuden
1999-05-06Allow pci_init() to be called twice, once just to find the PCI-Hostthorpej
1999-05-05Fix a small bug to make both IO and MEM enable bits in csr are set.tsubai
1999-05-05- Completely rewrite how bus space tags for PCI space are set up. Insteadthorpej
1999-05-05- Add come comments.thorpej
1999-04-22Fix compilation errors.wrstuden
1999-04-16Add a stub pciide_machdep_compat_intr_establish() for Power Macintosh.thorpej
1999-03-29Use interrupt-map property rather than hard-coding irqs.tsubai
1999-03-19Moved to arch/macppc/include/pci_machdep.h,vcgd
1999-03-15Check the accessibility before reading from configuration space.tsubai
1999-02-04Add PCI-PCI bridge support for Bandit.tsubai
1998-12-29iMac support (not complete yet).tsubai
1998-10-21Use PCI function number correctly.tsubai
1998-10-15Set PCI bus number correctly.tsubai
1998-08-15Make copyright notices with my name consistent.mycroft
1998-07-24G3 Macs also needs to fix pci io/mem enable bits.tsubai
1998-07-17Fix typo.tsubai
1998-07-17"chaos" PCI controller support.tsubai
1998-07-17Add bus_dma support.tsubai
1998-07-17Change pcitag_t format for bandit.tsubai
1998-07-13Add support for Motorola MPC106.tsubai
1998-05-15Initial import of macppc port.tsubai