summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Style tweak to the 5722 chipid to match the rest of this file.jhb2008-03-061-1/+1
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andjhb2008-03-064-1/+5
* Commit cmx(4), a driver for Omnikey CardMan 4040 PCMCIA smartcard readers.rink2008-03-065-0/+985
* Nuke local jumbo allocator and switch to use of UMA backed pageyongari2008-03-063-185/+6
* - Add PHY ID for BCM5709C 1000Base-T controllers.davidch2008-03-052-2/+6
* Oops, I accidently concatenated uslcom.[c4] multiple times before therink2008-03-051-1676/+0
* Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratoriesrink2008-03-052-0/+2121
* Plug memory leak in jumbo buffer allocation failure path.yongari2008-03-051-4/+12
* Add detection of isolation state.yongari2008-03-051-0/+5
* Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).raj2008-03-033-0/+2287
* Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.raj2008-03-032-1/+4
* Support for Freescale QUad Integrated Communications Controller.raj2008-03-0311-0/+1456
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-033-0/+115
* Don't map memory/IO resource in device probe and just use PCIyongari2008-03-031-42/+33
* Don't allow jumbo frame on 8139C+ controller.yongari2008-03-031-3/+11
* Implement WOL.yongari2008-03-031-0/+108
* - Handle buffer lock waiters count directly in the buffer cache insteadattilio2008-03-011-0/+1
* Change data formating in debug code.jfv2008-03-011-12/+12
* An error in the poll routine turned up during LINT buildjfv2008-03-011-1/+1
* Missing braces in link routine.jfv2008-03-011-1/+2
* Missed some code that is ifdef STRICT_ALIGN :(jfv2008-03-011-1/+1
* Need to add define of FAST interrupts as defaultjfv2008-02-291-0/+3
* This change introduces a split to the Intel E1000 driver, now rather thanjfv2008-02-2947-1172/+16236
* Workaround GMAC hardware hang of Yukon II on the receipt of pauseyongari2008-02-292-2/+6
* Zero sc->vnode if mdsetcred() fails.philip2008-02-281-0/+1
* Add support for the 965GM.remko2008-02-271-0/+1
* Parameterize for module namekmacy2008-02-261-4/+4
* Remove unused fileskmacy2008-02-262-92/+0
* move remaining binaries in to blob headerskmacy2008-02-264-17/+1320
* Add support for the EPSON CX5400 scannerremko2008-02-262-0/+2
* - Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZpav2008-02-262-0/+6
* Move firmware in to separate module that can be compiled statically in to the...kmacy2008-02-265-507/+6763
* Spell 'overwriting' correctly in a KASSERT() message.keramida2008-02-251-3/+4
* Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli moderink2008-02-251-0/+7
* o Add module event handler.akiyama2008-02-241-2/+19
* Fix namespace collision with sparc macrokmacy2008-02-242-6/+6
* remove call to kdb_backtrace()kmacy2008-02-231-1/+0
* Fix tinderbox by removing call to kdb_backtracekmacy2008-02-231-1/+0
* - update firmware to 5.0kmacy2008-02-2344-4071/+5911
* MFC after: 4 weeksdavidch2008-02-223-5555/+7977
* Add support for the VIA USB2IDE bridge [1].remko2008-02-212-0/+22
* Set the baudrate for if_ti.remko2008-02-191-0/+1
* Only print sense data diagnostics if debugging is enabled with thegibbs2008-02-171-6/+12
* Remove superfluous setting of the transport_version field of ourgibbs2008-02-171-1/+0
* Advertise to CAM the ability of 790X controllers to negotiate informationgibbs2008-02-171-2/+3
* Create a thread to handle passive cooling for 1st zone which has _PSV,ume2008-02-161-19/+20
* Allow the user to override the current active cooling state if staterpaulo2008-02-161-1/+2
* Skip validation of the C3 state if we disabled C3 by software (i.e.,rpaulo2008-02-161-1/+1
* Now that mxge supports MSI-X interrupts, reverse the logic and flaggallatin2008-02-142-8/+10
* Don't attach to non Core CPUs. This is needed because on the PIII,rpaulo2008-02-141-0/+9
OpenPOWER on IntegriCloud