aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-2660-60/+60
* MFC: taskqueue api.Doug Rabson2000-07-181-1/+4
* MFC: Add support for the Alpha Processor, Inc. UP1000 system.Matt Jacob2000-07-043-0/+15
* MFC(1.7): (infrastructure for) ppc driver on alphaMatt Jacob2000-07-041-0/+14
* MFC: Support the OHCI controller's IRQ mapping on newer Alpha's.John Baldwin2000-06-071-0/+6
* MFC enough to make the alpha kernel compile again after SMP and random MFCs.Andrew Gallatin2000-05-241-3/+2
* MFC 1.12, one step toward making a RELENG_4 kernel compileAndrew Gallatin2000-05-241-2/+2
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-0/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-021-0/+10
* MFC: make SYSVSHM limits arbitarily configurable via sysctl after bootPeter Wemm2000-04-021-8/+0
* MFC: Add prototype from promcnattach.Matt Jacob2000-03-271-0/+1
* MFC: add support for more mice (psm.c 1.24, i386/include/mouse.h 1.16,Kazutaka YOKOTA2000-03-211-4/+44
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-96/+0
* Patches that eliminate extra context switches in FIFO case.Peter Dufault2000-03-021-2/+3
* * Fix the memory probing code so that it sees all memory clusters, notDoug Rabson2000-02-291-4/+0
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-1/+6
* Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. ThisBruce Evans2000-02-171-6/+0
* Add functions which allow i/o memory to be accessed without forcing aDoug Rabson2000-02-121-0/+19
* Fix breakage from last commit- macro was broken. I appreciate theMatt Jacob2000-01-161-2/+2
* The kernel side of per-process unaligned access control (printing, fixing &Andrew Gallatin2000-01-162-0/+7
* 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-35/+268
* 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