Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-30 | use ld.script, cleanup | Michael Shalayeff | |
1998-10-30 | add ld script | Michael Shalayeff | |
1998-10-30 | support booting from disk in raw LIF mode | Michael Shalayeff | |
1998-10-30 | thinko | Michael Shalayeff | |
1998-10-30 | don't call INIT code since that seems | Michael Shalayeff | |
to confuse older boxens IODC code. | |||
1998-10-30 | cleanup | Michael Shalayeff | |
1998-10-30 | cleanup | Michael Shalayeff | |
1998-10-30 | cleanup | Michael Shalayeff | |
1998-10-30 | remove unused definitions, cleanup | Michael Shalayeff | |
1998-10-30 | USERMODE() and FRAME_PC definitions | Michael Shalayeff | |
1998-10-30 | add some protos and defines | Michael Shalayeff | |
1998-10-30 | no dca (which is com), add fd | Michael Shalayeff | |
1998-10-30 | populate futher w/ structs and function declarations | Michael Shalayeff | |
1998-10-30 | generated from cpudevs | Michael Shalayeff | |
1998-10-30 | fix 725/50 model type | Michael Shalayeff | |
shorter ASP description still not known how to deal w/ the cpu sv number... | |||
1998-10-30 | some ddb interface | Michael Shalayeff | |
1998-10-30 | some generic swap | Michael Shalayeff | |
1998-10-30 | some mainbus | Michael Shalayeff | |
1998-10-29 | more cpus and devices | Michael Shalayeff | |
1998-10-29 | fix pdccngetc() input handling | Michael Shalayeff | |
1998-10-24 | make 8mb installs work | Theo de Raadt | |
1998-10-21 | The qec global reset should only be allowed to happen once per qec card, not | Jason Wright | |
once per channel init. | |||
1998-10-20 | o Only read the per-channel status reg if the global int mask says something | Jason Wright | |
interesting happened. o Base all interrupt decisions on per-channel status reg. | |||
1998-10-19 | Use register definitions from AMD databook. | Jason Wright | |
1998-10-19 | qec+qe support & OpenBSD tags for everyone | Jason Wright | |
1998-10-19 | Support for the qec+qe (SBus QuadEthernet board) | Jason Wright | |
1998-10-19 | Garbage collect an unused variable. | Jason Wright | |
1998-10-16 | revert pmax machdep.c too (Warner missed this one) | Todd C. Miller | |
1998-10-15 | Back out PEFO's trap change. It breaks everybody, it seems. | imp | |
1998-10-15 | shrink ramdisk filesystem | Theo de Raadt | |
1998-10-14 | o include ch.h so that NCH is defined | imp | |
o spell ksyms with with two s's | |||
1998-10-14 | openfirmware root was moved to attach at mainbus some time back, this | Dale S. Rahn | |
config file was missed when that change was made. | |||
1998-10-14 | pretty print message | Theo de Raadt | |
1998-10-12 | While 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-11 | When copying several lines from one file to another, do not delete the lines | Dale S. Rahn | |
from the first file. (the last commit of this file had several lines missing.) | |||
1998-10-10 | add tl(4) ethernet driver | Theo de Raadt | |
1998-10-10 | Sync with FreeBSD; add ioctls. | Jason Downs | |
1998-10-10 | Merged versions of GENERIC and MIX as well as RAMDISK and RAMDISKMIX. | Dale S. Rahn | |
1998-10-09 | APERTURE, ed0 -> ne0, new audio | kstailey | |
1998-10-09 | slight further tweak | Theo de Raadt | |
1998-10-09 | tweak spacing of cache information printing | Theo de Raadt | |
1998-10-09 | These installation instruction were so out of date that they were | Dale S. Rahn | |
worse than useless. | |||
1998-10-09 | Update to current state of powerpc port. | Dale S. Rahn | |
1998-10-09 | Turn off all "counter expired" interrupts (missed defer-counter expired counter) | Jason Wright | |
1998-10-09 | Support nested interrupts for the powerpc interrupt controller. | Dale S. Rahn | |
1998-10-09 | Functions to enable and disable interrupts, instead of spreading asm code | Dale 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-09 | PCI io space starts at 0x80000000 not 16MB added to that address, when | Dale S. Rahn | |
referring to the offset specified in the pci base address config register. | |||
1998-10-09 | Workaround 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-09 | requesting tty and net soft interrupts does not mean requesting a clock | Dale S. Rahn | |
soft interrupt. | |||
1998-10-07 | Fix trigger level initializations; fixes mouse for XFree86. | Jason Downs | |