summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2000-04-29from netbsd: fix vp3_cfg_intr_maskMichael Shalayeff
2000-04-28regenMichael Shalayeff
2000-04-28oops, dupsMichael Shalayeff
2000-04-28a few more board ids from hpux-devtools list (;Michael Shalayeff
2000-04-28Nicer ite3 console.Marc Espie
- sanitize the RGB swapping code, - add limited color support, ala old vt220, - nicer color scheme (whitish text, white bold, blue italic, red cursor...)
2000-04-28sync netbsd bi-related header filesBrandon Creighton
2000-04-28man page matching command, betterMarc Espie
2000-04-27fix pcxt tlb handlerMichael Shalayeff
2000-04-27Fixes to xcoff bootloader to allow it to execute and load kernels for OpenBSD.Dale S. Rahn
2000-04-27put vsbus_intr() prototype here so other vsbus devices can avail themselvesBrandon Creighton
of its intentional uselessness; also some __P()
2000-04-27remove vaxbi stuff for the moment, far from workingBrandon Creighton
2000-04-27another driver does not fit...Theo de Raadt
2000-04-27sync -- enabled devices in GENERIC should be workingBrandon Creighton
2000-04-27sync w/netbsdBrandon Creighton
2000-04-27forgot these, oopsBrandon Creighton
2000-04-27sync with netbsd -- this involved rearranging things for sanity reasonsBrandon Creighton
and because separate builds of libsa are done. this is a pretty nice bootloader.
2000-04-27Driver for C-Media CMI8x38 Audio Chip present on several all-in-oneTodd C. Miller
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI.
2000-04-27sync with netbsd of early april; some archs still untestedBrandon Creighton
2000-04-27oops -- forgot to give this an $OpenBSD$ tagBrandon Creighton
2000-04-27sync with netbsd; working ncr5380 driver, saner vsbus codeBrandon Creighton
2000-04-27newline manglingsTheo de Raadt
2000-04-26properly probe sub-pci busses for RCC ServerWorks chipsetsTheo de Raadt
2000-04-26add errata for 82443BX identified by smurphTheo de Raadt
2000-04-26new header files from netbsd -- also a spinlock.hBrandon Creighton
2000-04-26vax resurrection, part 1: sync with early-april netbsdBrandon Creighton
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
2000-04-25A fix to the dreaded isadmaattach panic which hunts people playing withNiklas Hallqvist
large memory machines. This time I really hope we can continue quite a bit away over the Gig.
2000-04-243 bugs: off by one in dump offset calculation,Niklas Hallqvist
when to print what is left, and what to print. Fixes PR#1182
2000-04-24fix some typesMichael Shalayeff
2000-04-24s/int/u_int/ pass iint page0 and generic io module, fixes a few obscure problemsMichael Shalayeff
2000-04-24support DOSPTYP_EXTENDL like DOSPTYP_EXTEND; scott@nts.umn.eduTheo de Raadt
2000-04-21oopsMichael Shalayeff
2000-04-21shovel apm into it's own thread.Michael Shalayeff
apply art's idea to sleep on &lbolt, it seem fine w/ it.
2000-04-18seems ok w/o primingMichael Shalayeff
2000-04-18some PDC callsMichael Shalayeff
2000-04-18vm/vm.h not needed anymoreMichael Shalayeff
2000-04-18typoMichael Shalayeff
2000-04-18audio type 2 is called harmony and could come w/ 2 fax/modem/voice channels, ↵Michael Shalayeff
or isdn
2000-04-17fix version for some endianess-challenged compaqs; via linuxMichael Shalayeff
2000-04-17Whoops, missed a few.Aaron Campbell
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-04-16Remove atapiscsi* at umass?; csapuntz@Aaron Campbell
2000-04-16permit compiling kernel without pccom or comTheo de Raadt
2000-04-16jakob, please be more carefulTheo de Raadt
2000-04-15add urio(4)Jakob Schlyter
2000-04-15urio(4) - Diamond Multimedia RIO 500 (from NetBSD)Jakob Schlyter
This driver will eventually go away as it really should be implemented using ugen(4) instead.
2000-04-15comment out USB ethernet adapters (orphaned otherwise)Jakob Schlyter
2000-04-14Move the PCIBIOS options line next to the CardBus bus support stuff, and add aAaron Campbell
note saying it may need to be uncommented for things to work.
2000-04-13neoTheo de Raadt
2000-04-12Remove all arguments to the .Os macro so that all of 2.7's man pages willAaron Campbell
correctly say "OpenBSD 2.7".
2000-04-12Fix pcic attachments; jj@dynarc.seAaron Campbell