summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Re-add a status check which sneaked out during r214804.hselasky2010-12-071-0/+4
* Set correct maximum I/O length. We can only handle I/O of up tocperciva2010-12-061-1/+1
* Fix scanning after loosing a connection. The firmware assumes that as longbschmidt2010-12-061-2/+19
* Fixes for monitor mode:bschmidt2010-12-061-4/+3
* When masking direct and processor devices during an inquiry, properlyjhb2010-12-061-1/+2
* When masking direct and processor devices during an inquiry, properlyjhb2010-12-061-4/+4
* Fix double ;;kevlo2010-12-064-5/+5
* For 6000 series and newer devices the DC calibration results are nobschmidt2010-12-052-9/+29
* Correct build error.jfv2010-12-041-1/+0
* Remove the bogus test in the TX context setup for IPV6,jfv2010-12-041-2/+0
* Small cut and paste bug in flow control string fixed.jfv2010-12-041-36/+32
* This small little change is a bug that drove me nutsjfv2010-12-041-5/+1
* If RX lockup workaround is enabled, fxp(4) will periodically resetyongari2010-12-021-4/+6
* Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attachedweongyo2010-12-011-0/+2
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-305-7/+414
* - Remove the remaining support for older (in this case pre-7.0-RELEASE)marius2010-11-301-47/+19
* Rename a variable to match scvidctl.c.jkim2010-11-301-11/+11
* Stop hardcoding default font size.jkim2010-11-301-1/+1
* Clean up code a bit to make it more readable.jkim2010-11-301-42/+40
* We need to define a cdev variable associated with each USB device,hselasky2010-11-301-0/+4
* Clean up code a bit to make it more readable.jkim2010-11-291-18/+9
* Honor font size for the video mode when default fonts are compiled in kerneljkim2010-11-291-9/+35
* Add new device ids.sanpei2010-11-292-0/+2
* Support the Falcom Twist USB GSM/GPRS modem in uftdi(4)gavin2010-11-292-0/+4
* Several chipset drivers alter parameters relevant for the DMA tag creation,marius2010-11-288-28/+33
* Add initial AX88772A support.yongari2010-11-282-4/+75
* Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. Includeyongari2010-11-282-13/+26
* Do full controller initialization in axe_reset() for controllersyongari2010-11-281-0/+6
* Make sure to change to currently selected media.yongari2010-11-281-0/+2
* Do not reinitialize controller if it's already running.yongari2010-11-281-0/+3
* Move axe_reset() to axe_init().yongari2010-11-281-2/+2
* Apply GPIO configuration for all CICADA PHYs.yongari2010-11-281-2/+5
* Partially revert 208119. We were overwriting tunable settings.mjacob2010-11-271-3/+0
* Do hard reset before soft reset for SATA channels. Soft reset reported to bemav2010-11-271-1/+1
* Interrupt handler, and stats changes from Michael Tuexen,jfv2010-11-271-149/+408
* Allow pause support advertisement to be turned off again.marius2010-11-272-0/+2
* Fix build by correcting function name. Pointed out by dougb.emaste2010-11-271-1/+1
* and the header...jfv2010-11-271-0/+3
* A couple fixes got clobbered, putting them back.jfv2010-11-261-13/+33
* Update ixgbe driver to verion 2.3.6jfv2010-11-2618-1239/+7881
* Unwanted extra call to set_vlan_hw added back by mistake.jfv2010-11-261-3/+0
* Fix and implement missing parts of flow control support. This also removesmarius2010-11-263-35/+74
* Ensure Bay flow control is disabled as we're going to use IEEE 802.3 annexmarius2010-11-261-1/+13
* - Advertise when the reboot came from a watchdog-induced reset.attilio2010-11-261-8/+9
* Enable ethernet flow-control on all alc(4) controllers. This changeyongari2010-11-261-3/+1
* Enable ethernet flow-control on all jme(4) controllers.yongari2010-11-261-3/+1
* Allocate 1 MSI/MSI-X vector. Originally jme(4) was designed toyongari2010-11-261-28/+12
* Disable retrying RX descriptor loading. The counter is used to setyongari2010-11-261-2/+2
* Removes a unused function `usb_bus_find'.weongyo2010-11-252-27/+0
* Don't zero 'Info' after setting it up in the ASR_IOCTL_COMPAT case.brian2010-11-251-2/+2
OpenPOWER on IntegriCloud