summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/pci
AgeCommit message (Expand)AuthorFilesLines
2020-05-25change wsdisplay attribute type from long to uint32_tjsg1-4/+4
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg1-2/+2
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt2-4/+2
2016-07-04On Quad-G5 make hpb(4) attach first when iterating PCI buses.mpi1-1/+42
2015-08-30Map the whole config1 space based on the size read from thempi1-3/+3
2015-06-25OF_getprop() returns an int, so comparing its return value against sizeof castsmiod1-2/+2
2015-06-03Support for U4, missed in previous.mpi1-2/+6
2015-06-02Add a new HT-PCI bridge driver and the necessary glue to openpic(4)mpi1-0/+248
2015-04-02One function pointer per pic function is enough.mpi1-24/+3
2015-03-30Always use the first value of the "interrupts" property the others dompi1-10/+2
2015-02-09Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 whichmpi1-2/+12
2015-01-24Implement bus_dmamem_alloc_range(9) for macppc/socppc.kettenis1-1/+2
2014-07-28Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS.jsg1-1/+3
2014-07-22The aperture needed test should be in vgafb as well as vga@pci.jsg1-1/+4
2014-04-26Do not pass a NULL argument to OF_getprop(), even if it's fine for thempi1-2/+4
2014-03-29It's been a quarter century: we can assume volatile is present with that name.guenther1-2/+2
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,mpi2-7/+4
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.miod1-1/+23
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.miod1-10/+7
2013-10-13Make pci_make_tag() work with ht(4) controllers, fix a regressionmpi1-2/+12
2013-09-04Convert vgafb to use a proper softc.mpi1-110/+102
2013-08-28Move the early framebuffer initialization code outside of vgafb(4)mpi1-146/+121
2013-08-27Since we are no longer attaching radeondrm(4) to this driver there ismpi4-288/+158
2013-08-23Move the openfirmware color selection code outside of vgafb(4) tompi1-41/+13
2013-08-17Because vgafb(4) only match the console, no need for an additional checkmpi3-19/+13
2013-08-17Merge vgafb_init() into vgafb_cnattach() now that it is not used anywherempi2-21/+7
2013-08-17Do not pretend to support non-console device because vgafb(4) onlympi1-31/+9
2013-08-16Use mapiodev instead of bus_space_map the do the initial mapping of thekettenis1-5/+2
2013-08-12radeondrm now attaches directly to pci.mpi1-7/+1
2013-08-12Match the framebuffer device against its OpenFirmware node in ordermpi4-25/+26
2013-08-07Mimic what's done on sparc64 and parse the OpenFirmware device tree tompi3-577/+375
2013-07-06Use the write-only rasops code to speed up the console framebuffer.mpi1-2/+2
2013-06-04Add support for virtual consoles, based on previous work done by kettenis@mpi2-19/+25
2013-06-04Remove unused includes, constify cfattach and other small cleanings.mpi2-31/+15
2013-06-04Move function declaration where they belong.mpi2-18/+14
2013-06-04Do not pretend mapping the MMIO region when in fact we don't andmpi3-42/+34
2013-06-04Spacing.mpi2-29/+29
2013-06-03There's no reason to have a separate structure to hold and duplicatempi3-46/+15
2013-01-21Only the mpcpcibus driver is actually using these structures so merge themmpi3-71/+27
2013-01-21Remove old functions to access MPC106 registers. Only one of them was usedmpi2-171/+2
2012-12-22Attach all known U3 AGP bridgesmpi1-2/+4
2012-12-13iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren'tmpi2-12/+11
2012-12-10Correct macobio functions to only read and write one byte of data insteadmpi2-8/+8
2012-12-04Add support for Uninorth AGP bridges found in most if not all the macppcmpi2-11/+52
2012-08-30Determine the memory and mmio regions based on previously initialzed BARmpi3-171/+97
2012-06-21Only allow the memory and mmio regions to be mmap()'ed at their realmpi4-116/+53
2012-01-29Ansify and remove useless variable.mpi1-7/+2
2012-01-29Start cleaning vgafb(4) to be make it more like vga(4). Remove unusedmpi3-111/+45
2011-10-28Ignore devices with irq 0 on mpcpci bus, the only devices seen thisdrahn1-2/+2
2011-09-29Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect,miod1-3/+4