summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
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
2000-11-08add tagsEric Jackson
2000-11-08add tagsEric Jackson
2000-11-08Add back the isp driver. It only works on some machines right now,Artur Grabowski
2000-11-08Add support for Miata.Artur Grabowski
2000-11-08Merge in big portions of the improvements NetBSD did to their alpha port.Artur Grabowski
2000-11-08Remove kernel configs that will stop working soon.Artur Grabowski
2000-11-07Use cc -xassembler-with-cpp instead of cpp | asArtur Grabowski
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-09cleanup so these might be useable soon. and add WSEMUL_VT100.Eric Jackson
2000-08-31re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.hEric Jackson
2000-08-12use osf sigcode for compat_osf1Eric Jackson
2000-08-12add osf1 specific sigcode, from NetBSDEric Jackson
2000-08-04enable sfb/cfb/tga and compat_osf1. make it compile without mods.Eric Jackson
2000-08-04convert sfb and cfb to use new wscons; from NetBSD.Eric Jackson
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller