summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2011-01-01copyright++;Theo de Raadt
2011-01-01comment cleanupTheo de Raadt
2010-12-31Reintroduce the code that puts the drive into standby in shutdown, butMark Kettenis
2010-12-31make randomattach do the parts of it's job in the right order, then moveTheo de Raadt
2010-12-31cleanup the ioctl functionTheo de Raadt
2010-12-31delete includes we do not needTheo de Raadt
2010-12-31further improvements describing what we are doingTheo de Raadt
2010-12-31all random nodes have been arc4-based for a while, so none of them everTheo de Raadt
2010-12-31when stopping Rx, set the AR_DIAG_RX_ABORT bit too.Damien Bergamini
2010-12-31Massive overhauling of the m88k pmap, though I can't pretend it's a new pmapMiod Vallat
2010-12-31limit the number of Tx chains used on some 3-stream AR9380 chipsDamien Bergamini
2010-12-31Handle writethrough mappings (as opposed to writeback) better:Miod Vallat
2010-12-31Yet another rework of the cache flushing routines. Fixes some bugs, probablyMiod Vallat
2010-12-31Introduce a new cmmu routine, for page writebacks without invalidate. Will beMiod Vallat
2010-12-31Standardize cache handling functions and defines to use wb/wbinv/inv insteadMiod Vallat
2010-12-31grrr... use the same style in the activate functions than in theDamien Bergamini
2010-12-31In db_write_bytes(), cope with memory addresses mapped by the two hardwiredMiod Vallat
2010-12-31Provide a lint-friendly __va_copy(), as done on all other platforms.Miod Vallat
2010-12-31regenDamien Bergamini
2010-12-31cleanup the mess in iwn(4) intel wireless pci ids and add new ones.Damien 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-31Remove dead code from pf_norm.c. The fragment cache is some leftoverAlexander Bluhm
2010-12-31Address comparisson is implemented twice in pf.c. Put this into aAlexander Bluhm
2010-12-30be more cynical about boot-time entropy, and fold time and entropy data in.Theo de Raadt
2010-12-30The NVIDIA MCP89 SATA controller found on the 2010 Apple 13" MacBook ProMark Kettenis
2010-12-30If genassym fails, sort on the pipeline will indicate no error resultingTheo de Raadt
2010-12-30Regen.Antoine Jacoutot
2010-12-30Add the Novatel EU870D HSDPA modem found in (at least) Dell XT.Antoine Jacoutot
2010-12-30Since we save the interrupt mask in the trapframe when we get a trap, weMark Kettenis
2010-12-30Prior to loading the FPU context onto the current CPU, check to see if theJoel Sing
2010-12-30Turn signotify() into a function that also calls cpu_unidle().Joel Sing
2010-12-30Implement cpu_unidle() for MP kernels.Joel Sing
2010-12-30cut mfi over to using iopools.David Gwynne
2010-12-30* do not add timeouts if the driver is dyingJacob Meuser
2010-12-30* add a process reference counting variable to struct usbd_deviceJacob Meuser
2010-12-30add a simple __va_copy inside ifdef lint, from tim van der molen.Ted Unangst
2010-12-30backout previous. this is not a regular usb device driver, and thusJacob Meuser
2010-12-30Only disable I/O and memory space and bus mastering if we're actually goingMark Kettenis