aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Two minor fixes, keep old 82542 from using jumbo frames, and addJack F Vogel2007-05-231-2/+3
* Add support for "hardware" vlan tag insertion & removal emulationAndrew Gallatin2007-05-232-34/+131
* Fix a typo in pcib_alloc_msi{x} which resulted in theAndrew Gallatin2007-05-231-2/+2
* Remove an empty line.Jung-uk Kim2007-05-221-1/+0
* Remove BCM5704S specific tunable (hw.bge.fake_autoneg) andJung-uk Kim2007-05-221-15/+13
* Rearrange DMA read/write control register settings based on document snippetJung-uk Kim2007-05-222-46/+45
* Remove stale alpha support code.Jung-uk Kim2007-05-221-11/+0
* Fix time out check in EEPROM read and move delays to give some settle time.Jung-uk Kim2007-05-221-11/+12
* Add delays in MI communication register R/W loops.Jung-uk Kim2007-05-221-0/+2
* mxge cleanups:Andrew Gallatin2007-05-222-117/+93
* Improve mxge receive performance:Andrew Gallatin2007-05-216-2215/+2716
* Make sure fwsid is not NULL.Hidetoshi Shimokawa2007-05-211-1/+3
* Perhaps a better fix- make the called function do the (possible never reached)Matt Jacob2007-05-211-8/+11
* MFp4: Simplify the bus probe routin using a kthread.Hidetoshi Shimokawa2007-05-212-345/+233
* Initialize irql to something prior to calls that (might) set it.Matt Jacob2007-05-201-1/+1
* Make gcc 4.2 happy by initiatlizing controller && channel priorMatt Jacob2007-05-201-1/+1
* Increase size of timer counter bitfield to accomodate the actual size of theMatt Jacob2007-05-201-1/+1
* Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.Joel Dahl2007-05-191-8/+9
* Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix someJoel Dahl2007-05-192-2/+2
* Fix detection of PC-9821 V166 internal sound card.Joel Dahl2007-05-191-1/+1
* Minor update to version 3.70.03.007Scott Long2007-05-192-2/+2
* Remove local static redefinition of ucom_devclass.Alexander Kabaev2007-05-191-2/+0
* The HP Diva RMP3 uses BAR 0x14.Marcel Moolenaar2007-05-171-1/+1
* Couple of changes, back down on last TSO change, instead make oldJack F Vogel2007-05-172-8/+31
* Don't completely skip pci_cfg_save() in the PCI nomatch routine ifJohn Baldwin2007-05-161-3/+1
* Fix interrupt routing for some cards after the previous fix to clear BARsJohn Baldwin2007-05-161-6/+7
* - Added TSO supportDavid Christensen2007-05-163-3483/+6210
* Write 0 to all the bars in cardbus_cardbus_setup_regs. This is neededWarner Losh2007-05-161-18/+17
* o Don't hold lock over bus_teardown_intr when we're waiting for theWarner Losh2007-05-161-5/+3
* Better message on cbb resource alloc failureWarner Losh2007-05-161-1/+1
* Change PCIM_CIS_ASI_TUPLE to _CONFIG.Warner Losh2007-05-162-4/+6
* Add some doxygen docs for pci_cfg_{save,restore}.Warner Losh2007-05-161-0/+10
* Catch up to driver changes required for the mfip sub-driver.Scott Long2007-05-163-4/+27
* Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devicesScott Long2007-05-161-0/+389
* Fix a logic bug added in last commit where PNP0103 devices would no longerNate Lawson2007-05-161-17/+22
* This delta adds two bug fixes: one that makes HW Offload logic inJack F Vogel2007-05-1630-989/+863
* Add ACPI HPET table support.Takanori Watanabe2007-05-153-2/+42
* First cut at making detach work. also add sdh as a possible mmc bridge.Warner Losh2007-05-152-10/+65
* Don't need mmc_mode ivarWarner Losh2007-05-151-2/+0
* Eliminate M_TEMP.Scott Long2007-05-141-3/+3
* Temp workaround for config_intrhook_establish running the hookMatt Jacob2007-05-131-0/+3
* Add missing curly braces.Christian Brueffer2007-05-121-1/+2
* ALTQify.Christian Brueffer2007-05-121-5/+7
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codeChristian Brueffer2007-05-1212-120/+3
* Mistake in the logic deciding what adapters needJack F Vogel2007-05-111-1/+2
* - Initialize login->id and fix problem for non-zero login id.Hidetoshi Shimokawa2007-05-111-1/+2
* Bad merge.Matt Jacob2007-05-111-1/+1
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...Matt Jacob2007-05-112-5/+5
* The version string scheme embeds the freebsd major release version,Scott Long2007-05-102-2/+2
* Collapse the mfi_ld object. Add an ioctl to help management apps mapScott Long2007-05-105-44/+79