summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update the keyspan product list from NetBSD.imp2006-02-111-7/+28
* Do initial cut of SAS HBA support. These controllers (106X) seem to supportmjacob2006-02-115-223/+587
* Add an OpenIPMI mostly compatible driver. This driver was developedambrisko2006-02-104-0/+2081
* Update for rev 0.9.16.16 hal:sam2006-02-102-29/+291
* pad for future statisticssam2006-02-091-0/+1
* Minor tx path cleanups:sam2006-02-091-13/+6
* correct handling of mbuf allocation failure when replenishing the rx listsam2006-02-091-6/+13
* Beacon timer setup fixes:sam2006-02-092-11/+41
* only start the cab queue if there are frames to sendsam2006-02-091-1/+1
* debug fixups: reduce noise msgs, report channel flags on reset failure,sam2006-02-091-17/+20
* Phantom beacon miss workaround: track the tsf of the last receivedsam2006-02-093-21/+78
* use a private task queue threadsam2006-02-092-6/+16
* add adhoc demo mode supportsam2006-02-092-7/+26
* make regdomain sysctl r/w in case it's possible to do this in the futuresam2006-02-092-5/+20
* cleanup rate setupsam2006-02-091-21/+29
OpenPOWER on IntegriCloud