summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate M_TEMP.scottl2007-05-141-3/+3
* Temp workaround for config_intrhook_establish running the hookmjacob2007-05-131-0/+3
* Add missing curly braces.brueffer2007-05-121-1/+2
* ALTQify.brueffer2007-05-121-5/+7
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codebrueffer2007-05-1212-120/+3
* Mistake in the logic deciding what adapters needjfv2007-05-111-1/+2
* - Initialize login->id and fix problem for non-zero login id.simokawa2007-05-111-1/+2
* Bad merge.mjacob2007-05-111-1/+1
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...mjacob2007-05-112-5/+5
* The version string scheme embeds the freebsd major release version,scottl2007-05-102-2/+2
* Collapse the mfi_ld object. Add an ioctl to help management apps mapscottl2007-05-105-44/+79
* Make a missing or empty VPD non-fatal, as it was prior to rev 1.131.mckay2007-05-101-8/+6
* Don't hold mutex while releasing bus resources.ariff2007-05-101-1/+0
* - Remove dependency on deprecated if_watchdog ABI.kevlo2007-05-092-118/+34
* Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.scottl2007-05-092-0/+1644
* Import version 3.60.03.006 of the TWA driver:scottl2007-05-0919-48797/+103
* A couple bug fixes that I've had internally at Intel. First is a longjfv2007-05-091-21/+31
* o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices.maxim2007-05-082-0/+6
* - Add handling of MXGEFW_CMD_UNKNOWN in mxge_send_cmd().gallatin2007-05-081-23/+30
* Set the debug.acpi.acpi_ca_version sysctl even if ACPI support is notmarks2007-05-081-2/+2
* Firmware update & improvements to firmware selection:gallatin2007-05-084-2051/+2273
* Do not set address early. It fix problems when SET_ADDR_FAILED happenskevlo2007-05-081-24/+27
* Fix a typo in a bootverbose printf.jhb2007-05-071-1/+1
* Finish VLAN_MTU support in nve(4). The interface appears to be ableyar2007-05-071-0/+1
* buf_addr should be bus_addr_t rather than u_int32_t.ariff2007-05-071-1/+1
* Unbreak the build on 64-bit architectures as well.des2007-05-061-2/+2
* PCMMKMINOR() bit twiddling, so we can have:ariff2007-05-061-25/+19
* Unbreak the build.des2007-05-061-2/+2
* Add support for Ralink Technology RT2501USB/RT2601USB devices.kevlo2007-05-065-0/+3084
* File d_ident field with disk's serial number.pjd2007-05-061-0/+2
OpenPOWER on IntegriCloud