summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-3/+3
* Reenable redirection of clock interrupt to a higher priority vector.tegge1998-03-071-2/+2
* The APs now reload the interrupt descriptor table pointer aftertegge1998-03-071-1/+6
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-052-9/+5
* Disable redirection of clock interrupt to a higher priority vector.tegge1998-03-041-2/+2
* Defined CCR6 and CCR7 (configuration registers of M2 CPU.)kato1998-03-041-1/+5
* Fix recent breakage when compiling under elf.peter1998-03-041-1/+5
* When entering the apic version of slow interrupt handler, leveltegge1998-03-033-3/+96
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-032-5/+56
* Reduce timeout before assuming that forwarding of hardclock or softclocktegge1998-03-031-7/+11
* forward_statclock and forward_hardclock are located in mp_machdep.c.tegge1998-03-031-3/+5
* 1) Use a more consistent page wait methodology.dyson1998-03-011-2/+2
* Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>ahasty1998-02-261-0/+5
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-251-3/+3
* Removed vestiges of previous microtime() implementation.bde1998-02-251-6/+2
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-231-2/+18
* Replace TOD clock code with more systematic approach.phk1998-02-201-65/+1
* Remove the 'qcam' driver. Development has ceased, and the driver ismsmith1998-02-181-92/+0
* soundcard.h wasn't upgraded when i386/isa/snd wasscrappy1998-02-181-0/+42
* Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15thscrappy1998-02-171-303/+458
* Enable NEC 86 sound card when PC98 is defined.kato1998-02-171-0/+3
* Update to support SI/XIO PCI host cards (Z280 based) and the enhancedpeter1998-02-151-1/+5
* Add display of type KD_PIXEL.phk1998-02-121-1/+2
* Staticize.eivind1998-02-091-5/+7
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-1/+6
* Ifdefed some SMP and VM86 code. Note that although VM86 is not a globalbde1998-02-031-1/+9
* Forward declare a union so that this file is self-sufficient.bde1998-02-031-11/+10
* Fixed a gratuitous ANSIism.bde1998-02-031-1/+1
* Ifdefed use of a GNU feature.bde1998-02-031-1/+3
* Moved misplaced idempotency ifdef. Multiple inclusion was fatal sincebde1998-02-031-3/+3
* Changed `inline' to `__inline' so that this file can be compiled bybde1998-02-031-3/+3
* Don't declare prototypes for driver functions unless KERNEL is defined.bde1998-02-031-0/+2
* Fixed conflicts between <machine/console.h> and <machine/pcvt_ioctl.h>,bde1998-02-032-21/+37
* Bugs/Enhancements:ahasty1998-02-021-0/+4
* Fixed disordering of busdma* and swi_vm.bde1998-02-011-4/+4
* Fixed a recently broken comment.bde1998-02-011-4/+4
* Use <machine/*.h> instead of <i386/include/*.h>.bde1998-02-011-2/+3
* re-sort back into orderpeter1998-01-261-8/+8
* Add missing definition for swi_vmpeter1998-01-261-1/+2
* Undo previous commit. The cpuid symbol has been already used by SMPkato1998-01-251-10/+1
* Added cpuid instruction.kato1998-01-251-1/+10
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-2/+3
* Add prototypes for swi_vm, setsoftvm, schedsoftvm, and splsoftvm that weregibbs1998-01-211-1/+2
* Suggested by: bdejb1998-01-201-1/+12
* Implementation of Bus Space for FreeBSD-x86.gibbs1998-01-159-6/+5129
* Add a machine dependent header for the i386 jmp_buf size instead of pilingjb1998-01-101-0/+35
* update the AWE32 wave table driver to Iwai's 0.4.2c version. This alsojmg1998-01-081-0/+1
* Define integer types added by POSIX.1g. We already had int8_t, int16_t,alex1998-01-081-1/+4
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-071-1/+37
* Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,bde1998-01-011-3/+1
OpenPOWER on IntegriCloud