summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/pci
AgeCommit message (Expand)Author
2013-01-21Only the mpcpcibus driver is actually using these structures so merge themMartin Pieuchot
2013-01-21Remove old functions to access MPC106 registers. Only one of them was usedMartin Pieuchot
2012-12-22Attach all known U3 AGP bridgesMartin Pieuchot
2012-12-13iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren'tMartin Pieuchot
2012-12-10Correct macobio functions to only read and write one byte of data insteadMartin Pieuchot
2012-12-04Add support for Uninorth AGP bridges found in most if not all the macppcMartin Pieuchot
2012-08-30Determine the memory and mmio regions based on previously initialzed BARMartin Pieuchot
2012-06-21Only allow the memory and mmio regions to be mmap()'ed at their realMartin Pieuchot
2012-01-29Ansify and remove useless variable.Martin Pieuchot
2012-01-29Start cleaning vgafb(4) to be make it more like vga(4). Remove unusedMartin Pieuchot
2011-10-28Ignore devices with irq 0 on mpcpci bus, the only devices seen thisDale Rahn
2011-09-29Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect,Miod Vallat
2011-05-15Unify various gpio access using methods that take an offset relative to theMartin Pieuchot
2011-01-08rename imask[] to cpu_imask[] to because imask is too loud as far asTheo de Raadt
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-11-27Remove unused vgafb_cnprobe().Miod Vallat
2010-09-01Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@Miod Vallat
2010-05-22macppc never has i386 defined; ok drahnTheo de Raadt
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-05-03Get rid of pci_addr_fixup machinery; set up the appropriate extents and passMark Kettenis
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-01Don't let an mmio area replace the frame buffer if they are the same size.Mark Kettenis
2008-09-23Plug more uninitialized variables.Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-03-25Make pci_intr_map(9) fail if the interrupt line register is set to 0xff.Mark Kettenis
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-11-05fix and use DEVICE_IS_VGA_PCI, makes vgafb_pci_match() much simplerMartin Reindl
2007-05-08correct dmesg outputTheo de Raadt
2007-03-01If the kauai is not found in openfirmware, abort the config. ok deraadtDale Rahn
2007-02-05Map the pci space registers, so that the MEMORY enable gets turned on,Dale Rahn
2006-12-17Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.Miod Vallat
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-05Implement an alternative workaround for the extent lies out of region panicGordon Willem Klok
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-10-27Partially revert 1.33 the range calculation change for banditGordon Willem Klok
2006-10-23Change bandit as found in many old world macs to use configuration type 1.Gordon Willem Klok
2006-07-14change pcibr_flags back to 0 (turn off verbose mode). If anyone has aTheo de Raadt
2006-07-13Switch to a three-phase pci resource fixup:Mark Kettenis
2006-06-19Be more strict in the probe routines and actually check ca_nintr andMiod Vallat
2006-05-30The aperture that is needed in legacy vga space is even larger forMatthieu Herrb
2006-05-10Use a macro in the MI powerpc PCI header for pci_intr_line() insteadBrad Smith
2006-05-02The r128 driver also need the 0xb0000-0xc0000 address range. found by Jolan@.Matthieu Herrb
2006-04-28In mapped mode, when allowaperture != 0,also allow mmapping of theMatthieu Herrb
2006-04-10typo by bradTheo de Raadt
2006-04-10Intrepid 2 host bridges.Brad Smith
2006-04-10recognize the Intrepid 2 ATA controller.Brad Smith
2006-04-09On macppc and sparc64, if allowaperture=0 only allow mmap()-ing ofMatthieu Herrb
2006-03-15Remove dead code (SUPPORTS_NON_CONSOLE and MD_DISPLAY_ISA_IOT)Matthieu Herrb