summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
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
2000-11-16allow the console to attach on the rest of the alpha's we support.Eric Jackson
2000-11-16revert previous commit which didnt compileEric Jackson
2000-11-16update for recent conf/files updateEric Jackson
2000-11-16initial support for 21264 systems.Eric Jackson
2000-11-16configure vga, mouse and keyboard's once again. Currently only on eb164.Eric Jackson
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
2000-11-11pci portion of eb164 support. from NetBSDEric Jackson
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-09zap old file.Artur Grabowski
2000-11-09zap dead files.Artur Grabowski
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