summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Attach dpms(4) to vgapm and make sure to restore DPMS state afterjkim2009-12-151-3/+2
* Tell upper layer vge(4) supports long frames. This should be doneyongari2009-12-141-1/+3
* Don't report current link status if interface is not UP.yongari2009-12-141-0/+4
* Remove _FDE quirk handling as these quirks are automatically repairedjkim2009-12-141-57/+4
* Report media change result to caller instead of returning successyongari2009-12-141-2/+3
* Whenever link state change interrupt is raised, vge_tick() isyongari2009-12-141-4/+4
* Sort function prototyes.yongari2009-12-141-48/+44
* We don't have to reload EEPROM in vge_reset(). Because vge_reset()yongari2009-12-141-17/+17
* Set ATA_CHECKS_CABLE when appropriate.marius2009-12-141-1/+17
* Increase output queue size from 64 to 255.yongari2009-12-142-4/+2
* Add MSI support for VT613x controllers.yongari2009-12-142-5/+25
* Save PHY address by reading VGE_MIICFG register. For PCIeyongari2009-12-142-4/+22
* Introduce vge_flags member in softc. The vge_flags member willyongari2009-12-142-7/+7
* style(9).yongari2009-12-141-105/+105
* s/u_intXX_t/uintXX_t/gyongari2009-12-142-10/+10
* Remove unnecessary return statement.yongari2009-12-141-22/+0
* Use ANSI function definations.yongari2009-12-141-95/+38
* Don't panic on failure to attach if we fail before or during thegavin2009-12-141-4/+5
* Clear VGE_TXDESC_Q bit for transmitted frames. The VGE_TXDESC_Q bityongari2009-12-141-1/+4
* Add old read_mac_addr routine to this module sincejfv2009-12-141-0/+42
* Fix typo in register definition.yongari2009-12-141-4/+4
* Use PCIR_BAR instead of hard-coded value.yongari2009-12-141-5/+2
* Overhaul bus_dma(9) usage and fix various things.yongari2009-12-143-697/+845
* Pass all IEs to net80211.rpaulo2009-12-141-18/+5
* Remove the MTX_SPIN flag to the shared code MUTEXjfv2009-12-141-2/+1
* Prefer bus_alloc_resource_any(9) to bus_alloc_resource(9).yongari2009-12-141-4/+4
* Fix spelling in comment.yongari2009-12-141-3/+3
* Prefer device_printf(9) to printf(9).yongari2009-12-141-5/+4
* Remove register keyword.yongari2009-12-141-3/+3
* Only set ATA_CHECKS_CABLE for chip versions that actually supportmarius2009-12-131-1/+2
* Properly support M5229 revision 0xc7 and 0xc8:marius2009-12-131-5/+8
* Specify the capability and media bits of the capabilities page inmarius2009-12-132-28/+34
* Unbreak the ata_atapi() usage. Since r200171 the mode setting functionsmarius2009-12-133-7/+6
* Remove driver lock assertion in MII register access. This changeyongari2009-12-121-2/+0
* CFA support doesn't exclude FLUSH support.mav2009-12-111-2/+2
* Fix interrupt handling. It started off broken and grew worse over time.marcel2009-12-111-46/+62
* Wrap long lines.thompsa2009-12-111-37/+77
* Add a quirk for the Curitel UM175 where setting multiplexing for callthompsa2009-12-114-7/+36
* Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4).thompsa2009-12-111-1/+0
* Add one more set of codec IDs.mav2009-12-111-0/+8
* Add module dependency for cam if configured as ATA_CAM.takawata2009-12-101-0/+3
* Limit maximum I/O size, depending on command set supported by device.mav2009-12-101-0/+4
* Implement a rudimentary suspend/resume methods for PCI P2P bridge.jkim2009-12-102-57/+200
* For some buses, devices may have active resources assigned even though theyjhb2009-12-091-62/+22
* Fix hardware issue with FTDI chips: avoid sending a zero length packet due tothompsa2009-12-091-1/+1
* Fix dwSignature for NCM mode and add extra debug output.thompsa2009-12-091-6/+17
* Add new device ids.thompsa2009-12-093-0/+4
* Correct name, 82801IJ -> 82801JIthompsa2009-12-092-8/+8
* If the ID byte is non zero then we allow descriptors having multiple sizes.thompsa2009-12-091-3/+12
* Increase Max Read Request Size for PCIe chips from 512 to 1024 bytes.mav2009-12-091-1/+14
OpenPOWER on IntegriCloud