summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Initial support for using linux X servers under emulation - to use anjkh1998-08-311-1/+15
* Remove some duplicated devices.dfr1998-08-302-26/+4
* Add atomic.s.dfr1998-08-241-1/+2
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-242-0/+309
* Use address space numbers to reduce TLB flushes.dfr1998-08-233-86/+198
* Remove bogus unused code.dfr1998-08-221-17/+1
* Add BREAK_TO_DEBUGGER so that config stops whininggpalmer1998-08-211-1/+3
* Add support for TurboChannel alphas (DEC 3000/300 and 3000/500).dfr1998-08-2033-11/+8754
* Add Miata system type and pull in the LOCATE_PCS macro from NetBSD.dfr1998-08-171-0/+4
* Add breakpoint() for BREAK_TO_DEBUGGER.dfr1998-08-171-1/+11
* Update to use elf_generic.h.dfr1998-08-171-1/+6
* Disable some unnecessary debugging code.dfr1998-08-171-3/+6
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-4/+4
* I managed to break sparse configuration accesses with my last commit.dfr1998-08-131-3/+3
* Add code from NetBSD to print CIA capabilities and try to detect Pyxis bugs.dfr1998-08-111-2/+141
* Sync with i386/isa/diskslice_machdep.c 1.31.dfr1998-08-111-4/+7
* Lots of changes, including:dfr1998-08-1030-83/+2345
* Add support for type1 pci configuration cycles for cia (not pyxis yet).dfr1998-08-071-26/+61
* Add some more useful macros.dfr1998-08-071-1/+7
* Update so that it should build a working kernel for the platforms supporteddfr1998-08-072-16/+54
* Tweaks to console support.dfr1998-08-071-31/+22
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willdfr1998-08-065-3/+8
* 1. Reorganized screen saver related code so that both the LKM screenyokota1998-08-031-2/+10
* Cosmetic change to driver registration.dfr1998-07-313-6/+6
* Only perform byte/word accesses in the correct EV56 memory space.dfr1998-07-311-78/+69
* Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces.dfr1998-07-311-1/+9
* Merge with i386/isa/diskslice_machdep.c 1.30dfr1998-07-311-32/+14
* Change load address to 0xfffffc0000300000 to help support AS200.dfr1998-07-303-5/+5
* Remove spurious printf.dfr1998-07-301-2/+1
* Fix msgbuf so that it actually works properly.dfr1998-07-292-22/+3
* Fixed print format errors.bde1998-07-291-4/+5
* Fixed printf format errors.bde1998-07-291-9/+11
* Record the new physical address of the pcb in pmap_swapin_proc.dfr1998-07-281-11/+18
* Macros for accessing alpha sparse device ports and memory.dfr1998-07-271-0/+67
* Support the disabled keyword for isa devices.dfr1998-07-271-2/+8
* Fix a stupid bug preventing gdb from seeing the right value of 'v0'.dfr1998-07-261-2/+2
* Fix a stupid bug in the new pmap_remove().dfr1998-07-261-4/+20
* Fix pmap_enter_quick() to stop it hanging when the level 2 pte existsdfr1998-07-241-7/+28
* Add ISA support.dfr1998-07-221-6/+7
* Add some convenience functions for accessing device memory.dfr1998-07-221-2/+88
* Merge KN20AA support from Andrew Gallatin.dfr1998-07-221-31/+320
* Move the mcclock from root to isa.dfr1998-07-221-7/+10
* Add a simple ISA bus. No support for memory mapped devices or DMA as yet.dfr1998-07-221-0/+318
* Add sio support.dfr1998-07-222-2/+13
* Add platform functions for manipulating PCI irqs.dfr1998-07-221-0/+3
* Add declaration of {aquire,release}_timer2().dfr1998-07-221-1/+3
* Add macros and chipset support for accessing device i/o memory on the alpha.dfr1998-07-222-2/+34
* Add KN20AA support.dfr1998-07-222-6/+26
* Tweaks to stop config(8) warnings and to avoid an unfinished experiment ofdfr1998-07-221-3/+3
* Support header for sysbeep() implementation.dfr1998-07-221-0/+110
OpenPOWER on IntegriCloud