summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pre 3.0 branch cleanup sos#2: soundsos1998-12-271-121/+0
* Little reorganization:dt1998-12-192-24/+17
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-261-2/+17
* Staticize.eivind1998-11-261-3/+3
* Move the declaration of PPro_vmtrr from the header file to pmap.c,eivind1998-11-241-3/+4
* - Added support for Genius Kidspad tablet.yokota1998-11-201-1/+3
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-302-4/+2
* A small fragment of new ISA framework: manifest constants for the resourceswollman1998-10-291-0/+43
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.peter1998-10-181-1/+3
* Fixed two potentially serious classes of bugs:dg1998-10-131-3/+3
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-101-4/+4
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+8
* BIOS ROM base address is 0xe8000 on PC-98.kato1998-10-081-1/+6
* - Implement enabling write allocate on AMD K5/K6/K6-2 cpus.kato1998-10-061-1/+6
* Two new C symbols were added to apm_setup.s but not put intojdp1998-10-031-1/+3
* Remove the bi_vesa field, as vesa modeswitching is no longer performedmsmith1998-10-011-2/+2
* Pass the BIOS unit number from which the kernel/loader was obtained inmsmith1998-10-011-2/+2
* Yet another round of fixes for the VESA support code.yokota1998-10-011-3/+1
* Changed tuner code to autodetect tuner i2c address.sos1998-09-301-0/+2
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-09-295-19/+19
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.peter1998-09-251-9/+1
* Cosmetic change: adjust copyright notice.yokota1998-09-251-17/+14
* Fix and update for VESA BIOS support in syscons.yokota1998-09-231-1/+23
* Fix breakage of ELF kernel builds caused by the addition of anjdp1998-09-191-1/+2
* Add VESA support to syscons.sos1998-09-152-3/+251
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()jdp1998-09-142-2/+5
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These givejdp1998-09-141-1/+3
* Add extra bootinfo fields for the three-stage bootloader; the end of themsmith1998-09-141-1/+5
* Correct SECAM B-Delay and add XUSSR channel set.sos1998-09-101-1/+2
* Add a new library function getobjformat(). It checks all thejdp1998-09-091-1/+12
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-071-1/+5
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-064-37/+130
* Reviewed by: Doug Rabsonnsouch1998-09-032-0/+103
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.sos1998-08-311-2/+2
* Added Capture Area ioctl - BT848[SG]CAPAREA.sos1998-08-311-0/+15
* - hw.machine_arch returns cpu architecture type.kato1998-08-312-14/+5
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-0/+58
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-2/+2
OpenPOWER on IntegriCloud