aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-2/+2
* Backout early start of APs since it caused some machines to hang.Tor Egge1999-04-131-4/+1
* Add prototype for wait_ap().Tor Egge1999-04-111-1/+4
* Let BSP wait until all APs are initialized.Tor Egge1999-04-101-1/+4
* o sys/i386/include/soundcard.hKATO Takenori1999-04-081-1/+1
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.Peter Wemm1999-04-071-1/+7
* Add defines for the P6 model-specific registers.Mike Smith1999-04-071-1/+58
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-031-2/+2
* Put in place the infrastructure for improved UP and SMP TLB management.Alan Cox1999-04-021-5/+2
* o sys/i386/include/soundcard.hKATO Takenori1999-04-021-1/+2
* Change the vm86_datacall interface so that callers are now responsibleJonathan Lemon1999-03-181-3/+21
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixedDavid Greenman1999-03-111-4/+4
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-101-2/+4
* update the i4b include files to i4b release 0.71.00Hellmuth Michaelis1999-03-075-25/+41
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpuBruce Evans1999-03-051-3/+3
* Adopt syscons's recent change from key_t to keyent_t (this part ofJoerg Wunsch1999-03-041-2/+2
* Correct casts in vtophys and avtophys to be vm_offset_t.David Greenman1999-03-021-3/+3
* Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH ifWarner Losh1999-03-011-1/+9
* Don't call assign_apic_irq with a value for irq that is out of range.Tor Egge1999-02-261-2/+2
* Fixed my recent breakage of the ELF case.Bruce Evans1999-02-251-1/+2
* Added a per-cpu variable `switchticks' for use in scheduling.Bruce Evans1999-02-223-3/+6
* 1) Added define for USB as an interfaceNick Hibma1999-02-211-1/+3
* Introduce machine-dependent macro pgtok() to convert page count to numberLuoqi Chen1999-02-192-6/+8
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-3/+2
* On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldJohn Polstra1999-02-191-5/+7
* Corrected ioctl numbers conflict.Roger Hardiman1999-02-151-37/+47
* Added new ioctls for Hauppage Infra-Red Remote Control support,Roger Hardiman1999-02-111-2/+25
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"John Polstra1999-02-071-1/+11
* Added underscores to some names in svr4_locore.s so that it compilesBruce Evans1999-02-061-3/+6
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-052-27/+28
* Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPUKATO Takenori1999-02-041-1/+2
* Added a hopefully-machine-independent macro for determining if aBruce Evans1999-02-021-1/+3
* Moved pc98_system_parameter from .text to .data to make ELF kernelKATO Takenori1999-01-301-1/+2
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't useMatthew Dillon1999-01-291-2/+2
* Added METEOR_DEV2 and METEOR_DEV3Roger Hardiman1999-01-281-2/+3
* Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way thatMark Newton1999-01-281-2/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Make more messages conditional on bootverboseJordan K. Hubbard1999-01-201-3/+5
* Silence warnings.Eivind Eklund1999-01-121-3/+3
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-112-9/+72
* Change /dev/smb and /dev/iic interface to allow user programs to interact withNicolas Souchu1999-01-092-9/+17
* Don't put operands in clobber lists, since this is dubious for oldBruce Evans1999-01-091-13/+16
* Fixed some style bugs. Clarified a comment.Bruce Evans1999-01-081-13/+12
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. PartiallyBruce Evans1999-01-081-10/+13
* Moved declarations related to copying and zeroing to the right place.Bruce Evans1999-01-082-3/+14
* Update #ifdef directive.Kazutaka YOKOTA1999-01-081-2/+2
* OBJFORMAT_DEFAULT = elf now. (this is where /usr/bin/objformat andPeter Wemm1999-01-071-5/+1
* Correct typo in macro name.Dag-Erling Smørgrav1999-01-011-2/+2
* Part 3 of the pcvt/voxware revival.Peter Wemm1999-01-012-0/+710
* Initial entry of ISDN4BSD into the FreeBSD tree.Poul-Henning Kamp1998-12-275-0/+1112