summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-082-4/+2
* On Quad-G5 make hpb(4) attach first when iterating PCI buses.mpi2016-07-041-1/+42
* Map the whole config1 space based on the size read from thempi2015-08-301-3/+3
* OF_getprop() returns an int, so comparing its return value against sizeof castsmiod2015-06-251-2/+2
* Support for U4, missed in previous.mpi2015-06-031-2/+6
* Add a new HT-PCI bridge driver and the necessary glue to openpic(4)mpi2015-06-021-0/+248
* One function pointer per pic function is enough.mpi2015-04-021-24/+3
* Always use the first value of the "interrupts" property the others dompi2015-03-301-10/+2
* Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 whichmpi2015-02-091-2/+12
* Implement bus_dmamem_alloc_range(9) for macppc/socppc.kettenis2015-01-241-1/+2
* Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS.jsg2014-07-281-1/+3
* The aperture needed test should be in vgafb as well as vga@pci.jsg2014-07-221-1/+4
* Do not pass a NULL argument to OF_getprop(), even if it's fine for thempi2014-04-261-2/+4
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-2/+2
* No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,mpi2014-03-262-7/+4
* Add load_font and list_font accessops to all rasops-based wsdisplay drivers.miod2013-10-211-1/+23
* Use C99 named initializers for struct wsdisplay_accessops fields.miod2013-10-201-10/+7
* Make pci_make_tag() work with ht(4) controllers, fix a regressionmpi2013-10-131-2/+12
* Convert vgafb to use a proper softc.mpi2013-09-041-110/+102
* Move the early framebuffer initialization code outside of vgafb(4)mpi2013-08-281-149/+124
* Since we are no longer attaching radeondrm(4) to this driver there ismpi2013-08-274-288/+158
* Move the openfirmware color selection code outside of vgafb(4) tompi2013-08-231-41/+13
* Because vgafb(4) only match the console, no need for an additional checkmpi2013-08-173-19/+13
* Merge vgafb_init() into vgafb_cnattach() now that it is not used anywherempi2013-08-172-21/+7
* Do not pretend to support non-console device because vgafb(4) onlympi2013-08-171-31/+9
* Use mapiodev instead of bus_space_map the do the initial mapping of thekettenis2013-08-161-5/+2
* radeondrm now attaches directly to pci.mpi2013-08-121-7/+1
* Match the framebuffer device against its OpenFirmware node in ordermpi2013-08-124-25/+26
* Mimic what's done on sparc64 and parse the OpenFirmware device tree tompi2013-08-073-577/+375
* Use the write-only rasops code to speed up the console framebuffer.mpi2013-07-061-2/+2
* Add support for virtual consoles, based on previous work done by kettenis@mpi2013-06-042-19/+25
* Remove unused includes, constify cfattach and other small cleanings.mpi2013-06-042-31/+15
* Move function declaration where they belong.mpi2013-06-042-18/+14
* Do not pretend mapping the MMIO region when in fact we don't andmpi2013-06-043-42/+34
* Spacing.mpi2013-06-042-29/+29
* There's no reason to have a separate structure to hold and duplicatempi2013-06-033-46/+15
* Only the mpcpcibus driver is actually using these structures so merge themmpi2013-01-213-71/+27
* Remove old functions to access MPC106 registers. Only one of them was usedmpi2013-01-212-171/+2
* Attach all known U3 AGP bridgesmpi2012-12-221-2/+4
* iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren'tmpi2012-12-132-12/+11
* Correct macobio functions to only read and write one byte of data insteadmpi2012-12-102-8/+8
* Add support for Uninorth AGP bridges found in most if not all the macppcmpi2012-12-042-11/+52
* Determine the memory and mmio regions based on previously initialzed BARmpi2012-08-303-171/+97
* Only allow the memory and mmio regions to be mmap()'ed at their realmpi2012-06-214-116/+53
* Ansify and remove useless variable.mpi2012-01-291-7/+2
* Start cleaning vgafb(4) to be make it more like vga(4). Remove unusedmpi2012-01-293-111/+45
* Ignore devices with irq 0 on mpcpci bus, the only devices seen thisdrahn2011-10-281-2/+2
* Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect,miod2011-09-291-3/+4
* Unify various gpio access using methods that take an offset relative to thempi2011-05-152-8/+48
* rename imask[] to cpu_imask[] to because imask is too loud as far asderaadt2011-01-081-4/+4