summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-03-20Add PCI_BAR(n) for the nth Base Address Register.dyoung
2010-03-16Implement character drawing by hardware so we don't need to map the framebuffermacallan
2010-03-15rbus is always #defined as 1, so unifdef -D rbus=1.dyoung
2010-03-14Remove setting of edata->monitor since that member no longer exists.pgoyette
2010-03-14regeneratemrg
2010-03-14add several core i7 devices, and some more ricoh card reader controllers.mrg
2010-03-12Add placeholdr flags indicating that the bus has MSI/MSI-X support.matt
2010-03-11Add missing ifmedia_delete_instance() in bnx_detach().msaitoh
2010-03-11various aprint_* fixes.mrg
2010-03-1082576 is dual port, so check the FUNCID and increment the MAC address formsaitoh
2010-03-10- move register definition in their own header, reduce magic numbersmacallan
2010-03-10forgot to include opt_wsdisplay_compat.h for WSDISPLAY_SCROLLSUPPORTmacallan
2010-03-09now we also draw a cursormacallan
2010-03-09Use a shadow framebuffer instead of doing every operation twice ( once formacallan
2010-03-07Fix the type of sc_ss. That is not bus_space_handle_t but bus_size_t.msaitoh
2010-03-07- Add code for WOL, ASF, IPMI and Intel AMT.msaitoh
2010-03-07Add two workarounds for ICH8 with igp3.msaitoh
2010-03-07Add the detach code.msaitoh
2010-03-04Make cosmetic changes in order to reduce differences withdyoung
2010-03-04Extract both instances of the code that prints the PCI Secondary Statusdyoung
2010-02-26Move the definitions for PCI_BAR0, PCI_BAR1, PCI_BAR2, PCI_BAR3,dyoung
2010-02-25add a comment on PCI_MAGIC_IO_RANGEmacallan
2010-02-25some cleanupmacallan
2010-02-25 Merge if_wm.c rev. 1.162.4.13 and if_wmvar.h rev. 1.2.46.3 into maintrunk.msaitoh
2010-02-25a very preliminary driver for Wildcat 5110 / Sun XVR-500 graphics boardsmacallan
2010-02-25regenmacallan
2010-02-25add 3Dlabs Wildcat 5110, also known as Sun XVR-500macallan
2010-02-25Cardbus_free_tag() and cardbus_free_tag() are no-ops, so get rid of themdyoung
2010-02-24Use device_suspensor_t.dyoung
2010-02-24Start to tuck Cardbus under the PCI abstraction. Step #1, textualdyoung
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-24- Use ctob() instead of ptoa() to obtain physical addresses from framejym
2010-02-23Remove unused functions pci_disable_retry() and cardbus_disable_retry().dyoung
2010-02-22Restore splashscreen support with genfb.ahoka
2010-02-16Add support for 82575, 82576 and 82580(ER).msaitoh
2010-02-16regen.msaitoh
2010-02-16Add entries for 82576 and 82580msaitoh
2010-02-16indent, tabify and remove extra spaces.msaitoh
2010-02-12- Add some PCIe config registers.msaitoh
2010-02-09regenhubertf
2010-02-09Add entry for Juniper Networks Experimental Clock Version 0hubertf
2010-02-09regen.msaitoh
2010-02-09Make some bge's name close to the real product names.msaitoh
2010-02-09Add newer cars supports. Tested on MegaRAID SAS 9260-8i.msaitoh
2010-02-08regen.msaitoh
2010-02-08Add some MegaRAID Entriesmsaitoh
2010-02-07Recognize the i2c bus on the AMD768 PCI-ISA/LPC Bridgepgoyette
2010-02-06Attach to SMBus on Intel P55 chipset.tnn
2010-02-04Don't increment when ICR_RXO is set because we count them by WMREG_MPCmsaitoh
2010-02-04- Count Receive error, CRC error, Alignment error, Symbol error, Sequencemsaitoh