summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-30This file was just a placeholder required for kern_exit_43.c to compile.Miod Vallat
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-04Two new sysctls in the chipset tree.Artur Grabowski
2001-11-04Add alpha_ldlu and alpha_stl.Artur Grabowski
2001-10-26First cut at a port of isadma and floppy driver. ok art@Nathan Binkert
2001-09-30Generic soft interrupts from NetBSD plus some minor cleanups.Artur Grabowski
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-01Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) andJason Wright
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-11remove some old cruft.Artur Grabowski
2001-07-09Make quad types on alpha be "long long" not "long". This means thatTodd C. Miller
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-26More chipset info needed by X.Artur Grabowski
2001-06-26Provide some chipset information to usreland through sysctl.Artur Grabowski
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-05-31Relocation types on alpha.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-04-12Remove a bogus __attribute__ ((unused)) from _splraise.Artur Grabowski
2001-03-16Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again.Artur Grabowski
2001-03-16Some more pmap improvements from NetBSD.Artur Grabowski
2001-03-16Implement pmap_growkernel. From NetBSD.Artur Grabowski
2001-03-04Revert to our old traceback code, with heuristic argument printout.Niklas Hallqvist
2001-03-03Lower NKMEMCLUSTERS by a factor of 2 from 32768*1024/NBPG to 16384*1024/NBPG.Todd C. Miller
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-02-27crank NKMEMCLUSTERS fron 4MB to 32MB.Artur Grabowski
2001-02-13remove a file that should have been gone long ago.Eric Jackson
2001-02-12Remove duplicate definition of badaddr.Artur Grabowski
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-20machine/alpha.h is only included in cpu.h and the name givesArtur Grabowski
2001-01-16Fix ELF64_MACHDEP_ID_CASESArtur Grabowski
2001-01-16Don't define __indr_reference for ELF.Artur Grabowski
2001-01-15Use __STRING() macro instead of manually trying to do the same thing.Artur Grabowski
2001-01-15'implement' bus_space_write_raw_region_{2,4}.Artur Grabowski
2001-01-15Need a declaration for netbsd_sendisg.Artur Grabowski
2000-12-15Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE}Artur Grabowski
2000-12-14native ELF and ELF for nlistArtur Grabowski
2000-11-24PAGE_SIZE on alpha is 8192 thus PAGE_SHIFT should be 13, not 12.Todd C. Miller
2000-11-19PAGE_SIZE (and friends) does not change on alpha.Artur Grabowski
2000-11-16configure vga, mouse and keyboard's once again. Currently only on eb164.Eric Jackson
2000-11-09zap dead files.Artur Grabowski
2000-11-08extern struct device *booted_deviceArtur Grabowski