summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer NULL over integer 0 for pointer type.yongari2008-02-141-11/+11
* Nuke local jumbo allocator and switch to use of UMA backed pageyongari2008-02-142-295/+142
* Add minimally invasive shims to ease MFCs of mxge back as fargallatin2008-02-143-10/+68
* Mark the syscons video spin mutex as recursable since it is currentlyjhb2008-02-131-1/+2
* Make the type of the firmware arrays match thosegallatin2008-02-132-6/+6
* Fix a typo when testing for the NO_C3 quirk.jhb2008-02-121-1/+1
* Eliminate BUS_DMA <-> cache incoherencies in USB transfers.raj2008-02-121-1/+2
* Add missing \n.brueffer2008-02-121-1/+1
* - Revert last ehci.c changeattilio2008-02-101-1/+0
* After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of thekib2008-02-101-0/+1
* Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) foriwasaki2008-02-101-1/+4
* Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that wasscottl2008-02-061-1/+0
* Fix a symbol conflict between hptrr and hptmvscottl2008-02-062-3/+3
OpenPOWER on IntegriCloud