summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix compile after previous "harmless" commit.jhb2009-11-191-10/+8
* Remove extra spce at the EOL.yongari2009-11-193-12/+12
* Add MSI support.yongari2009-11-192-10/+44
* Destroy driver mutex in device detach.yongari2009-11-191-1/+2
* Remove support code for FreeBSD 6.x versions.yongari2009-11-191-5/+0
* Remove commented out reference to if_watchdog and an assignment of zero tojhb2009-11-191-4/+0
* Remove complex macros that were used to compute bits values.yongari2009-11-193-221/+198
* Several fixes to this driver:jhb2009-11-192-81/+81
* Several fixes to these drivers. Note that these two drivers are actuallyjhb2009-11-194-72/+114
* - This driver used the if_watchdog timer both as a watchdog on transmit andjhb2009-11-192-23/+43
* - Use callout_init_mtx() instead of callout_init(..., CALLOUT_MPSAFE).jhb2009-11-192-33/+22
* This driver has two modes, a netgraph mode and an ifnet mode. In thejhb2009-11-192-18/+15
* These drivers only set if_timer but never set if_watchdog. Just removejhb2009-11-192-6/+0
* Add WorldB SKU.rpaulo2009-11-181-0/+27
* Fix pgsignal() call after signature change in r199355.kib2009-11-171-1/+5
* Use the bus_*() routines rather than bus_space_*() for register operations.jhb2009-11-179-62/+29
* It seems generation of link state change of e1000phy(4) is notyongari2009-11-171-0/+2
* Always use a private timer instead of if_watchdog and if_timer to drivejhb2009-11-174-173/+100
* Use a private callout timer to drive the transmit watchdog instead of usingjhb2009-11-173-20/+33
* Use a private timer to run the statistics timer instead of (ab)usingjhb2009-11-172-20/+15
* Merge ACPICA 20091112.jkim2009-11-164-8/+8
* Do not require payload data to be aligned. It is not mentioned in datasheetmav2009-11-161-1/+1
* Sort ID list by vendor.thompsa2009-11-161-6/+6
* Add the Curitel UM175 3g device.thompsa2009-11-162-0/+2
* Change the way in which AHCI+PATA combined controllers, such as JMicronmav2009-11-167-301/+415
* MFp4:mav2009-11-141-2/+6
* Disable PMP probing for Marvell AHCI controllers.mav2009-11-141-3/+6
* Add sysctls in ahd(4) in order to keep track of different classes ofattilio2009-11-135-2/+197
* Add support for SATA ports on SATA+PATA Marvell controllers.mav2009-11-132-25/+72
* Add more codec IDs.mav2009-11-131-1/+23
* Convert syscons on i386 to TERM=xterm.ed2009-11-131-9/+0
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-2/+11
* Don't disable the XGMAC's tx on ifconfig down. It is unnecessarynp2009-11-131-3/+3
* The 10GBASE-T card should use an IPG of 1. Also enable the checknp2009-11-132-3/+1
* Make sure *some* edc is setup even for an unknown transceiver (assumenp2009-11-131-2/+2
* sc->rev and is_offload(sc) will always be 0 during probe. Wait tillnp2009-11-131-6/+3
* - Remove a redundant check for dpms(4).jkim2009-11-122-8/+4
* - Partially revert hackish r198964 and r199002.jkim2009-11-122-14/+0
* More consistent whitespace.jhb2009-11-111-1/+1
* Use a dedicated callout to drive the transmit watchdog timer instead ofjhb2009-11-112-12/+18
* With an i386 kernel the igb driver can cause ajfv2009-11-111-3/+3
* MFp4:mav2009-11-112-2/+3
* MFp4:mav2009-11-111-12/+143
* Allow Syscons terminal emulators to provide function key strings.ed2009-11-113-13/+78
* Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromnwhitehorn2009-11-113-5/+5
* - Locking fixes to not do silly things like drop the lock only to call ajhb2009-11-102-76/+67
* Controller does not update Tx descriptors(send BDs) after sendingyongari2009-11-101-6/+3
* Add support for the touchpads found in later models of iBook andnwhitehorn2009-11-101-21/+89
* MFp4:mav2009-11-102-21/+31
* Zero out Tx/Rx descriptors before using them. Also add missingyongari2009-11-091-0/+7
OpenPOWER on IntegriCloud