Age | Commit message (Expand) | Author |
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 |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith |
2006-02-14 | Put quotation marks around the names of unconfigured devices. | Mark Kettenis |
2006-02-11 | remove unused srom_crc32() function. | Brad Smith |
2006-02-03 | Implement interrupt mapping according to the OFW Interrupt Mapping recommended | Mark Kettenis |
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-12-16 | Missing splx in setfault() error path. | Miod Vallat |
2005-12-14 | Prevent access to PCI config space for function >0 on bus 0. | Mark Kettenis |
2005-12-12 | Pass interrupt type and level in the correct order. | Mark Kettenis |
2005-11-17 | go loud with autoconfig messages again, we are gonna try to write drivers soon | Theo de Raadt |
2005-11-13 | Map the config space area based on sc_maxdevs. (removes panic) | Dale Rahn |
2005-11-07 | remove vtophys() on *ppc. | Brad Smith |
2005-10-26 | Mach-macro wipeout | Martin Reindl |
2005-10-22 | Make sure we use the corrrect interrupt line on Shasta. | Mark Kettenis |
2005-10-16 | Allow PCI_INTERRUPT_PIN_NONE for the interrupt pin. | Mark Kettenis |
2005-10-08 | if find_node_intr() doesn't find a match, try to use the contents of | Dale Rahn |
2005-10-08 | Disable caching on vga buffer on 64bit machines. currently it causes | Dale Rahn |
2005-10-07 | match uata devices found on more modern (ie. G5) machines. parts | Theo de Raadt |
2005-10-07 | Stop and restart the i2s clock when changing the snapper speed, otherwise | Dale Rahn |
2005-10-03 | Kettenis figured out how to make this run on G5, then I went back and | Dale Rahn |
2005-10-02 | a little bit more consistent naming scheme for Apple devices and add | Brad Smith |
2005-09-30 | Determine the number of attached devices from OF. | Mark Kettenis |