summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2011-04-04Kill some #if 0'ed code (the 'raw' scsi path). Move splx()Kenneth R Westerback
2011-04-03move twe over to iopools so we can get rid of another NO_CCB user. thisDavid Gwynne
2011-04-03Sprinkle spltty around code which plays with either the video memory orMiod Vallat
2011-04-03Iopoolification of some less common scsi drivers.Kenneth R Westerback
2011-03-23only read from the UART if there is something to read. fix beagle, otherwiseFederico G. Schwindt
2011-03-18Fix firmware loading at startup (and resume); from Tim van der MolenTheo de Raadt
2011-03-13Wake On LAN support for re(4).Stefan Sperling
2011-03-06Make sure MEMORYBARRIER(SYNC_REG) performs a read/write bus_space_barrier,Miod Vallat
2011-03-05Wait until the DMA engine is stopped before unmapping buffers and descriptors.Mark Kettenis
2011-03-04Peek at the interrupt status register before poking with the reply postMike Belopuhov
2011-03-01back out r1.162, the one that bumps openings up on sas and fcDavid Gwynne
2011-02-22Mark descriptors as invalid *before* unmapping the associated mbuf.Mark Kettenis
2011-02-22ami figures out the names of the enclosure attached to it by snoopingDavid Gwynne
2011-01-26Add port multiplier support, has been in snaps for a while with no reportedDale Rahn
2011-01-15carrier leakage calibration workaround for high temperature is notDamien Bergamini
2011-01-08fix LEDs handling.Damien Bergamini
2011-01-08the USB frontend has its own switch_chan() function, so no need toDamien Bergamini
2011-01-06"athn* at uhub? port ?"Damien Bergamini
2011-01-05cosmetic, no binary change.Damien Bergamini
2011-01-03use host_flags directly as they're initialized during attach time.Federico G. Schwindt
2011-01-03the flags method of the ac97 host interface is optional. check thatJacob Meuser
2011-01-02Prevent a few more NULL pointer dereferences in troublesome situations; fromMiod Vallat
2011-01-01cleanup, no binary change.Damien Bergamini
2011-01-01more AR9380/AR9485 bits.Damien Bergamini
2011-01-01unbreak kernel builds; sorry guys.Damien Bergamini
2011-01-01add code to read OTPROM on the AR9485Damien Bergamini
2010-12-31when stopping Rx, set the AR_DIAG_RX_ABORT bit too.Damien Bergamini
2010-12-31limit the number of Tx chains used on some 3-stream AR9380 chipsDamien Bergamini
2010-12-31The firmware we use for the 1020/1020A (SBUS) cards doesn't seem to implementMark Kettenis
2010-12-31Add missing scsi_done().Mark Kettenis
2010-12-31move reading of the hardware revision earlier.Damien Bergamini
2010-12-31Fix conformance test limit values in default AR9380 rom images.Damien Bergamini
2010-12-31of course, GPIO handling on AR9271 and AR7010 had to be differentDamien Bergamini
2010-12-31commit some bits that will be required by AR9271/AR7010Damien Bergamini
2010-12-31move the printing of the MAC address to the same line than the MAC rev.Damien Bergamini
2010-12-31add initvals for the AR9271.Damien Bergamini
2010-12-31Make the athn(4) back-end more bus agnostic by moving read and writeDamien Bergamini
2010-12-30cut mfi over to using iopools.David Gwynne
2010-12-22* recognize/support the Dynex DX-SC51 in envy(4)Jacob Meuser
2010-12-08Reset acb->xs to NULL before scsi_done if option DIAGNOSTIC. There seem to beMiod Vallat
2010-12-03removed slot argument of function pckbd_cnattachAlexandr Shadchin
2010-11-28Get rid of "forever" loop in the interrupt handler such that we drop out of theMark Kettenis
2010-11-28Bring back MCLGETI; a fix for the issue that was the reason for its previousMark Kettenis
2010-11-23removed slot argument of function pckbc_cnattachAlexandr Shadchin
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-18Don'tMiod Vallat
2010-11-12revert MCLGETI for re(4) for now, it is causing hangs (in some casesStuart Henderson
2010-11-11Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@Miod Vallat
2010-11-10Several updates for the Osprey (AR9380):Damien Bergamini