summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2013-01-21myx does reads and writes in one direction to packet buffers. lets tryDavid Gwynne
2013-01-17Don't try to access m_head after it may be freed (unlikely for VT6105M,Chris Cappuccio
2013-01-17syncReyk Floeter
2013-01-17Add a few more VMware devices.Reyk Floeter
2013-01-17Add a hibernate HIB_DONE op. After the memory-side-effect driver finishesTheo de Raadt
2013-01-17first or second coming, commie or not commie, one m in coming is sufficientHenning Brauer
2013-01-17Force the latest 3 generations of Intel SATA chipsets into AHCI mode.Claudio Jeker
2013-01-16Fight global eye bleeding by fixing evil typos.Miod Vallat
2013-01-16Loongson: add throttling support.Paul Irofti
2013-01-16regenBrad Smith
2013-01-16Some corrections for D-Link device names.Brad Smith
2013-01-16fix typo in commentDarren Tucker
2013-01-16Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/okDarren Tucker
2013-01-16Sort the PCI ids.Brad Smith
2013-01-16Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/okDarren Tucker
2013-01-16regenBrad Smith
2013-01-16Add D-Link DFE-520TX C1Brad Smith
2013-01-16Keep a count of packets added to the chip's TX queue and only poke the chipDarren Tucker
2013-01-15More syncing with FreeBSD bge version. No binary change.Claudio Jeker
2013-01-15Fix typos in comments and change the syntactic sugar of a function toClaudio Jeker
2013-01-15put a tab after #define to make the diff between Fx and Ox smaller.Claudio Jeker
2013-01-15dont use amd64 is currently broken cos it has noDavid Gwynne
2013-01-15use bus_space_write_raw_region_8 on 64bit archs when writing to the ringsDavid Gwynne
2013-01-14map the registers PREFETCHABLE so things that can do write combining canDavid Gwynne
2013-01-14avoid extra bus_space barriers in the interrupt handler.David Gwynne
2013-01-14use one interrupt handler for the thtc headend, rather than seperateTheo de Raadt
2013-01-14Loongson: Replace the system clock provided by the CPU with a GLX MFGPT.Paul Irofti
2013-01-14when posting descriptors to the chips rings, avoid going write barrierDavid Gwynne
2013-01-14the myri doco suggests its nice to post stuff by filling in everythingDavid Gwynne
2013-01-14;; is a long way of saying ;David Gwynne
2013-01-13Enable flow control support with 5708S/5709S adapters.Brad Smith
2013-01-12add viomb driver for virtio balloon deviceStefan Fritsch
2013-01-10dont hardcode the phy address at 1. the 5718 family of chips can haveDavid Gwynne
2013-01-10oh hey guys, ive got this cool new thing called a "switch statement". yourDavid Gwynne
2013-01-10macros describing necessary bits on newer chips.David Gwynne
2013-01-09Sync the userland facing drm headers with FreeBSD minus some cruft mpiJonathan Gray
2013-01-08a single-com in the Exsys EX-4109x family; Gregory Edigarov <edigarov@qarea.com>Theo de Raadt
2013-01-05Enable MSI for rtsx(4). Tested on i386 and amd64.Stefan Sperling
2013-01-05- add some intel 7 series sata ids.Jasper Lievisse Adriaanse
2013-01-04Attach rtsx(4) only to devices using the 'undefined' PCI class, and doStefan Sperling
2013-01-04fix a logical or that was inteded to be binary in the last revisionJonathan Gray
2013-01-02Add the remaining Radeon rv610/rv620/rv630/rv635/rv670,Jonathan Gray
2013-01-02regenJonathan Gray
2013-01-02Add the remaining Radeon rv610/rv620/rv630/rv635/rv670,Jonathan Gray
2012-12-30add Radeon HD4550Jonathan Gray
2012-12-22Add support for U3 brigdes present in macppc G5 machines. Many thanksMartin Pieuchot
2012-12-21regenJasper Lievisse Adriaanse
2012-12-21- add some pcidevs taken from a dmesg on bugs@Jasper Lievisse Adriaanse
2012-12-20report flow control mode in the media status callbackMike Belopuhov
2012-12-20correctly update the current flow control modeMike Belopuhov