Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-16 | initial support for 21264 systems. | Eric Jackson | |
from NetBSD. | |||
2000-11-16 | configure vga, mouse and keyboard's once again. Currently only on eb164. | Eric Jackson | |
others soon. Some of this from NetBSD. | |||
2000-11-16 | configure vga console, keyboard and mouse once again. support coming soon. | Eric Jackson | |
2000-11-15 | Point to the right variable for ktrace | Nathan Binkert | |
2000-11-13 | Address the i8042 keyboard controller registers as offsets from IO_KBD; from | Aaron Campbell | |
NetBSD. This will ease the pain when we bring in the pckbc MI keyboard driver to be used for wscons/i386 and wscons/alpha. | |||
2000-11-13 | typo | Niklas Hallqvist | |
2000-11-13 | Do not use PG_N on "real" 386es as it does not exist there; from NetBSD | Niklas Hallqvist | |
2000-11-11 | pci portion of eb164 support. from NetBSD | Eric Jackson | |
2000-11-11 | Add bus_space_barrier code to powerpc bus.h. This portion of the | Dale Rahn | |
bus interface was not previously implemented. This functionality is required for the latest USB changes. The bus_space_barrier does not perform any operation with this change, it expects that the device mappings will be performed with the Guard bit set which then should not require this forced sync. | |||
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski | |
traced proc. The vnode is in the proc and all functions need the proc. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-10 | Adaptec "FSA" RAID driver | Niklas Hallqvist | |
2000-11-10 | No ioasic on model 240 | Miod Vallat | |
2000-11-09 | zap old file. | Artur Grabowski | |
2000-11-09 | zap dead files. | Artur Grabowski | |
2000-11-09 | Argh, repair CFLAGS. | Miod Vallat | |
2000-11-09 | Do not use vm_pmap anymore. Requested by art@ | Miod Vallat | |
2000-11-08 | Zap dead files. | Artur Grabowski | |
2000-11-08 | no need to extern booted_device everywhere. | Artur Grabowski | |
2000-11-08 | extern struct device *booted_device | Artur Grabowski | |
2000-11-08 | tag the rest of alpha tree | Eric Jackson | |
2000-11-08 | add tags | Eric Jackson | |
2000-11-08 | add tags | Eric Jackson | |
2000-11-08 | betterer pmap_kenter_pa() mostly from Havard Eidnes <he@runit.sintef.no> | Michael Shalayeff | |
2000-11-08 | use net/netisr_dispatch.h | Michael Shalayeff | |
2000-11-08 | Add back the isp driver. It only works on some machines right now, | Artur Grabowski | |
but will work on all soon. | |||
2000-11-08 | Add support for Miata. | Artur Grabowski | |
Not checked if the ramdisk will fit on a floppy. | |||
2000-11-08 | Merge in big portions of the improvements NetBSD did to their alpha port. | Artur Grabowski | |
Highlights: UVM, PMAP_NEW, bus_dma (only on some buses for now), new hardware support, possiblity for ELF, etc, etc. Too much to mention. This is still work in progress. video consoles might be broken, otherwise we have basically the same functionality as before plus more. | |||
2000-11-08 | Remove kernel configs that will stop working soon. | Artur Grabowski | |
2000-11-08 | Code that I will forget to change when I convert pmax to UVM. | Artur Grabowski | |
Better to commit it now. | |||
2000-11-08 | Use netisr_dispatch. | Artur Grabowski | |
2000-11-08 | Don't busy-wait for random data. | Artur Grabowski | |
Remove unnecessary splhigh. | |||
2000-11-08 | Enable UVM by default. | Artur Grabowski | |
2000-11-08 | Some fixes to vmapbuf and vunmapbuf. | Artur Grabowski | |
Mostly from NetBSD. | |||
2000-11-08 | Fixes to submap allocation. | Artur Grabowski | |
2000-11-08 | Use netisr_dispatch.h | Artur Grabowski | |
2000-11-07 | Use cc -xassembler-with-cpp instead of cpp | as | Artur Grabowski | |
2000-11-07 | AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.org | Michael Shalayeff | |
2000-11-07 | Cleanup ctx_free wrt. 4m vs. 4c. | Artur Grabowski | |
plus some other minor cleanups. | |||
2000-11-07 | Cleanup some ifdefs in the powerdown code. | Artur Grabowski | |
2000-11-07 | Race conditions make it hard for us to know if the interrupt was for us. | Artur Grabowski | |
Return -1 instead of 0 if we did not service the interrupt. XXX - this is a horrible kludge, but should fix the stray interrupt problem that so many people have seen. | |||
2000-11-06 | tabs vs spaces | Michael Shalayeff | |
2000-11-05 | Update to reflect closer to reality. and current direction for the port. | Dale Rahn | |
2000-11-05 | Changes to print out size of L2 Cache for G4 and G3 machines. | Dale Rahn | |
It "configures" the cache, but it seemed to be configured by openfirmware previously. From NetBSD. | |||
2000-10-31 | rename pcibios.h to pcibiosvar.h | Theo de Raadt | |
2000-10-31 | Trim the fat, needs testing. | Todd C. Miller | |
2000-10-31 | ramdisk support for vax. | Hugh Graham | |
2000-10-27 | Put dc(4) cardbus attachment on floppyC, too. | Aaron Campbell | |
2000-10-27 | and angry dwarfs came on to me | Michael Shalayeff | |
2000-10-27 | more precise BUFCACHEPERCENT calculations. | Michael Shalayeff | |
from gluk@ptci.ru; deraadt@ and niklas@ ok |