summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2000-11-16initial support for 21264 systems.Eric Jackson
from NetBSD.
2000-11-16configure vga, mouse and keyboard's once again. Currently only on eb164.Eric Jackson
others soon. Some of this from NetBSD.
2000-11-16configure vga console, keyboard and mouse once again. support coming soon.Eric Jackson
2000-11-15Point to the right variable for ktraceNathan Binkert
2000-11-13Address the i8042 keyboard controller registers as offsets from IO_KBD; fromAaron 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-13typoNiklas Hallqvist
2000-11-13Do not use PG_N on "real" 386es as it does not exist there; from NetBSDNiklas Hallqvist
2000-11-11pci portion of eb164 support. from NetBSDEric Jackson
2000-11-11Add bus_space_barrier code to powerpc bus.h. This portion of theDale 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-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
traced proc. The vnode is in the proc and all functions need the proc.
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-10Adaptec "FSA" RAID driverNiklas Hallqvist
2000-11-10No ioasic on model 240Miod Vallat
2000-11-09zap old file.Artur Grabowski
2000-11-09zap dead files.Artur Grabowski
2000-11-09Argh, repair CFLAGS.Miod Vallat
2000-11-09Do not use vm_pmap anymore. Requested by art@Miod Vallat
2000-11-08Zap dead files.Artur Grabowski
2000-11-08no need to extern booted_device everywhere.Artur Grabowski
2000-11-08extern struct device *booted_deviceArtur Grabowski
2000-11-08tag the rest of alpha treeEric Jackson
2000-11-08add tagsEric Jackson
2000-11-08add tagsEric Jackson
2000-11-08betterer pmap_kenter_pa() mostly from Havard Eidnes <he@runit.sintef.no>Michael Shalayeff
2000-11-08use net/netisr_dispatch.hMichael Shalayeff
2000-11-08Add back the isp driver. It only works on some machines right now,Artur Grabowski
but will work on all soon.
2000-11-08Add support for Miata.Artur Grabowski
Not checked if the ramdisk will fit on a floppy.
2000-11-08Merge 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-08Remove kernel configs that will stop working soon.Artur Grabowski
2000-11-08Code that I will forget to change when I convert pmax to UVM.Artur Grabowski
Better to commit it now.
2000-11-08Use netisr_dispatch.Artur Grabowski
2000-11-08Don't busy-wait for random data.Artur Grabowski
Remove unnecessary splhigh.
2000-11-08Enable UVM by default.Artur Grabowski
2000-11-08Some fixes to vmapbuf and vunmapbuf.Artur Grabowski
Mostly from NetBSD.
2000-11-08Fixes to submap allocation.Artur Grabowski
2000-11-08Use netisr_dispatch.hArtur Grabowski
2000-11-07Use cc -xassembler-with-cpp instead of cpp | asArtur Grabowski
2000-11-07AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.orgMichael Shalayeff
2000-11-07Cleanup ctx_free wrt. 4m vs. 4c.Artur Grabowski
plus some other minor cleanups.
2000-11-07Cleanup some ifdefs in the powerdown code.Artur Grabowski
2000-11-07Race 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-06tabs vs spacesMichael Shalayeff
2000-11-05Update to reflect closer to reality. and current direction for the port.Dale Rahn
2000-11-05Changes 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-31rename pcibios.h to pcibiosvar.hTheo de Raadt
2000-10-31Trim the fat, needs testing.Todd C. Miller
2000-10-31ramdisk support for vax.Hugh Graham
2000-10-27Put dc(4) cardbus attachment on floppyC, too.Aaron Campbell
2000-10-27and angry dwarfs came on to meMichael Shalayeff
2000-10-27more precise BUFCACHEPERCENT calculations.Michael Shalayeff
from gluk@ptci.ru; deraadt@ and niklas@ ok