summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Adds siba_bwn module which is used with bwn(4). Main purpose of thisweongyo2010-01-318-157/+3153
* Welcome drm support for VIA unichrome chips.rnoland2010-01-3114-0/+5908
* Import simple drm memory manager.rnoland2010-01-3111-5/+1296
* Fix for kern/141646: when stacking pseudo drivers likejfv2010-01-301-14/+30
* Reset port on disconnect event, to abort any running requests.mav2010-01-292-16/+12
* Add support for the AR9285 chipset, which is found on many netbooksrpaulo2010-01-2916-157/+1952
* Replace Id keyword with the FreeBSD keyword.rpaulo2010-01-2910-10/+10
* Replace Id keyword with the FreeBSD keyword.rpaulo2010-01-291-1/+1
* Rework cam error handling to fix Mitsumi floppy drives.thompsa2010-01-291-4/+12
* Simplify attach for UMASS_PROTO_CBI_I mode and change some switch() returnsthompsa2010-01-291-25/+27
* Add null check on quirk lookup and add a couple of umass quirks.thompsa2010-01-291-2/+10
* Add the Netgear WPN111thompsa2010-01-291-0/+1
* Sync usb products to perforce.thompsa2010-01-291-0/+3
* Attempt to recover on a TX error rather than stopping all transfers.thompsa2010-01-292-8/+18
* Optimise EHCI ISOC HS done check.thompsa2010-01-291-10/+7
* Add device ID.thompsa2010-01-291-0/+1
* Use device_printf rather than printf + device_get_nameunit.thompsa2010-01-281-30/+21
* Release the firmware after loading to the device.thompsa2010-01-282-16/+28
* Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.thompsa2010-01-284-1/+5703
* Add FIS-based switching support. If controller supports FBS, it allowsmav2010-01-282-53/+212
* MFp4: Large set of CAM inprovements.mav2010-01-2817-368/+138
* Add a link tasklet so updates can be sleepable.jfv2010-01-272-7/+24
* adds sysctl knobs to show rate statistics that it could be useful toweongyo2010-01-272-0/+59
* Two more build problems, missing includes and semicolon.jfv2010-01-272-1/+3
* Add initial support for RTL8103E PCIe fastethernet.yongari2010-01-271-1/+8
* Opps, completely wrong version of if_em.h got intojfv2010-01-271-122/+98
* Use VESA palette load/save functions if VESA BIOS says the current palettejkim2010-01-271-14/+22
* Initialize the ifnet before calling mii_phy_probe() as some phy driversjhb2010-01-271-8/+8
* acpi_hpet: correctly get number of timers/comparators in a timer blockavg2010-01-271-3/+18
* Add one more type cast, missed in r203043.mav2010-01-271-1/+1
* Missing a fix for the new watchdog handling.jfv2010-01-262-0/+2
* Remove some internal conditional defines that willjfv2010-01-261-13/+0
* Update the 1G drivers, shared code sync with Intel,jfv2010-01-2626-1706/+1368
* Do not place fake interrupt register on chip.mav2010-01-261-26/+7
* Restore SATA speed reporting, broken by ATA_CAM changes.mav2010-01-261-1/+18
* Clear ch->devices, if hard-reset failed.mav2010-01-261-1/+2
* Add support for SATA part of Marvell 88SE912x controllers to ahci(4).mav2010-01-264-132/+162
* Create the "cfecons" tty directly using tty_makedev(). It is not clear whatneel2010-01-261-11/+11
* o add more notification strings in iwn_intr_str()rpaulo2010-01-252-2/+16
* Add support for the NM10 chipset.remko2010-01-242-0/+2
* Fix breakage introduced to the tnt4882 driver in r202870. This PCIjoerg2010-01-234-6/+13
* Overhaul of the pcii driver:joerg2010-01-233-26/+120
* Don't forget to release the adapter lock for a no-op.np2010-01-231-0/+2
* Yukon Ultra2 has 126MHz clock.yongari2010-01-221-1/+1
* s/Mhz/MHz/gyongari2010-01-221-8/+8
* Use new handshake command for BCM5750 or new controllers.yongari2010-01-221-2/+1
* Fix a long standing ASF heartbeat sending bug. The initialyongari2010-01-221-1/+1
* Add H55 ID from Mike Tancsa, with minor rewording from avg@.emaste2010-01-222-0/+2
* Oops! r202789 broke recording from input mixer. Restore previous "mix"mav2010-01-221-4/+14
* - Improve tracer, to handle more cases of input-to-output monitoringmav2010-01-221-60/+84
OpenPOWER on IntegriCloud