summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2001-02-03New timeouts.Artur Grabowski
2001-02-03Don't define ECOFF_COMPAT. We're ELF.Artur Grabowski
2001-02-01Adapt to recent wscons changes.Artur Grabowski
2001-02-01pckbc_isa seems to have moved to files.isaArtur Grabowski
2001-01-27these will be for additional floppies, and CD bsd.rdTheo de Raadt
2001-01-27APERTURE?? on alpha?Theo de Raadt
2001-01-25spellingTodd T. Fries
2001-01-24Not killing an application when the application does something wrongArtur Grabowski
2001-01-23build boot with -OsArtur Grabowski
2001-01-23floppy configuration that works.Artur Grabowski
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-22gc NATIVE_ELF - not used any more and should not be set here anyway.Artur Grabowski
2001-01-22need wskbdArtur Grabowski
2001-01-21UVM and PMAP_NEW are required.Artur Grabowski
2001-01-20machine/alpha.h is only included in cpu.h and the name givesArtur Grabowski
2001-01-20No need to include machine/alpha.hArtur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-18Remove some commented out stuff that will never be enabled.Artur Grabowski
2001-01-16Use objcopy to build the bootblocks instead of a hairy dd.Artur Grabowski
2001-01-16First shot at loading elf symbols. Not sure yet if it works correctly.Artur Grabowski
2001-01-16Fix ELF64_MACHDEP_ID_CASESArtur Grabowski
2001-01-16Fix cross-builds of the kernel. (ELF only).Artur Grabowski
2001-01-16Don't define __indr_reference for ELF.Artur Grabowski
2001-01-15We boot elf and ecoff. Add the appropriate defines.Artur Grabowski
2001-01-15Some ECOFF ifdefs and various fixes.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
2001-01-15enable COMPAT_NETBSDArtur Grabowski
2001-01-15Make this work with new alpha code.Artur Grabowski
2001-01-15define the constants that COMPAT_NETBSD code needs in locoreArtur Grabowski
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
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-12-14Enable loading of ELF kernels.Artur Grabowski
2000-12-14First shot at making ELF compile.Artur Grabowski
2000-12-11Some alphas have USBNathan Binkert
2000-12-11Add a whole slew of drivers to the Alpha GENERIC. These all compileNathan Binkert
2000-11-26alpha clock fixes from NetBSDTodd C. Miller
2000-11-25OpenBSD tagArtur Grabowski
2000-11-25pull in cy82c693 for sio and pcebArtur Grabowski
2000-11-25Use the common cy82c693 access functions.Artur Grabowski
2000-11-24PAGE_SIZE on alpha is 8192 thus PAGE_SHIFT should be 13, not 12.Todd C. Miller
2000-11-19Add in pciide.Todd C. Miller
2000-11-19Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can findTodd C. Miller
2000-11-19PAGE_SIZE (and friends) does not change on alpha.Artur Grabowski
2000-11-19More sane setting of page size.Artur Grabowski
2000-11-18allow this to compile without COMPAT_OSF1Eric Jackson