summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Backout early start of APs since it caused some machines to hang.tegge1999-04-131-4/+1
* Add prototype for wait_ap().tegge1999-04-111-1/+4
* Let BSP wait until all APs are initialized.tegge1999-04-101-1/+4
* o sys/i386/include/soundcard.hkato1999-04-081-1/+1
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.peter1999-04-071-1/+7
* Add defines for the P6 model-specific registers.msmith1999-04-071-1/+58
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-031-2/+2
* Put in place the infrastructure for improved UP and SMP TLB management.alc1999-04-021-5/+2
* o sys/i386/include/soundcard.hkato1999-04-021-1/+2
* Change the vm86_datacall interface so that callers are now responsiblejlemon1999-03-181-3/+21
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixeddg1999-03-111-4/+4
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-2/+4
* update the i4b include files to i4b release 0.71.00hm1999-03-075-25/+41
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-051-3/+3
* Adopt syscons's recent change from key_t to keyent_t (this part ofjoerg1999-03-041-2/+2
* Correct casts in vtophys and avtophys to be vm_offset_t.dg1999-03-021-3/+3
* Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH ifimp1999-03-011-1/+9
* Don't call assign_apic_irq with a value for irq that is out of range.tegge1999-02-261-2/+2
* Fixed my recent breakage of the ELF case.bde1999-02-251-1/+2
* Added a per-cpu variable `switchticks' for use in scheduling.bde1999-02-223-3/+6
* 1) Added define for USB as an interfacen_hibma1999-02-211-1/+3
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-192-6/+8
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-3/+2
* On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldjdp1999-02-191-5/+7
* Corrected ioctl numbers conflict.roger1999-02-151-37/+47
* Added new ioctls for Hauppage Infra-Red Remote Control support,roger1999-02-111-2/+25
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"jdp1999-02-071-1/+11
* Added underscores to some names in svr4_locore.s so that it compilesbde1999-02-061-3/+6
* - Don't assume the line length in the video memory is always the same asyokota1999-02-052-27/+28
* Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPUkato1999-02-041-1/+2
* Added a hopefully-machine-independent macro for determining if abde1999-02-021-1/+3
* Moved pc98_system_parameter from .text to .data to make ELF kernelkato1999-01-301-1/+2
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't usedillon1999-01-291-2/+2
* Added METEOR_DEV2 and METEOR_DEV3roger1999-01-281-2/+3
* Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way thatnewton1999-01-281-2/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Make more messages conditional on bootverbosejkh1999-01-201-3/+5
* Silence warnings.eivind1999-01-121-3/+3
* The first stage of console driver reorganization: activate newyokota1999-01-112-9/+72
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-092-9/+17
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-091-13/+16
* Fixed some style bugs. Clarified a comment.bde1999-01-081-13/+12
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-081-10/+13
* Moved declarations related to copying and zeroing to the right place.bde1999-01-082-3/+14
* Update #ifdef directive.yokota1999-01-081-2/+2
* OBJFORMAT_DEFAULT = elf now. (this is where /usr/bin/objformat andpeter1999-01-071-5/+1
* Correct typo in macro name.des1999-01-011-2/+2
* Part 3 of the pcvt/voxware revival.peter1999-01-012-0/+710
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-275-0/+1112
* follow up to:phk1998-12-271-589/+0
OpenPOWER on IntegriCloud