summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-10-30use ld.script, cleanupMichael Shalayeff
1998-10-30add ld scriptMichael Shalayeff
1998-10-30support booting from disk in raw LIF modeMichael Shalayeff
1998-10-30thinkoMichael Shalayeff
1998-10-30don't call INIT code since that seemsMichael Shalayeff
to confuse older boxens IODC code.
1998-10-30cleanupMichael Shalayeff
1998-10-30cleanupMichael Shalayeff
1998-10-30cleanupMichael Shalayeff
1998-10-30remove unused definitions, cleanupMichael Shalayeff
1998-10-30USERMODE() and FRAME_PC definitionsMichael Shalayeff
1998-10-30add some protos and definesMichael Shalayeff
1998-10-30no dca (which is com), add fdMichael Shalayeff
1998-10-30populate futher w/ structs and function declarationsMichael Shalayeff
1998-10-30generated from cpudevsMichael Shalayeff
1998-10-30fix 725/50 model typeMichael Shalayeff
shorter ASP description still not known how to deal w/ the cpu sv number...
1998-10-30some ddb interfaceMichael Shalayeff
1998-10-30some generic swapMichael Shalayeff
1998-10-30some mainbusMichael Shalayeff
1998-10-29more cpus and devicesMichael Shalayeff
1998-10-29fix pdccngetc() input handlingMichael Shalayeff
1998-10-24make 8mb installs workTheo de Raadt
1998-10-21The qec global reset should only be allowed to happen once per qec card, notJason Wright
once per channel init.
1998-10-20o Only read the per-channel status reg if the global int mask says somethingJason Wright
interesting happened. o Base all interrupt decisions on per-channel status reg.
1998-10-19Use register definitions from AMD databook.Jason Wright
1998-10-19qec+qe support & OpenBSD tags for everyoneJason Wright
1998-10-19Support for the qec+qe (SBus QuadEthernet board)Jason Wright
1998-10-19Garbage collect an unused variable.Jason Wright
1998-10-16revert pmax machdep.c too (Warner missed this one)Todd C. Miller
1998-10-15Back out PEFO's trap change. It breaks everybody, it seems.imp
1998-10-15shrink ramdisk filesystemTheo de Raadt
1998-10-14o include ch.h so that NCH is definedimp
o spell ksyms with with two s's
1998-10-14openfirmware root was moved to attach at mainbus some time back, thisDale S. Rahn
config file was missed when that change was made.
1998-10-14pretty print messageTheo de Raadt
1998-10-12While It would be a really nice thing to have nested interrupts,Dale S. Rahn
getting all of the complexities captured in the code before release is not going to be possible, maybe after release this will be fixed. Regressing to 1.8 (version before allowing nested interrupts).
1998-10-11When copying several lines from one file to another, do not delete the linesDale S. Rahn
from the first file. (the last commit of this file had several lines missing.)
1998-10-10add tl(4) ethernet driverTheo de Raadt
1998-10-10Sync with FreeBSD; add ioctls.Jason Downs
1998-10-10Merged versions of GENERIC and MIX as well as RAMDISK and RAMDISKMIX.Dale S. Rahn
1998-10-09APERTURE, ed0 -> ne0, new audiokstailey
1998-10-09slight further tweakTheo de Raadt
1998-10-09tweak spacing of cache information printingTheo de Raadt
1998-10-09These installation instruction were so out of date that they wereDale S. Rahn
worse than useless.
1998-10-09Update to current state of powerpc port.Dale S. Rahn
1998-10-09Turn off all "counter expired" interrupts (missed defer-counter expired counter)Jason Wright
1998-10-09Support nested interrupts for the powerpc interrupt controller.Dale S. Rahn
1998-10-09Functions to enable and disable interrupts, instead of spreading asm codeDale S. Rahn
through the drivers. Ok, it would not be too bad to have it an inlined function in a header file, but it is not that bad.
1998-10-09PCI io space starts at 0x80000000 not 16MB added to that address, whenDale S. Rahn
referring to the offset specified in the pci base address config register.
1998-10-09Workaround for wscons support, this is how this was done on alpha,Dale S. Rahn
we really should fix the config args of the wscons code.
1998-10-09requesting tty and net soft interrupts does not mean requesting a clockDale S. Rahn
soft interrupt.
1998-10-07Fix trigger level initializations; fixes mouse for XFree86.Jason Downs