summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-11-19I completely broke pfsr_188_save_double when introducing per-cpuinfoMiod Vallat
2006-11-19Improve the AES acceleration, by allocating a contiguous DMA-ableTom Cosgrove
2006-11-18On 88100 systems which do not need the xxx.usr instruction workaround,Miod Vallat
2006-11-18Rework the PFSR register analysis code on mvme88k: split it into fourMiod Vallat
2006-11-18Stop saving and restoring the current ipl in the pcb when switching processes,Miod Vallat
2006-11-18Unwaste two delay slots in kcopy().Miod Vallat
2006-11-18In mtx_leave(), jump to the leaf splx() instead of building a frame andMiod Vallat
2006-11-18No need to use xmem when unlocking a simple_lock.Miod Vallat
2006-11-18A better and shorter wait sequence between writes to the command registerMiod Vallat
2006-11-18Remove some useless variables/code dealing with cardbus BARsAlexander Yurchenko
2006-11-18ixgb_get_buf():Brad Smith
2006-11-18add a few commentsBrad Smith
2006-11-18fix commentsBrad Smith
2006-11-18- set descriptor DMA addresses before enabling TX and RXBrad Smith
2006-11-18Do not include <machine/frame.h> (forgotten when the former was removed).Miod Vallat
2006-11-18more fixes from bret lambert; ok pedroJason McIntyre
2006-11-18typos; from bret lambertJason McIntyre
2006-11-17Move m88k memory copy and fill functions to libkern. The copy functions willMiod Vallat
2006-11-17Decide whether we need to attach the primary cpu by checking the CPUF_PRESENTMark Kettenis
2006-11-17Minor cleanup.Marcus Glocker
2006-11-17KNFMarcus Glocker
2006-11-17Remove code that deals with sk(4) specific phy's that breaks certain msk(4)Mark Kettenis
2006-11-17This is a very initial import for a driver which supports the IEEE 802.11Marcus Glocker
2006-11-17Add code for AES acceleration. This is currently disabled withTom Cosgrove
2006-11-17typos from bret lambert;Jason McIntyre
2006-11-17There is no need to set IN_CHANGE or IN_UPDATE when no on-disk data isPedro Martelletto
2006-11-17missing punctuation in comments; from bret lambertJason McIntyre
2006-11-17sorry miod, but this version locks the machine up rather fastTheo de Raadt
2006-11-17Make getpeereid() work on both sides of a connection. The client can now getClaudio Jeker
2006-11-17syncTheo de Raadt
2006-11-17usb hub found on ibm x3455; Srebrenko SehicTheo de Raadt
2006-11-17Fix typo to let this compile.Tom Cosgrove
2006-11-17Make sure we copy the IV back into the session structure, not theTom Cosgrove
2006-11-17Add a lower TX threshold value and use this when checking the number ofBrad Smith
2006-11-17move comment to a line where it makes more senseJun-ichiro itojun Hagino
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-11-16syncTheo de Raadt
2006-11-16another cdceTheo de Raadt
2006-11-16crank versionTheo de Raadt
2006-11-16use teeny little delays as we clock the rtc, makes the boot code noticeTheo de Raadt
2006-11-16Ratibibugle struct frame and <machine/frame.h>Miod Vallat
2006-11-16initialize tick timerTheo de Raadt
2006-11-16pagemove() this time without an accidental line removalMiod Vallat
2006-11-16Drop malo_reset() for now and do ENETRESET and media changes usingMarcus Glocker
2006-11-16add support for 4 new radios: AL2210, CGT, Maxim New, Maxim New2Damien Bergamini
2006-11-16Minor cleanup; reactivate malo_cmd_reset() which seems to work now, removeMarcus Glocker
2006-11-16conditional for appending the pf mbuf tag in pf_test/pf_test6 was wrong,Henning Brauer
2006-11-16no need to always attach pfsync0 any more. ok mpf mcbrideHenning Brauer
2006-11-16in carp_attach, create the "carp" interface group, so that it is alwaysHenning Brauer
2006-11-16introduce if_creategroup() to create an empty interface group.Henning Brauer