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