summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-056-129/+150
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-056-502/+441
* Fix (or rather workaround) Intel 440MX Errata #36ariff2007-05-051-58/+116
* Miscellaneous changes and fix:ariff2007-05-052-312/+999
* MFC after: 2 weeksdavidch2007-05-043-312/+515
* Since if_gem is being touted as one of our more architecturallyphk2007-05-043-195/+141
* $FreeBSD$ tags are not compilable C code; wrap in either __FBSDID() orrwatson2007-05-0430-30/+105
* Fix use-after-free for DMA tag. Destroy DMA tag later.ariff2007-05-041-3/+4
* Merge in the new driver (6.5.0) of Intel. This has a newjfv2007-05-0435-13656/+23286
* Update __FreeBSD_version check for MFC of pmap_mapbios().jhb2007-05-021-1/+1
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-029-128/+512
* Use more specific local variable pointers to narrow some expressions.jhb2007-05-021-73/+72
* MPSAFE atapi-camscottl2007-05-021-28/+23
* Streamline locking in ciss_free()scottl2007-05-021-26/+27
* Reflect MFC of pci_find_extcap().jkim2007-05-011-1/+1
* Define the miibus ivars as a structure, instead of as a vector ofmarcel2007-05-011-14/+15
* Fix bugs in the Sun -> AT keycode translation table which caused themarius2007-05-011-3/+3
* Remove invalid BUS_DMA_ALLOCNOW when creating a tag which is used formarius2007-05-011-1/+1
* Remove pre-5.0 compat cruft.brueffer2007-05-012-25/+0
* MPSAFE ciss driverscottl2007-05-012-20/+46
* If we've got watchdog timeouts try to get more packets going afteryongari2007-05-011-0/+2
* Honor link up/down state in stge_start().yongari2007-05-012-24/+20
* Use our own timer for watchdog instead of if_watchdog/if_timeryongari2007-05-012-11/+17
* - Take advantage of mii_phy_add_media() for adding media and settingmarius2007-04-301-65/+13
* - Add support/quirks for the on-board BGEs found in Sun Blade 1500marius2007-04-302-34/+98
* Add MELCO PC-OP-RS Universal remote ID.takawata2007-04-302-0/+16
* MFp4: Improve asynchronous packet receive process.simokawa2007-04-302-32/+73
* MFp4:simokawa2007-04-301-9/+11
* MFp4: Fix broken userland API for async packets.simokawa2007-04-306-197/+247
* MFp4: Fix typo in recv spd.simokawa2007-04-301-1/+1
* MFp4: Add a sysctl knob to disable cycle master mode and add some comments.simokawa2007-04-301-1/+9
* MFp4: remove unused fw_asybusy().simokawa2007-04-302-15/+0
* MFp4: Simplify tlabel handlingsimokawa2007-04-302-40/+30
* Initialize configuration ROM before a bus reset.simokawa2007-04-303-4/+5
* (atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commandsthomas2007-04-301-4/+19
* (atapi_cb): Fix test for the presence of sense data. An incorrect conditionthomas2007-04-301-2/+2
* -Fix an mbuf leak caused by a cut&paste bug where the small ring's mbufsgallatin2007-04-271-19/+35
OpenPOWER on IntegriCloud