summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Expand)Author
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-18multi-line string literals are deprecated in gcc 3.0Eric Jackson
2002-02-16New port of FreeBSD's ahc driverSteve Murphree
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2001-12-06Shave never used fastvec codeNiklas Hallqvist
2001-12-04New try at a level based irq system.Niklas Hallqvist
2001-11-18Revert niklas's broken ICU interrupt handling changes; deraadt@ okAaron Campbell
2001-11-12Redo the ICU interrupt handling system to better emulate an APIC system.Niklas Hallqvist
2001-11-08veli tpyo stolen fmor nkilsaMichael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-09-21use _C_LABEL for c labels consistantly throghout the sourceMichael Shalayeff
2001-09-21totally useless inlines, cost 1380 bytes tooMichael Shalayeff
2001-08-08move the com_raisedtr proto for timeout_setMichael Shalayeff
2001-08-07tag fixes; Denis Afonin <dfa@solo.ee>Jason Wright
2001-07-30Change:Artur Grabowski
2001-07-23reorder operations a bit for st16550{v2}, xr16850, ti16750:Jason Wright
2001-07-04Make preprocessor happier, don't give it untasty tokens at end of input.Marc Espie
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-29remove this used to be great console driver; x11 builds w/o it all fine; aaro...Michael Shalayeff
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern...Todd C. Miller
2001-05-05PMAP_NEW and UVM are no longer optional on i386.Artur Grabowski
2001-04-09Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@Thorsten Lockert
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
2001-02-21Remove old (non-wsmouse) pms driver. aaron@ ok.jbm
2001-02-20Import of wsmouse-compatible lms and mms drivers from NetBSD.jbm
2001-02-20Remove old (non wsmouse) lms and mms drivers. Remove the commented olms andjbm
2001-02-19Avoid losing rtc after suspend/resume on some laptops. Ok provos@Hakan Olsson
2001-02-13rtc stops if we miss interrupts. Inspired by code from FreeBSD.Hakan Olsson
2001-01-31still need pcvt files to build X, for nowTheo de Raadt
2001-01-24KGDB for i386 from NetBSD via niklas, with tweaks and accommodations.Hugh Graham
2001-01-22keyboard led update lockup patch; pr 1432, smat@acm.orgTheo de Raadt
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
2000-12-19This fixes keyboard lock-ups I was getting wiggling the mouse inConstantine Sapuntzakis
2000-12-10new file; smat@acm.orgTheo de Raadt
2000-12-10more keycaps for jp106 keyboards -- gotta get myself one of these weird contr...Theo de Raadt
2000-12-10jp106 keycap; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-12-10iso8859 font; smat@acm.orgTheo de Raadt
2000-12-10new swiss keyboard maps; smat@acm.orgTheo de Raadt
2000-12-10fix norway section; johs@copyleft.noTheo de Raadt
2000-12-07fix various perror() that were buf oflowsTheo de Raadt
2000-11-23ttyC? with one max letter after ttyCTheo de Raadt
2000-11-13Address the i8042 keyboard controller registers as offsets from IO_KBD; fromAaron Campbell
2000-11-08Use netisr_dispatch.hArtur Grabowski
2000-10-26Remove the notion of "Copybuffer ownership" now that copybuffer contents areAaron Campbell
2000-10-25Wrap PCVT mouse operations in spltty(); deraadt@ okAaron Campbell