summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Re-work the internals of adding items to the driver's scatter-gathermdf2010-10-143-90/+213
* Fix a regression introduced in r213710. r213710 removed the use ofyongari2010-10-131-0/+7
* USB network (NCM driver):hselasky2010-10-133-26/+127
* Add more checks for resolved link speed in bge_miibus_statchg().yongari2010-10-131-6/+24
* USB Network:hselasky2010-10-132-0/+612
* USB WLAN:hselasky2010-10-131-0/+1
* USB network (UHSO):hselasky2010-10-131-1/+1
* Correct some root HUB descriptor fields in multiple controller drivers.hselasky2010-10-136-31/+9
* Revert r213793.rpaulo2010-10-132-2/+2
* Don't do a logical AND of the result of strcmp() with a constant.rpaulo2010-10-132-2/+2
* Clean up unused headers.jkim2010-10-131-4/+0
* Remove acpi_bus_number() completely. It had to be removed in r212761.jkim2010-10-131-55/+0
* Pass a format string to make_dev().rpaulo2010-10-131-1/+1
* Fix a brain-o: wrong case statement semantics.rpaulo2010-10-132-2/+4
* WPA_CSE_WEP104 was being incorrectly checked.rpaulo2010-10-131-1/+1
* Mark acpi_bus_number() as __unused. This allows clang to this filerpaulo2010-10-131-1/+1
* Explicitly tell the compiler that we don't care about the return valuerpaulo2010-10-133-20/+20
* Define YY_NO_INPUT. This makes aicasm buildable by clang with Werrorrpaulo2010-10-132-0/+2
* Use AcpiReset() from ACPICA instead of rolling our own, which is actuallyjkim2010-10-131-10/+10
* Protect bge(4) from accessing invalid NIC internal memory regionsyongari2010-10-121-0/+8
* Always set cm_complete_data before calling mps_config_complete().mdf2010-10-121-1/+1
* Fix a regression introduced in r213495. r213495 disabled miniyongari2010-10-121-1/+1
* acpi_ec: changes in communication with hardwareavg2010-10-121-83/+89
* Fix monitor mode which is implemented by doing a firmware scan. Thisbschmidt2010-10-122-1/+34
* Small grammar nit in a printf message.joel2010-10-121-1/+1
* We already have dummy receive buffer in sc->buffer.glebius2010-10-121-3/+6
* The IFF_DRV_RUNNING flag is set at the end of bge_init_locked. Butyongari2010-10-111-9/+13
* Remove one last reference of BGE_MI_MODE register for auto polling.yongari2010-10-111-5/+15
* Re-work the internal user ioctl command table, and support the FW_UPLOADmdf2010-10-111-36/+213
* Add function prototypes for static functions.mdf2010-10-111-0/+13
* Fix a memory leak and locking inconsistency in mps(4) ioctl handling.mdf2010-10-111-10/+22
* Fix up the COMPAT_FREEBSD32 ioctl logic for mps(4).mdf2010-10-112-116/+199
* Do not setup interrupt endpoint for axe(4).yongari2010-10-112-34/+0
* Do not blindly UP the interface when interface's MTU is changed. Ifyongari2010-10-081-2/+6
* In r207768 I silenced a console warning from rum(4). There was legitimateemaste2010-10-081-1/+5
* Turn on serialization of task management commands going down to theken2010-10-073-53/+226
* Fix a long standing bug which regarded some revisions of controlleryongari2010-10-071-8/+6
* Add ID for Vodafone (ZTE) Mobile Broadband K3565-Z modem.mav2010-10-072-0/+2
* Add more comments to rings supported by the controller. Differentyongari2010-10-061-37/+103
* Add the capability to read the complete contents of the NVRAM via sysctlambrisko2010-10-062-0/+68
* Remove bge_tx_buf_ratio, unused member of softc.yongari2010-10-061-1/+0
* Overhaul MII register access routine and remove unnecessaryyongari2010-10-062-39/+94
* Remove extra assignment.glebius2010-10-061-1/+0
* Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needsglebius2010-10-064-0/+14
* Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.yongari2010-10-061-1/+1
* Rearrange code a bit to correctly set PHY flags. This change makeyongari2010-10-051-5/+7
* Separate common flags into controller specific and PHY relatedyongari2010-10-053-36/+37
* Print out correct USB connection speed for USB 3.0 mass storage devices.hselasky2010-10-041-6/+15
* RX buffer allocation failure is not an input error. Controlleryongari2010-10-041-1/+1
* Don't count input error twice. uether_rxbuf() already updated thatyongari2010-10-041-4/+3
OpenPOWER on IntegriCloud