summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more EHCI pci ids.thompsa2009-12-221-0/+10
* Support the tablet in (at least) the Toshiba Portege M200 Tablet PC.gavin2009-12-211-0/+1
* Spell AMD properly.mav2009-12-211-1/+1
* Provide and consume missing module dependency information.marius2009-12-211-3/+5
* Clear all ports interrupt status bits in single write. Clearing one by onemav2009-12-211-8/+6
* Sort function prototyes.yongari2009-12-211-39/+38
* style(9)yongari2009-12-211-100/+100
* Remove trailing white spaces.yongari2009-12-212-14/+14
* s/u_intXX_t/uintXX_t/gyongari2009-12-212-42/+42
* o Remove unnecessary return statement.yongari2009-12-211-30/+2
* Use ANSI function definations.yongari2009-12-211-87/+34
* Fix a handful of issues with via agp support.rnoland2009-12-211-32/+24
* Disable jumbo frame support for PCIe VT6130/VT6132 controllers.yongari2009-12-202-3/+13
* VT6130 datasheet was wrong. If VT6130 receive a jumbo frame theyongari2009-12-201-1/+1
* Correct fragment bit definition in comments.yongari2009-12-201-2/+2
* Add VIA CX700/VX800 chipsets SATA/PATA support.mav2009-12-202-7/+61
* Fairly set master/slave shared PIO/WDMA timings on ITE 821x controllers.mav2009-12-201-4/+6
* Swap VGE_TXQTIMER and VGE_RXQTIMER register definition. Pendingyongari2009-12-191-2/+2
* Add rudimentary WOL support. While I'm here remove enablingyongari2009-12-183-17/+227
OpenPOWER on IntegriCloud