summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2001-01-25put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothingMichael Shalayeff
2001-01-24put pci_addr_fixup.h into pcibiosvar.h as well,Michael Shalayeff
2001-01-24elliminate pci_bus_fixup.h by movingMichael Shalayeff
2001-01-24Sample options for KGDB. (commented out)Hugh Graham
2001-01-24KGDB for i386 from NetBSD via niklas, with tweaks and accommodations.Hugh Graham
2001-01-23recognize P4; testing by techsupport@lokmail.net, the unfortunate owner of su...Theo de Raadt
2001-01-23iha fits, coolTheo de Raadt
2001-01-23Add Initio SCSI controllerKenneth R Westerback
2001-01-22this should make i850 and i860 hubs do RNGTheo de Raadt
2001-01-22keyboard led update lockup patch; pr 1432, smat@acm.orgTheo de Raadt
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-21map the bios rom at both it's real address andMichael Shalayeff
2001-01-19validate gate targets; sommerfeld, mycroftTheo de Raadt
2001-01-16fix VP3_PIRQ arg name, use I386_PCI_INTERRUPT_LINE_NO_CONNECTION; from netbsdMichael Shalayeff
2001-01-16add timeout variable, alphabetize the var list; pointed out by Rob Francis <r...Michael Shalayeff
2001-01-13Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD byAaron Campbell
2001-01-11Add maestroMarc Espie
2001-01-11there is no pseudo-device crypto either; sleep theoMichael Shalayeff
2001-01-11ich/auichMichael Shalayeff
2001-01-11move ich to auich at mickey's requestTheo de Raadt
2001-01-05Add i386 specific sysctl to modify halt -p processing, required to makeMarco S Hyman
2001-01-02handle no-event as the end of event fetch loop; my fix for pr-1588 by Sam Isa...Michael Shalayeff
2000-12-29kiss in the rng; all those evil voices kept me pushing for it...Michael Shalayeff
2000-12-27better english and fix some spelling mistakes, Ok'd by aaron@Brad Smith
2000-12-25always read new byte from rng, then decide wheather to start a new cycleMichael Shalayeff
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-17Compaq SMART Array RAID controllers.Michael Shalayeff
2000-12-17Add a new possible value for the machdep.allowaperture sysctl: `2'Matthieu Herrb
2000-12-12Add an extra apm_periodic_check() call before the one we check forAngelos D. Keromytis
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-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-11-23ttyC? with one max letter after ttyCTheo de Raadt
2000-11-22s/stroul/strtoul/; spotted by brad@Michael Shalayeff
2000-11-21Make this compile without UVM; dirt@monkey.orgAaron Campbell
2000-11-18Add an example for boot -c.Aaron Campbell
2000-11-18- Add an EXAMPLES section. I still haven't chosen a "standard" format.Aaron Campbell
2000-11-18- "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality.Aaron Campbell
2000-11-18aac appears to fitTheo de Raadt
2000-11-17Uncomment audio* at uaudio?, especially since ho@ has had success with theAaron Campbell
2000-11-16Driver for USB scanners; from NetBSD.Aaron Campbell
2000-11-16Add entries for the AMD K6-2+/III+, newer Athlon/Duron chips, andTodd C. Miller
2000-11-13Address the i8042 keyboard controller registers as offsets from IO_KBD; fromAaron Campbell
2000-11-13Do not use PG_N on "real" 386es as it does not exist there; from NetBSDNiklas Hallqvist