summaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to specify where on the at_shutdown queue a handler isMike Smith1998-10-301-2/+1
* Typo fix.Peter Wemm1998-10-141-2/+2
* Initial attempt to update the Alpha loader and kernel to use the machinePeter Wemm1998-10-141-2/+8
* Bring in _BSD_UINT8_T_, _BSD_UINT16_T_, and _BSD_UINT32_T from the i386Alexander Langer1998-10-121-1/+4
* Add functions for accessing dense and bwx memory for pci devices. TheseDoug Rabson1998-10-061-1/+8
* Add support for adjkerntz (largely untested).Doug Rabson1998-10-062-3/+10
* Start using the new SWI registration system instead of hardwiring everything.Doug Rabson1998-09-261-1/+3
* Automatically detect which disk was booted and change the root to that disk.Doug Rabson1998-09-261-1/+3
* Add splsoftvm().Doug Rabson1998-09-191-1/+2
* Merge with the latest i386 syscons.Doug Rabson1998-09-173-6/+259
* Add cam spls.Doug Rabson1998-09-161-1/+3
* Port i386 bus_space and bus_dma to alpha.Doug Rabson1998-09-163-454/+1063
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()John Polstra1998-09-141-1/+7
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These giveJohn Polstra1998-09-141-1/+3
* Add a new library function getobjformat(). It checks all theJohn Polstra1998-09-091-1/+8
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-0/+77
* Use address space numbers to reduce TLB flushes.Doug Rabson1998-08-231-1/+4
* Add Miata system type and pull in the LOCATE_PCS macro from NetBSD.Doug Rabson1998-08-171-0/+4
* Add breakpoint() for BREAK_TO_DEBUGGER.Doug Rabson1998-08-171-1/+11
* Update to use elf_generic.h.Doug Rabson1998-08-171-1/+6
* 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