summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Put a comment, explaining why kbdmux(4) had to be fixed.emax2006-02-251-3/+12
* Fix hard lockup caused by kbdmux(4) when kbdmux(4), PS/2 keyboardemax2006-02-251-1/+1
* Add a missing ohci_waitintr() call that allows polled operation ofiedowse2006-02-251-0/+3
* Fix ata_reinit so it does things in the right order to prevent panic's.sos2006-02-252-43/+33
* Role a microrev of the MPI Library in preparation for target mode work.mjacob2006-02-2512-87/+471
* fix a race whereby a tx descriptor might get reused before the hardwaresam2006-02-242-18/+42
* Trim unnecessary pointer alignment.ariff2006-02-241-1/+1
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.marcel2006-02-245-10/+5
* When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4)marcel2006-02-241-1/+3
* MFp4:marcel2006-02-247-52/+37
* MFp4:marcel2006-02-242-2/+2
* MFp4:marcel2006-02-241-3/+6
* Keep the parent device (in this case the channel) around in ata_request,sos2006-02-232-17/+27
* Remove some dead code.jhb2006-02-231-3/+1
* - Use callout_init_mtx() to initialize toffhandle callout using the fdc'sjhb2006-02-231-9/+5
* In ata_cmd_allocate() only call ata_pci_allocate once.sos2006-02-231-1/+0
* Check the return value of copyin() and return an error if it fails.jhb2006-02-231-2/+4
* G/C unused variable.jhb2006-02-221-1/+0
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-2212-27/+23
* Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so thatjhb2006-02-221-4/+2
* 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
OpenPOWER on IntegriCloud