summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* set IFF_OACTIVE to avoid hangs when the tx ring fills upkmacy2007-05-272-0/+10
* A careful reading of the disclaimer that is required to download theimp2007-05-268-0/+216
* - Use m_getcl() rather than m_getjcl() when we're allocating 2KBgallatin2007-05-251-1/+10
* add missed headerkmacy2007-05-251-0/+148
* update license headerskmacy2007-05-252-6/+6
* add toe device header missed by previous commitkmacy2007-05-251-0/+172
* Make the comparsion more obvious.delphij2007-05-251-1/+2
* (MFp4)kmacy2007-05-2521-1111/+4903
* Add a sysctl, 'debug.acpi.suspend_bounce', that causes the system to bouncenjl2007-05-251-0/+8
* Include stand.h for loader.simokawa2007-05-251-0/+3
* Fix for PR 112937, thanks to Ruslan Ermilov. I am stilljfv2007-05-241-1/+0
* Two minor fixes, keep old 82542 from using jumbo frames, and addjfv2007-05-231-2/+3
* Add support for "hardware" vlan tag insertion & removal emulationgallatin2007-05-232-34/+131
* Fix a typo in pcib_alloc_msi{x} which resulted in thegallatin2007-05-231-2/+2
* Remove an empty line.jkim2007-05-221-1/+0
* Remove BCM5704S specific tunable (hw.bge.fake_autoneg) andjkim2007-05-221-15/+13
* Rearrange DMA read/write control register settings based on document snippetjkim2007-05-222-46/+45
* Remove stale alpha support code.jkim2007-05-221-11/+0
* Fix time out check in EEPROM read and move delays to give some settle time.jkim2007-05-221-11/+12
* Add delays in MI communication register R/W loops.jkim2007-05-221-0/+2
* mxge cleanups:gallatin2007-05-222-117/+93
* Improve mxge receive performance:gallatin2007-05-216-2216/+2717
* Make sure fwsid is not NULL.simokawa2007-05-211-1/+3
* Perhaps a better fix- make the called function do the (possible never reached)mjacob2007-05-211-8/+11
* MFp4: Simplify the bus probe routin using a kthread.simokawa2007-05-212-349/+237
* Initialize irql to something prior to calls that (might) set it.mjacob2007-05-201-1/+1
* Make gcc 4.2 happy by initiatlizing controller && channel priormjacob2007-05-201-1/+1
* Increase size of timer counter bitfield to accomodate the actual size of themjacob2007-05-201-1/+1
* Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.joel2007-05-191-8/+9
* Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix somejoel2007-05-192-2/+2
* Fix detection of PC-9821 V166 internal sound card.joel2007-05-191-1/+1
* Minor update to version 3.70.03.007scottl2007-05-192-2/+2
* Remove local static redefinition of ucom_devclass.kan2007-05-191-2/+0
* The HP Diva RMP3 uses BAR 0x14.marcel2007-05-171-1/+1
* Couple of changes, back down on last TSO change, instead make oldjfv2007-05-172-8/+31
* Don't completely skip pci_cfg_save() in the PCI nomatch routine ifjhb2007-05-161-3/+1
* Fix interrupt routing for some cards after the previous fix to clear BARsjhb2007-05-161-6/+7
* - Added TSO supportdavidch2007-05-163-3485/+6212
* Write 0 to all the bars in cardbus_cardbus_setup_regs. This is neededimp2007-05-161-19/+18
* o Don't hold lock over bus_teardown_intr when we're waiting for theimp2007-05-161-5/+3
* Better message on cbb resource alloc failureimp2007-05-161-1/+1
* Change PCIM_CIS_ASI_TUPLE to _CONFIG.imp2007-05-162-4/+6
* Add some doxygen docs for pci_cfg_{save,restore}.imp2007-05-161-0/+10
* Catch up to driver changes required for the mfip sub-driver.scottl2007-05-163-4/+27
* Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devicesscottl2007-05-161-0/+389
* Fix a logic bug added in last commit where PNP0103 devices would no longernjl2007-05-161-17/+22
* This delta adds two bug fixes: one that makes HW Offload logic injfv2007-05-1630-989/+863
* Add ACPI HPET table support.takawata2007-05-153-2/+42
* First cut at making detach work. also add sdh as a possible mmc bridge.imp2007-05-152-10/+65
* Don't need mmc_mode ivarimp2007-05-151-2/+0
OpenPOWER on IntegriCloud