summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-01-03use host_flags directly as they're initialized during attach time.Federico G. Schwindt
2011-01-03Allow to change vlan options of existing vlan(4)/svlan(4) devices atReyk Floeter
2011-01-03the flags method of the ac97 host interface is optional. check thatJacob Meuser
2011-01-03syncAlexander Yurchenko
2011-01-03Add Radeon HD 3450 AGP; from yason@linklevel.netAlexander Yurchenko
2011-01-03Rework backtrace code, and try to cope with variadic functions betterMiod Vallat
2011-01-02More changes to pacify the Solaris virtual disk client. ImplementMark Kettenis
2011-01-02Make need_resched() call cpu_unidle() such that we wake up a process running onMark Kettenis
2011-01-02Figure out how much L2 cache is available on 88410-blessed designs, andMiod Vallat
2011-01-02Enable udl(4) on hppa, together with rasops and rawkbd for Xorg.Matthieu Herrb
2011-01-02Kill pmap_table_t typedef.Miod Vallat
2011-01-02Fix dump to work with PMAP_DIRECT, as done on mvme88k.Miod Vallat
2011-01-02Prevent a few more NULL pointer dereferences in troublesome situations; fromMiod Vallat
2011-01-02Only store bus/dev/func numbers when the corresponding pointer argumentJasper Lievisse Adriaanse
2011-01-02- move resettodr and inittodr to clock.c, like the other clock related functionsJasper Lievisse Adriaanse
2011-01-02We need db_machdep.h even when TRAPDEBUG is enabled.Joel Sing
2011-01-02Include files.bluetooth so that hppa64 compiles.Joel Sing
2011-01-02Move away from using fixed-sized descriptors and fill in some missing bitsMark Kettenis
2011-01-02Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softcJordan Hargrave
2011-01-02Use the session ID passed to use by the virtual disk client, and pass backMark Kettenis
2011-01-02Declare ourselves to be a virtual disk server during the version negotiationMark Kettenis
2011-01-01Now that we __HAVE_PMAP_DIRECT, it gets easy to simply save partial cacheMiod Vallat
2011-01-01Better errata #17 handling logic. Only concerns MULTIPROCESSOR kernels.Miod Vallat
2011-01-01Corretctly return 0xffffffff for the returned LBA if the disk is too largeMark Kettenis
2011-01-01Implement READ CAPACITY (16).Mark Kettenis
2011-01-01Do not fold the MD5 in half. This might have made sense to someone whenTheo de Raadt
2011-01-01Move setting cpu_hzticks to the clock initialization function, likeJasper Lievisse Adriaanse
2011-01-01- ansifyJasper Lievisse Adriaanse
2011-01-01fix spacingAlexandre Ratchov
2011-01-01Fix horribly broken softintr_establish(). The old code was not managing theMark Kettenis
2011-01-01regenDamien Bergamini
2011-01-01the ACCTON is an AR9280+AR7010, not an AR9271, so update id accordingly.Damien Bergamini
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentMark Kettenis
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentMark Kettenis
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