summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-11-20Due to an incorrect macro, it appears that the driver has always beenBrad Smith
2006-11-20Directly invoke m188_setipl() instead of setipl() in the external interruptMiod Vallat
2006-11-20Add support for LM63.Mark Kettenis
2006-11-20Enable support for audio on landisk.Dale Rahn
2006-11-20goodbye splserial, hello splaudio.Dale Rahn
2006-11-20serial drivers should use spltty, not splserial.Dale Rahn
2006-11-20ioctl to explicitly remove source tracking nodes,Ryan Thomas McBride
2006-11-20vprint() should be defined if DIAGNOSTIC || DEBUG. Noticed by (andTom Cosgrove
2006-11-19typo; from bret lambertJason McIntyre
2006-11-19Re-enable the Intel i31244 support now that real hardware actually exists.Brad Smith
2006-11-19some additional registers for the Artisea chipset operating in DPA mode.Brad Smith
2006-11-19You know you're getting too old to code when you're finding stupid bugsMiod Vallat
2006-11-19In bnx_start, check the used_tx_bd count rather than the descriptorsBrad Smith
2006-11-19regenBrad Smith
2006-11-19add the Broadcom BCM4312 PCI id.Brad Smith
2006-11-19In sigreturn, report the correct error if copyin() fails; spotted byMiod Vallat
2006-11-19restore the workaround for rate==0 bug.Damien Bergamini
2006-11-19Probe for National Semiconductor LM63.Mark Kettenis
2006-11-19Probe for Myson MTP008.Mark Kettenis
2006-11-19Use symbol information, when available, to display branch destinations.Miod Vallat
2006-11-19Add PCI hookup for malo(4).Marcus Glocker
2006-11-19Handle operations larger than will fit in the buffer we allocate,Tom Cosgrove
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