summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Expand)Author
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-18Fix functions to match prototypes. Old K&R doesn't make sense with inlineMarc Espie
2001-08-18make apm use kqueue for transferring events to luse listener.Michael Shalayeff
2001-08-18consistency nit, add some missing preprocessor symbols.Brad Smith
2001-08-12moce pglisth into uvm_pglist.hMichael Shalayeff
2001-08-11Some fixes from NetBSD.Artur Grabowski
2001-08-11remove some old cruft.Artur Grabowski
2001-07-30Change:Artur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-13delete duplicate definitionsTheo de Raadt
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27use + not = and 0-9Michael Shalayeff
2001-06-27fix constraint, no idea how did it workMichael Shalayeff
2001-06-27implement 64 bit swap and fix constraints on othersMichael Shalayeff
2001-06-25fix some constraints and spillageMichael Shalayeff
2001-06-24wrong place for coldMichael Shalayeff
2001-06-24move cold to .hFederico G. Schwindt
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-21Finish what Theo started (a char * to void * conversion)Niklas Hallqvist
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-05-08From netbsd: implementations of _bus_dmamap_load_mbuf() andJason Wright
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05PMAP_NEW and UVM are no longer optional on i386.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-04-30Move proc0's TSS and LDT initialization to a separate functionArtur Grabowski
2001-04-30Move gdt_init prototype to gdt.hArtur Grabowski
2001-04-07Additional console ioctl definitionsThorsten Lockert
2001-04-07OK, PMAP_NEW by default once again. This time it should work better forNiklas Hallqvist
2001-04-03If you cannot test your work, please do not do commits and then break userlandTheo de Raadt
2001-04-02PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD.Niklas Hallqvist
2001-03-28Replaced with bt8xx.h; byebye.Federico G. Schwindt
2001-03-24Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn'tTodd C. Miller
2001-03-22Merge in NetBSD's PMAP_NEW, still disabledNiklas Hallqvist
2001-02-28scan the isa hole for `optional rom's.Michael Shalayeff
2001-02-19Avoid losing rtc after suspend/resume on some laptops. Ok provos@Hakan Olsson
2001-02-06missed ) in if()Michael Shalayeff
2001-02-06i can be stooooopidMichael Shalayeff
2001-02-04Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working muchAaron Campbell
2001-02-04Minor indent botch.Aaron Campbell
2001-02-03make overlaping bus space copy operations work; solves vga's scrolling problemsMichael Shalayeff
2001-01-30Support for the wscons machine-independent console driver on the i386. ToAaron Campbell
2001-01-26more special regs definitions; use names from pctr.h for those it usesMichael Shalayeff
2001-01-26define large page frame mask; also remove trailing spacesMichael Shalayeff
2001-01-25constify cpuid tablesMichael Shalayeff