aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Machine dependant relocations for KLD.Doug Rabson1998-09-111-0/+111
* Add a new library function getobjformat(). It checks all theJohn Polstra1998-09-091-1/+8
* Device framework code now declared in MI code.Doug Rabson1998-09-072-32/+29
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-041-27/+27
* Make SimOS work again.Doug Rabson1998-09-041-38/+57
* Make this build even if sio is not in the kernel.Doug Rabson1998-09-041-1/+7
* Initial support for using linux X servers under emulation - to use anJordan K. Hubbard1998-08-311-1/+15
* Remove some duplicated devices.Doug Rabson1998-08-302-26/+4
* Add atomic.s.Doug Rabson1998-08-241-1/+2
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-242-0/+309
* Use address space numbers to reduce TLB flushes.Doug Rabson1998-08-233-86/+198
* Remove bogus unused code.Doug Rabson1998-08-221-17/+1
* Add BREAK_TO_DEBUGGER so that config stops whiningGary Palmer1998-08-211-1/+3
* Add support for TurboChannel alphas (DEC 3000/300 and 3000/500).Doug Rabson1998-08-2033-11/+8754
* 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
* Disable some unnecessary debugging code.Doug Rabson1998-08-171-3/+6
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-4/+4
* I managed to break sparse configuration accesses with my last commit.Doug Rabson1998-08-131-3/+3
* Add code from NetBSD to print CIA capabilities and try to detect Pyxis bugs.Doug Rabson1998-08-111-2/+141
* Sync with i386/isa/diskslice_machdep.c 1.31.Doug Rabson1998-08-111-4/+7
* Lots of changes, including:Doug Rabson1998-08-1030-82/+2344
* Add support for type1 pci configuration cycles for cia (not pyxis yet).Doug Rabson1998-08-071-26/+61
* Add some more useful macros.Doug Rabson1998-08-071-1/+7
* Update so that it should build a working kernel for the platforms supportedDoug Rabson1998-08-072-16/+54
* Tweaks to console support.Doug Rabson1998-08-071-31/+22
* 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
* Cosmetic change to driver registration.Doug Rabson1998-07-313-6/+6
* Only perform byte/word accesses in the correct EV56 memory space.Doug Rabson1998-07-311-78/+69
* Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces.Doug Rabson1998-07-311-1/+9
* Merge with i386/isa/diskslice_machdep.c 1.30Doug Rabson1998-07-311-32/+14
* Change load address to 0xfffffc0000300000 to help support AS200.Doug Rabson1998-07-303-5/+5
* Remove spurious printf.Doug Rabson1998-07-301-2/+1
* Fix msgbuf so that it actually works properly.Doug Rabson1998-07-292-22/+3
* Fixed print format errors.Bruce Evans1998-07-291-4/+5
* Fixed printf format errors.Bruce Evans1998-07-291-9/+11
* Record the new physical address of the pcb in pmap_swapin_proc.Doug Rabson1998-07-281-11/+18
* Macros for accessing alpha sparse device ports and memory.Doug Rabson1998-07-271-0/+67
* Support the disabled keyword for isa devices.Doug Rabson1998-07-271-2/+8
* Fix a stupid bug preventing gdb from seeing the right value of 'v0'.Doug Rabson1998-07-261-2/+2
* Fix a stupid bug in the new pmap_remove().Doug Rabson1998-07-261-4/+20
* Fix pmap_enter_quick() to stop it hanging when the level 2 pte existsDoug Rabson1998-07-241-7/+28
* Add ISA support.Doug Rabson1998-07-221-6/+7
* Add some convenience functions for accessing device memory.Doug Rabson1998-07-221-2/+88
* Merge KN20AA support from Andrew Gallatin.Doug Rabson1998-07-221-31/+320
* Move the mcclock from root to isa.Doug Rabson1998-07-221-7/+10
* Add a simple ISA bus. No support for memory mapped devices or DMA as yet.Doug Rabson1998-07-221-0/+318
* Add sio support.Doug Rabson1998-07-222-2/+13