aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
...
* Fix page prezeroing for SMP, and fix some potential paging-in-progressJohn Dyson1998-02-251-3/+3
* Removed vestiges of previous microtime() implementation.Bruce Evans1998-02-251-6/+2
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddenJohn Dyson1998-02-231-2/+18
* Replace TOD clock code with more systematic approach.Poul-Henning Kamp1998-02-201-65/+1
* Remove the 'qcam' driver. Development has ceased, and the driver isMike Smith1998-02-181-92/+0
* soundcard.h wasn't upgraded when i386/isa/snd wasMarc G. Fournier1998-02-181-0/+42
* Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15thMarc G. Fournier1998-02-171-303/+458
* Enable NEC 86 sound card when PC98 is defined.KATO Takenori1998-02-171-0/+3
* Update to support SI/XIO PCI host cards (Z280 based) and the enhancedPeter Wemm1998-02-151-1/+5
* Add display of type KD_PIXEL.Poul-Henning Kamp1998-02-121-1/+2
* Staticize.Eivind Eklund1998-02-091-5/+7
* 1) Start using a cleaner and more consistant page allocator insteadJohn Dyson1998-02-051-1/+6
* Ifdefed some SMP and VM86 code. Note that although VM86 is not a globalBruce Evans1998-02-031-1/+9
* Forward declare a union so that this file is self-sufficient.Bruce Evans1998-02-031-11/+10
* Fixed a gratuitous ANSIism.Bruce Evans1998-02-031-1/+1
* Ifdefed use of a GNU feature.Bruce Evans1998-02-031-1/+3
* Moved misplaced idempotency ifdef. Multiple inclusion was fatal sinceBruce Evans1998-02-031-3/+3
* Changed `inline' to `__inline' so that this file can be compiled byBruce Evans1998-02-031-3/+3
* Don't declare prototypes for driver functions unless KERNEL is defined.Bruce Evans1998-02-031-0/+2
* Fixed conflicts between <machine/console.h> and <machine/pcvt_ioctl.h>,Bruce Evans1998-02-032-21/+37
* Bugs/Enhancements:Amancio Hasty1998-02-021-0/+4
* Fixed disordering of busdma* and swi_vm.Bruce Evans1998-02-011-4/+4
* Fixed a recently broken comment.Bruce Evans1998-02-011-4/+4
* Use <machine/*.h> instead of <i386/include/*.h>.Bruce Evans1998-02-011-2/+3
* re-sort back into orderPeter Wemm1998-01-261-8/+8
* Add missing definition for swi_vmPeter Wemm1998-01-261-1/+2
* Undo previous commit. The cpuid symbol has been already used by SMPKATO Takenori1998-01-251-10/+1
* Added cpuid instruction.KATO Takenori1998-01-251-1/+10
* Add better support for larger I/O clusters, including larger physicalJohn Dyson1998-01-241-2/+3
* Add prototypes for swi_vm, setsoftvm, schedsoftvm, and splsoftvm that wereJustin T. Gibbs1998-01-211-1/+2
* Suggested by: bdeJohn Birrell1998-01-201-1/+12
* Implementation of Bus Space for FreeBSD-x86.Justin T. Gibbs1998-01-159-6/+5129
* Add a machine dependent header for the i386 jmp_buf size instead of pilingJohn Birrell1998-01-101-0/+35
* update the AWE32 wave table driver to Iwai's 0.4.2c version. This alsoJohn-Mark Gurney1998-01-081-0/+1
* Define integer types added by POSIX.1g. We already had int8_t, int16_t,Alexander Langer1998-01-081-1/+4
* Added accent (dead) key support to syscons and kbdcontrol.Kazutaka YOKOTA1998-01-071-1/+37
* Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,Bruce Evans1998-01-011-3/+1
* Add back a #include <sys/types.h> so that this header isSteve Price1997-12-281-0/+1
* More cleanup relating to our use of the TSC.Poul-Henning Kamp1997-12-281-13/+1
* wash, sort and put in order various nits from the i586_ctr -> tscPoul-Henning Kamp1997-12-282-15/+15
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).Poul-Henning Kamp1997-12-262-17/+17
* Add missing references to Xcpuast, get_isrlock and checkstate_probed_cpusPeter Wemm1997-12-181-1/+4
* Add support for low resolution SMP kernel profiling.Tor Egge1997-12-153-6/+17
* Don't forward hardclock or statclock to stopped cpus. Disable forwardingTor Egge1997-12-151-10/+17
* After one of my analysis passes to evaluate methods for SMP TLB mgmt, IJohn Dyson1997-12-141-1/+7
* Add needed #include.Tor Egge1997-12-121-1/+4
* The improvements to clock statistics by Tor EggeSteve Passe1997-12-084-4/+353
* - Add support for the following mice to psm/moused/sysmouse:Kazutaka YOKOTA1997-12-072-50/+142
* Moved some extern declarations to header files (unused ones to /dev/null).Bruce Evans1997-11-202-2/+12
* Avoid passing some more `retval's.Bruce Evans1997-11-201-2/+2