summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2000-05-25man subdirTheo de Raadt
2000-05-25man subdirTheo de Raadt
2000-05-25Add dvorak soft map. Currently attributed to Trevor Schroeder, althoughHugh Graham
apparently originally found in a mailing list archive?
2000-05-24Add an extra byte to the end of struct pcb and make sure that it is set toBrandon Creighton
0xff. Intel (vol1 section 9.5.2) says that there must be a byte inside the TSS after the iomap because it always reads two bytes when checking permissions for io accesses. before this, bits 1016-1023 were ignored. This means that the entire pcb_iomap (and i386_*_ioperm) are accurate; pr#1190 fixed
2000-05-24uncomment wscons-related stuff, and comment gsc betterMichael Shalayeff
2000-05-23KGDB is broken since a few decades, don't useMiod Vallat
2000-05-19Prepare to always install some pcvt man pages.Marc Espie
2000-05-18add machdep.vsyncblank sysctl for controlling whether vsync is disabledJason Wright
when the monitor is blanked.
2000-05-17disable sti for nowMichael Shalayeff
2000-05-17remove unnecessary wscons-related definitions; thx mickey@Brandon Creighton
2000-05-16supply entropy from mouse; provos@ okMichael Shalayeff
2000-05-15fdcache/pdcache/ficache as out of line functions from litesMichael Shalayeff
2000-05-15diagnostic register 0 definitionsMichael Shalayeff
2000-05-15PDC_CACHE_GETSPIDB's return structMichael Shalayeff
2000-05-15extend page zero layout according to 2.x specificationMichael Shalayeff
2000-05-15Cardbus com driver, from NetBSD, but adapted for our style conventionsNiklas Hallqvist
and with pccom support added
2000-05-15comment typoNiklas Hallqvist
2000-05-15driver for the databook isa/pcmcia bridge (commented out in GENERIC for now);Jason Wright
from NetBSD.
2000-05-05451NX machines now probe all pci busses; M.Drochner@fz-juelich.deTheo de Raadt
2000-05-04revision 1.31 patch was incorrectTheo de Raadt
2000-05-04assume all pchb made by ServerWorks act the sameTheo de Raadt
2000-05-04DMA works so use it. Tested on G4 and iMac.Dale S. Rahn
2000-05-02<machine/vmparam.h> not welcomed hereMiod Vallat
2000-05-02Add $OpenBSD$Miod Vallat
2000-05-02remove endian hack code, do it the right way.Dale S. Rahn
2000-05-02Fix bug caused by <= comparison on unsigned value.Dale S. Rahn
2000-05-02Remove gmac_enable_hack, not needed here, doesn't work.Dale S. Rahn
2000-05-01changed dc to dz to avoid conflict with if_dc. -mojMats O Jansson
2000-05-01another RCC host bridge with a pci behind itTheo de Raadt
2000-05-01When cache is mandatory, don't pmap_enter uncached in vmapbuf.Artur Grabowski
This unbreaks physio on SM71 and SM81. Thanks to mho@ for borrowing me a cpu I could test on.
2000-05-01cleaner and righter memcmp/memcpyMichael Shalayeff
2000-05-01fix countdown for vs4000{/60,/90,VLC} -- from netbsdBrandon Creighton
2000-04-30Add memcpy() and memcmp() emulation by swapping the first 2 argsTodd C. Miller
and then calling the b* routine. This code only gets call when the kernel is build w/o -O* since otherwise gcc uses its own inline routines.
2000-04-30Fix kernel msgbuf size and positionMiod Vallat
Ensure ksyms work properly when DDB isn't defined
2000-04-30Fix kernel msgbuf buffer size and positionMiod Vallat
2000-04-30Prevent multi inclusionMiod Vallat
Switch to new noncontig pmap settings
2000-04-30Add $OpenBSD$, update pseudo-device settingsMiod Vallat
2000-04-30prevent messing with critical psl flags -- from netbsdBrandon Creighton
2000-04-29Fixed a tyopMiod Vallat
2000-04-29From Lars Hecking <lhecking@nmrc.ucc.ie>:Marc Espie
grab NetBSD changes to recognize Linux ados labels, so that OpenBSD can mount them (provided it doesn't run into more endianness problems)
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()