summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Back out 1.112,1.113. I don't have enough resources to fix breakagesglebius2006-02-221-1/+7
* Remove commented out qualifier to dumping a message.mjacob2006-02-221-2/+2
* - In the interrupt handler clear the interrupt source flags beforemarius2006-02-212-34/+48
* Initialize the port_bst and port_bsh variables.nyan2006-02-211-0/+2
* Remove unused variable.njl2006-02-211-2/+0
* Remove unused variable.njl2006-02-211-2/+0
* Remove unused variable.njl2006-02-211-2/+0
* correct check for whether wpa is enabledsam2006-02-201-1/+1
* Copy MAC address to fix alignment problems.ticso2006-02-201-2/+8
* 10GbE mode driver and binary firmware for Myricom's PCI-express NICs.gallatin2006-02-1912-0/+8672
* Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stalliedowse2006-02-194-0/+16
* - Fix severe crackling after long running and abusive module load / unload byariff2006-02-181-15/+59
* Fix random popping while playing in 32bit by increasing default buffer sizeariff2006-02-181-1/+1
* use s/w bmiss facilitysam2006-02-182-0/+4
* stop device so we don't panic on card ejectsam2006-02-181-0/+1
* Re-work the bus attachment somewhat. Make the rids unique forambrisko2006-02-172-37/+51
* 1) Ignore link events for MII/GMII cards if MI auto-polling disabled. Thisoleg2006-02-171-4/+14
* Add r/w support for JMicron ATA RAID metadata.sos2006-02-172-7/+346
* Add support for the Intel E7205 chipset.anholt2006-02-171-0/+6
* Add support for the JMicron JMB363 dual SATA + single PATA controller.sos2006-02-163-35/+100
* drop softc lock around copyin/copyoutsam2006-02-151-0/+2
* fix build w/o AR_DEBUGsam2006-02-151-3/+10
* improve tx/rx buf printing routinessam2006-02-151-18/+25
* add missing bit from 1.130sam2006-02-151-1/+1
* o handle fatal errors directly instead of via the task queuesam2006-02-152-10/+16
* use ath_hal_gettxintrtxqs so we only process h/w txsam2006-02-151-1/+2
* fixup commentssam2006-02-151-6/+5
* close race between ath_tx_start and ath_tx_processqsam2006-02-151-1/+2
* Fix fallout from last commit - we need to program the MAC address in em_init().glebius2006-02-151-0/+1
* em_hardware_init() in em_init() is not needed, and leads to annoyingglebius2006-02-151-7/+0
* Set ifp->if_baudrate according to current speed.glebius2006-02-151-2/+2
* - Rename em_print_link_status() to em_update_link_status().glebius2006-02-151-42/+9
* - Second style(9) megacleanup.glebius2006-02-153-1773/+1628
* a) clean up some declaration stuff (i.e., make more modern with respectmjacob2006-02-1514-1133/+1140
* Move includes from if_em.h to if_em.c and sort them.glebius2006-02-142-40/+37
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-1415-25/+0
* - Introduce ifmedia_baudrate(), which returns correct baudrate of theglebius2006-02-141-0/+11
* fix comment and whitespacesam2006-02-131-3/+2
* fix merge botch (duplicate processing of cabq for old cards)sam2006-02-131-1/+0
* Use a wildcard unit (-1) to device_find_child() in our identify routine tojhb2006-02-131-1/+1
* Don't conflict with the DEBUG define.ambrisko2006-02-131-1/+1
* Add a reset of the AHCI machinery to the ICH6/ICH7 support.sos2006-02-131-0/+12
* Typo: s/fint/find/glebius2006-02-121-1/+1
* Add USB polling calls to umass_cam_poll(). This appears to be enoughiedowse2006-02-121-7/+3
* Fix possible DMA leak and locking violation especiallyariff2006-02-121-14/+15
* Give the asr softc list global a proper name.scottl2006-02-121-5/+5
* Use ETHER_ADDR_LEN rather than 6.imp2006-02-111-1/+1
* Improve the memory resoruce allocation and usage during the probe.imp2006-02-111-8/+29
* Use the release version as a floor, not an exact match. Add comment to thatimp2006-02-111-1/+4
* Give ohci_intr a proper return value. In FreeBSD, this is void. Removeimp2006-02-113-7/+7
OpenPOWER on IntegriCloud