aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* fix inverted test that disabled ACK's on xmitSam Leffler2008-03-121-1/+1
* add device hints to control the rx FIFO interrupt level on 16550A partsSam Leffler2008-03-122-1/+18
* Add resume support to the agp_i810 family.Remko Lodder2008-03-121-0/+17
* Convert TSEC watchdog to the new scheme.Rafal Jaworowski2008-03-122-18/+29
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatRafal Jaworowski2008-03-121-10/+14
* Remove dead code which makes a call to mem_range_attr_set().Andrew Gallatin2008-03-121-18/+2
* Don't enable the workaround for the jitter bug on the 5722.John Baldwin2008-03-111-3/+4
* Teach vr(4) to use bus_dma(9) and major overhauling to handle linkPyun YongHyeon2008-03-112-784/+2001
* Forced commit to note that vr(4) was repocopied from sys/pciPyun YongHyeon2008-03-111-1/+1
* Move comments block 1 line up to remark on the settingPyun YongHyeon2008-03-111-2/+2
* Update wpi(4) with stability fixesAndrew Thompson2008-03-103-606/+513
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsJohn Baldwin2008-03-102-67/+72
* - Fix some style bugs and remove another banal comment missed inMarius Strobl2008-03-091-10/+11
* Some PIIX4 chipsets need to be told to generate Stop Breaks by settingRui Paulo2008-03-091-0/+20
* Fix a mistake made during the import of the driver. Previous versions ofScott Long2008-03-084-7/+7
* Apply le*toh() or htole*() to the variables of which we use the addressMarcel Moolenaar2008-03-071-1/+6
* Calculate the number of pages the GATT spans when reading from each pageJohn Baldwin2008-03-071-3/+4
* Add proper support for the SATA/AHCI part of IXP[67]00Søren Schmidt2008-03-072-12/+28
* To overcome hardware checksum offload bug msk(4) used to computePyun YongHyeon2008-03-071-2/+6
* Style tweak to the 5722 chipid to match the rest of this file.John Baldwin2008-03-061-1/+1
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andJohn Baldwin2008-03-064-1/+5
* Commit cmx(4), a driver for Omnikey CardMan 4040 PCMCIA smartcard readers.Rink Springer2008-03-065-0/+985
* Nuke local jumbo allocator and switch to use of UMA backed pagePyun YongHyeon2008-03-063-185/+6
* - Add PHY ID for BCM5709C 1000Base-T controllers.David Christensen2008-03-052-2/+6
* Oops, I accidently concatenated uslcom.[c4] multiple times before theRink Springer2008-03-051-1676/+0
* Import uslcom(4) from OpenBSD - this is a driver for Silicon LaboratoriesRink Springer2008-03-052-0/+2121
* Plug memory leak in jumbo buffer allocation failure path.Pyun YongHyeon2008-03-051-4/+12
* Add detection of isolation state.Pyun YongHyeon2008-03-051-0/+5
* Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).Rafal Jaworowski2008-03-033-0/+2287
* Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.Rafal Jaworowski2008-03-032-1/+4
* Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski2008-03-0311-0/+1456
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.Rafal Jaworowski2008-03-033-0/+115
* Don't map memory/IO resource in device probe and just use PCIPyun YongHyeon2008-03-031-41/+32
* Don't allow jumbo frame on 8139C+ controller.Pyun YongHyeon2008-03-031-3/+11
* Implement WOL.Pyun YongHyeon2008-03-031-0/+108
* - Handle buffer lock waiters count directly in the buffer cache insteadAttilio Rao2008-03-011-0/+1
* Change data formating in debug code.Jack F Vogel2008-03-011-12/+12
* An error in the poll routine turned up during LINT buildJack F Vogel2008-03-011-1/+1
* Missing braces in link routine.Jack F Vogel2008-03-011-1/+2
* Missed some code that is ifdef STRICT_ALIGN :(Jack F Vogel2008-03-011-1/+1
* Need to add define of FAST interrupts as defaultJack F Vogel2008-02-291-0/+3
* This change introduces a split to the Intel E1000 driver, now rather thanJack F Vogel2008-02-2947-1172/+16236
* Workaround GMAC hardware hang of Yukon II on the receipt of pausePyun YongHyeon2008-02-292-2/+6
* Zero sc->vnode if mdsetcred() fails.Philip Paeps2008-02-281-0/+1
* Add support for the 965GM.Remko Lodder2008-02-271-0/+1
* Parameterize for module nameKip Macy2008-02-261-4/+4
* Remove unused filesKip Macy2008-02-262-92/+0
* move remaining binaries in to blob headersKip Macy2008-02-264-17/+1320
* Add support for the EPSON CX5400 scannerRemko Lodder2008-02-262-0/+2
* - Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZPav Lucistnik2008-02-262-0/+6