summaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add SPLASSERT() macro. SPLASSERT() compiles to a no-opJonathan M. Bresler2000-01-161-0/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2918-36/+37
* inline spl functions.Andrew Gallatin1999-11-291-17/+62
* Implement inline assembler wrappers for PALcode calls and for alphaDoug Rabson1999-11-291-34/+267
* Zap some latent problems hidden by differences between KERNEL and _KERNEL.Peter Wemm1999-11-226-37/+4
* Add MOUSE_MSC_MAXBUTTON and MOUSE_IF_USB.Nick Hibma1999-11-221-0/+2
* Properly attribute interrupt time on alpha. Previously, interrupt timeAndrew Gallatin1999-11-191-5/+2
* Re-organise the code which manages the owner of the FP state (fpcurproc).Doug Rabson1999-11-101-0/+4
* useracc() the prequel:Poul-Henning Kamp1999-10-291-0/+2
* * Implement bus_set/get/delete_resource for pci.Doug Rabson1999-10-141-2/+0
* Don't include <machine/frame.h>.Doug Rabson1999-10-081-2/+0
* Re-introduction of sigcontext.Marcel Moolenaar1999-10-043-11/+50
* sigset_t change (part 3 of 5)Marcel Moolenaar1999-09-293-2/+95
* bdbtofsb() appears to have been unused for quite some time, if ever.Peter Wemm1999-09-261-8/+0
* Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannotMatthew Dillon1999-09-221-5/+0
* Change default block size for user VBLK device access from 2K to PAGE_SIZEMatthew Dillon1999-09-221-1/+8
* This file was never used and appears to be a leftover from the NetBSDDoug Rabson1999-09-201-45/+0
* Don't install stubs, make a compat symlink at buildworld time.Peter Wemm1999-09-041-6/+0
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>Doug Rabson1999-09-041-0/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2856-56/+56
* Add definitions for Interlink VersaPad.Kazutaka YOKOTA1999-08-171-1/+25
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-108/+0
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-281-5/+7
* * Restore register correctly.Hidetoshi Shimokawa1999-07-162-7/+27
* Improve Logitech MouseMan+ protocol support.Kazutaka YOKOTA1999-07-121-1/+4
* Add in dbregs stubs that a committer for changes on the i386 ought to have done.Matt Jacob1999-07-091-1/+8
* Improve compatibility with other systems by changing the defaultWarner Losh1999-07-031-1/+10
* Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()Peter Wemm1999-07-011-1/+6
* Declare busdma_swi() like on i386 version.Peter Wemm1999-07-011-1/+2
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-222-634/+16
* * Implement ISA dma (only for CIA now but more chipsets to follow).Doug Rabson1999-06-054-4/+186
* Add support for the DEC_ST6600 family of alphas. This includes theAndrew Gallatin1999-05-261-0/+1
* Allow chipset drivers to specify the direct-mapped DMA window's mask inAndrew Gallatin1999-05-261-1/+9
* Add support for multiple PCI "hoses" used on various alpha platforms.Andrew Gallatin1999-05-201-7/+7
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.Dmitrij Tejblum1999-04-231-2/+1
* Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)Dmitrij Tejblum1999-04-201-2/+2
* alpha/include/param.h: #define NCPUS 1Dmitrij Tejblum1999-04-202-7/+4
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-163-9/+37
* Don't define NMBCLUSTERS here.Hidetoshi Shimokawa1999-04-111-8/+1
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-031-2/+2
* Remove trigraph.Doug Rabson1999-03-281-2/+2
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-101-2/+4
* Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH ifWarner Losh1999-03-011-1/+9
* Introduce machine-dependent macro pgtok() to convert page count to numberLuoqi Chen1999-02-191-1/+3
* Fix typo in comment.John Polstra1999-02-191-2/+2
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"John Polstra1999-02-071-1/+13
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-25/+26
* Added a hopefully-machine-independent macro for determining if aBruce Evans1999-02-021-1/+3
* Update the alpha port to use the new syscons.Doug Rabson1999-01-232-20/+95
* A couple more osf/1 compat tweaks.Doug Rabson1999-01-121-1/+2