summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-01-28First round of post-bus_dma cleanups:Jason Wright
2002-01-28Quick (and a little dirty) conversion to bus_dma(9).Jason Wright
2002-01-28Even more GC.Artur Grabowski
2002-01-28allocate vm pages with uvm_km_alloc (this code is ifdefed out anyway).Artur Grabowski
2002-01-28malloc/free is not really used for pvs allocsMichael Shalayeff
2002-01-28GC PR_STATIC and PR_MALLOCOK.Artur Grabowski
2002-01-28PR_MALLOCOK is not necessary.Artur Grabowski
2002-01-28Re-port the NetBSD driver, but rewrite tx logic to use static buffers (andJason Wright
2002-01-27bt no moreMichael Shalayeff
2002-01-27bt no moreMichael Shalayeff
2002-01-26Kludge, protect against bus faults during pci probes. allows OpenBSDDale Rahn
2002-01-26splclock() should block SPL_BIO - SPL_IMP.Dale Rahn
2002-01-25properly identify gem as a boot deviceJason Wright
2002-01-25CEAFSR defnsJason Wright
2002-01-25Reg defs for UEAFSRJason Wright
2002-01-25offset to com regs is just a common iomod offset, accomodate for com consoleMichael Shalayeff
2002-01-25offset cons hpa to com regs, damnitMichael Shalayeff
2002-01-25see if we are a consoleMichael Shalayeff
2002-01-25tell wsdisplay if we are a consoleMichael Shalayeff
2002-01-25init conaddr/unit if page0->mem_cons is on serialMichael Shalayeff
2002-01-25do not conflict PF_ /w pf -- rename to PZF_ and define _BITSMichael Shalayeff
2002-01-25define CONADDR and CONUNITMichael Shalayeff
2002-01-25CONADDR is defined elsewhere for hppaMichael Shalayeff
2002-01-25In encap, sync mbuf before writing descriptorsJason Wright
2002-01-25Don't defer attachment of devices on USB (we need the keyboard asap)Jason Wright
2002-01-25Add a drain hook to each pool. This hook is called in three cases.Artur Grabowski
2002-01-25allocate pmaps with pool.Artur Grabowski
2002-01-25poolify pcreds.Artur Grabowski
2002-01-25Convert plimit allocations to pool.Artur Grabowski
2002-01-25Disestablish *powerhook* on detach. jason@ okThomas Nordin
2002-01-25multi-session support; from NetBSD. millert@ okFederico G. Schwindt
2002-01-25Instead of finding pages matching this physical page, match this specificDale Rahn
2002-01-25kernel printfs triggerable by a simple mistake in userland are just wrong.Artur Grabowski
2002-01-25Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.Jason Wright
2002-01-25How did this work? It used to attempt the tlb entry for a mapping it isDale Rahn
2002-01-25GC some more malloc types.Artur Grabowski
2002-01-25Remove more NKBD/NMS references (jason == cpp tonight I guess)Jason Wright
2002-01-25move the scancode -> wskbd event map into a seperate file... more stillJason Wright
2002-01-25Add support for the "Magma 2+1HS Sp" (from NetBSD)Jason Wright
2002-01-25Move softdep sysctls from debug to vfs.ffs; art@ OKTodd C. Miller
2002-01-25confusing and not used, zap.Artur Grabowski
2002-01-25Bring disklabel code on par with other arches: recognize specific situations,Miod Vallat
2002-01-24allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@Niels Provos
2002-01-24bussified and bus-split bustec scsi ha driver.Michael Shalayeff
2002-01-24sigh, nobody compiles before commit anymoreMichael Shalayeff
2002-01-24Don't provide a duplicate addupc_task() routine.Miod Vallat
2002-01-24RAMDISKB compiles again...Miod Vallat
2002-01-24Repair compilation.Miod Vallat
2002-01-24Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc.Jason Wright
2002-01-24Fix a few typosArtur Grabowski