aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* Lots of changes, including:Doug Rabson1998-08-104-5/+44
* Add some more useful macros.Doug Rabson1998-08-071-1/+7
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willDoug Rabson1998-08-065-3/+8
* 1. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA1998-08-031-2/+10
* Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces.Doug Rabson1998-07-311-1/+9
* Change load address to 0xfffffc0000300000 to help support AS200.Doug Rabson1998-07-301-2/+2
* Macros for accessing alpha sparse device ports and memory.Doug Rabson1998-07-271-0/+67
* Add sio support.Doug Rabson1998-07-222-2/+13
* Add platform functions for manipulating PCI irqs.Doug Rabson1998-07-221-0/+3
* Add declaration of {aquire,release}_timer2().Doug Rabson1998-07-221-1/+3
* Add macros and chipset support for accessing device i/o memory on the alpha.Doug Rabson1998-07-222-2/+34
* Make ptrace work.Doug Rabson1998-07-152-2/+13
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-8/+6
* Overhaul the spl system so that it actually works properly.Doug Rabson1998-07-124-8/+8
* Implement intr_create/intr_connect.Doug Rabson1998-07-121-1/+8
* Implement promcncheckc.Doug Rabson1998-07-121-1/+1
* Add some generic interrupt dispatch code.Doug Rabson1998-07-121-113/+35
* Oops, forgot to modify the pointer-int typedefs from the i386 version.Bruce Evans1998-07-101-3/+3
* Added a kernel-only typedef (ptrint_t) giving an integral type that isBruce Evans1998-07-101-1/+7
* Add the ability to suspend as well as hibernate to the system. ThisWarner Losh1998-07-061-1/+3
* Add support for kernel gdb.Doug Rabson1998-07-051-1/+1
* Add macros for byte/word sized load and store instructions.Doug Rabson1998-07-051-0/+76
* Add declaration of the NetBSD/alpha bootinfo.Doug Rabson1998-07-051-0/+59
* Make breakpoints and single-step work.Doug Rabson1998-06-281-4/+14
* Add a macro for testing the e_machine field of Elf64_Ehdr.Doug Rabson1998-06-281-1/+3
* Make uoff_t compile.Doug Rabson1998-06-271-2/+2
* The isa device configuration hook was especially useless here.Bruce Evans1998-06-171-11/+0
* Reviewed by: AmancioAmancio Hasty1998-06-141-1/+5
* Added uoff_t.Bruce Evans1998-06-141-1/+5
* [Add missing files from previous commit]Doug Rabson1998-06-141-0/+52
* Major changes to the generic device framework for FreeBSD/alpha:Doug Rabson1998-06-143-14/+14
* Reimplement spl*() as function calls. Implement software interrupts.Doug Rabson1998-06-111-35/+28
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-1027-158/+2201
* libtcl expects to see ieeefp.h definitions through this header.John Birrell1998-05-131-0/+2
* Add vm_ooffset_t and vm_pindex_t that FreeBSD uses (but NetBSD doesn't).John Birrell1998-03-231-1/+3
* Updates to reflect differences in what NetBSD does and what FreeBSDJohn Birrell1998-03-093-3/+25
* Import NetBSD/Alpha headers needed to get the FreeBSD userland to compileJohn Birrell1998-03-0914-0/+1241
* Add display of type KD_PIXEL.Poul-Henning Kamp1998-02-121-1/+2
* Fixed conflicts between <machine/console.h> and <machine/pcvt_ioctl.h>,Bruce Evans1998-02-031-16/+24
* Suggested by: bdeJohn Birrell1998-01-201-1/+12
* Add a machine dependent header to size the jmpbuf instead of pilingJohn Birrell1998-01-101-0/+35
* PAL codes needed for asm.hJohn Birrell1998-01-101-0/+93
* Header files which are linked from /usr/include to /usr/include/machine.John Birrell1998-01-106-1/+881
* These are a few of the alpha machine dependent header files - the firstJohn Birrell1998-01-1011-0/+1419
* Added accent (dead) key support to syscons and kbdcontrol.Kazutaka YOKOTA1998-01-071-1/+37
* - Add support for the following mice to psm/moused/sysmouse:Kazutaka YOKOTA1997-12-072-50/+142
* Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneKazutaka YOKOTA1997-10-191-2/+2
* Add a new keyboard mode K_CODE. Returns a single byte for each keySøren Schmidt1997-10-011-1/+2
* Always defines macros for PC-98 display.KATO Takenori1997-09-041-12/+6
* Yeah I'm back hacking syscons !!Søren Schmidt1997-08-081-1/+5