aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Changed header sligthly.Søren Schmidt1994-09-292-4/+6
* First round of changes to get the sound code working in 2.0.David Greenman1994-09-271-2/+1
* Inlined ins/outs functions.David Greenman1994-09-251-7/+75
* Undo last change: the ins/outs functions DO NOT return a pointer!David Greenman1994-09-251-7/+7
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-4/+7
* Copied over the transfer speed definitions from sys/i386/isa/fdreg.h.Joerg Wunsch1994-09-251-1/+15
* Shuffled macros and definitions around to facilitate architectureDavid Greenman1994-09-241-110/+2
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernelDavid Greenman1994-09-231-2/+2
* Don't provide bogus source operands in some asms. This probably shouldn'tBruce Evans1994-09-201-17/+29
* Remove the alias splnone() for spl0(). It was used only once.Bruce Evans1994-09-201-3/+1
* resettodr() now exists, enable itAndrey A. Chernov1994-09-201-3/+1
* Replace `unsigned' by `u_int' so that it is not necessary to includeBruce Evans1994-09-181-6/+6
* Clean up #includes. <machine/spl.h> has to be included by almost everythingBruce Evans1994-09-181-5/+5
* Redo Kernel NTP PLL support, kernel side.Garrett Wollman1994-09-181-0/+49
* Updated driver to the 1.1.5 version:David Greenman1994-09-171-12/+19
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromDavid Greenman1994-09-161-6/+46
* Deal with outw being defined - the declaration clashes.Jordan K. Hubbard1994-09-161-1/+3
* CPU_ADJKERNTZ added for resettodtr()Andrey A. Chernov1994-09-161-2/+4
* Include pio.h so that all those drivers that only include cpufunc.hPaul Richards1994-09-151-1/+3
* Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.hPaul Richards1994-09-152-17/+12
* Added support for many more videomodes, including graphic modes up tilSøren Schmidt1994-09-151-14/+93
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemDavid Greenman1994-09-121-111/+7
* Change "asm" to "__asm" - makes it possible to compile code withGeoff Rehmet1994-09-101-6/+6
* Added the psm driver from 1.1.5.Doug Rabson1994-09-091-0/+44
* Quote the first arg to _IO(). Not quoting it didn't matter becauseBruce Evans1994-09-081-4/+5
* Get all the definitions from DEFS.h and not directly from asmacros.hBruce Evans1994-09-081-4/+12
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justBruce Evans1994-09-081-8/+6
* Improved some comments.David Greenman1994-09-042-4/+4
* Detect if we're running on a Cyrix 486DLC and enable automatic cachePaul Traina1994-09-042-2/+56
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().David Greenman1994-09-021-2/+2
* Got rid of some old, unused junk.David Greenman1994-09-011-26/+1
* Corrected some comments regarding ptes/pdes.David Greenman1994-08-231-3/+3
* Re-enabled inlining of inb.Paul Richards1994-08-231-11/+3
* I've disabled this piece of code since it's what'sPaul Richards1994-08-231-1/+3
* Made idempotent.Paul Richards1994-08-214-7/+23
* 1. Make this idempotent.Jordan K. Hubbard1994-08-191-1/+9
* Fix up some sloppy coding practices:Garrett Wollman1994-08-182-16/+3
* Updated to latest version from 1.1.5.1+Søren Schmidt1994-08-171-11/+18
* Enable use of the RTC chip for the statistical clock. While this doesGarrett Wollman1994-08-151-2/+3
* Submitted by: Bruce EvansAndreas Schulz1994-08-141-6/+4
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-133-8/+8
* Change outb() as per Bruce's instructions so that it doesn't explicitlyJordan K. Hubbard1994-08-111-2/+2
* Add back in CPU detection copde from 1.1.5. As an added bonus, theGarrett Wollman1994-08-101-1/+5
* Merge in the necessary bits from 1.1.5.1 to make exec.h and reloc.hJordan K. Hubbard1994-08-092-37/+61
* Delete redundant #ifdef __i386__, be consistent about idempotencyGarrett Wollman1994-08-051-8/+4
* Inlined insque and remque.David Greenman1994-08-041-2/+27
* Move ieeefp.h over, and put it in the correct subdirectory this time.Garrett Wollman1994-08-042-2/+106
* Added $Id$David Greenman1994-08-0222-4/+195
* trap.c:David Greenman1994-06-061-1/+8
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-2518-356/+303