summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Correct alignment and boundary constraints in blkfront's bus dma tag. Thegibbs2009-12-281-2/+2
* Compact USB_VENDOR_X and USB_PRODUCT_Y in the quirk tables.thompsa2009-12-281-477/+352
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-2611-316/+335
* * Support the L1D_CACHE_LD event on Core2 processors.jkoshy2009-12-261-8/+8
* Log process mappings for existing processes at PMC start time.jkoshy2009-12-261-3/+161
* Remove clause 3 from Izumi Tsutsui's licenses.marius2009-12-252-6/+2
* Style changesmarius2009-12-253-25/+31
* - Take advantage of bus_{read,write}_*(9).marius2009-12-252-4/+12
* Remove clause 3 and 4 from TNF licenses.marius2009-12-253-24/+3
* Style changesmarius2009-12-253-79/+79
* Set the locally-assigned bit in the randomly generated Ethernet addressgavin2009-12-251-1/+1
* Small spelling fix, "Ethetnet" -> "Ethernet"gavin2009-12-251-1/+1
* Teach twe driver to report array stripe size to GEOM.mav2009-12-253-2/+11
* Avoid false positive probe on ICH6 chipsets.mav2009-12-251-2/+2
* Remove wrong assertion.yongari2009-12-251-2/+0
* ether_ifattach sets if_mtu, remove unnecessary code.yongari2009-12-241-1/+0
* Update if_iqdrops in case of RX buffer allocation failure.yongari2009-12-241-1/+1
* Add suspend/resume support as well as basic WOL.yongari2009-12-241-24/+108
* Implement RX interrupt moderation using one-shot timer interrupt.yongari2009-12-242-27/+74
* Intel XScale hwpmc(4) support.rpaulo2009-12-234-20/+803
* Recognize the NS16552 found in PCIe-based sun4u machines.marius2009-12-232-2/+3
* We don't need to generate DMA complete interrupt for everyyongari2009-12-232-1/+18
* Correct STE_COUNTDOWN register offset. The datasheet was wrong.yongari2009-12-231-1/+1
* Remove unused duplicated register definition. It seems theyongari2009-12-231-12/+0
* Implement hardware MAC statistics counter support. The countersyongari2009-12-232-25/+169
* Report the correct result of mii_mediachg(). Previously it alwaysyongari2009-12-231-19/+12
* Don't report link status if driver is not running.yongari2009-12-231-0/+4
* Overhaul RX filter programming.yongari2009-12-231-62/+38
* Reimplement controller reset. Datasheet says full reset takes aboutyongari2009-12-231-8/+15
* Don't reinitialize controller if driver is already running. Thisyongari2009-12-231-2/+11
* Shorten the USB_QUIRK_ENTRY macro and undef it at the end, its only internal.thompsa2009-12-231-238/+235
* Move all Mass Storage Quirks over to the USB quirk module.thompsa2009-12-233-688/+534
* Sync usb vendor/product defines to p4thompsa2009-12-231-1/+8
* Reimplement Tx status error handler as recommended by datasheet.yongari2009-12-222-21/+76
* Prefer bus_write_{1,2,4}/bus_read_{1,2,4} toyongari2009-12-222-11/+6
* Prefer memory space register mapping over io space. If memory spaceyongari2009-12-222-14/+15
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-221-2/+5
* Instead of relying on hard resetting of controller to stopyongari2009-12-221-20/+31
* Reimplement miibus_statchg method. Don't rely on link state changeyongari2009-12-222-52/+78
* Add support for Intel SCH PATA controller.mav2009-12-222-2/+40
* Introduce sc_flags member variable and use it to keep track ofyongari2009-12-222-12/+11
* Add minimal dealy while ste(4) is waiting for the end of active DMAyongari2009-12-221-0/+1
* Add bus_dma(9) and endianness support to ste(4).yongari2009-12-222-249/+553
* - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to removejhb2009-12-221-1/+1
* Don't take the driver mutex in mxge_tick(), as itgallatin2009-12-221-2/+0
* Add missed usb product define in r200826.thompsa2009-12-221-0/+1
* add new ID to UFTDI driver.thompsa2009-12-221-0/+1
* - add support for more than 2 audio channels. [1]thompsa2009-12-221-70/+146
* Set correct USB device descriptionthompsa2009-12-221-0/+1
* Add more OHCI pci ids.thompsa2009-12-221-0/+6
OpenPOWER on IntegriCloud