aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The Libretto's BIOS doesn't set edx on the APM_GETPWSTATUS call, soWarner Losh1997-12-042-6/+22
* Make has_f00f_bug extern, and get rid of some unused code in the f00fSean Eric Fagan1997-12-031-5/+2
* Work around for the Intel Pentium F00F bug; this is Intel's recommendedSean Eric Fagan1997-12-033-3/+80
* Fix a bug that caused cdboot to stop reading the root directory at theJoerg Wunsch1997-12-021-3/+13
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-0211-36/+36
* Include sound_timer.c for mss device and addedAmancio Hasty1997-12-011-1/+6
* fix a few style nites...John-Mark Gurney1997-11-301-12/+15
* Recognize 3C569 network interface when `PC98' is defined.KATO Takenori1997-11-271-2/+7
* Removed an unused line of code, that caused an ``maybe used uninitialized''Joerg Wunsch1997-11-261-2/+1
* From the author:Mark Murray1997-11-255-8/+21
* Move the hardware currsor off screen when getting back from anSøren Schmidt1997-11-251-2/+9
* Fixed multiple definitions of boothowto.Bruce Evans1997-11-241-2/+2
* Added a sysctl (machdep.cputime_clock) to select the clock used byBruce Evans1997-11-241-11/+55
* Fixed some #include messes.Bruce Evans1997-11-241-7/+11
* Fixed poll related problem which was exhibited by runningAmancio Hasty1997-11-241-4/+2
* Fixed an acquired dma problem with respect to sb cards only.Amancio Hasty1997-11-231-2/+2
* minor code clean up to sb_dsp.c and fix compile error with uart6850.cAmancio Hasty1997-11-232-3/+5
* Missing part of my last sb_dsp.c sb16_dsp.c commit.Amancio Hasty1997-11-231-0/+1
* Fixed acquired dma channel problem.Amancio Hasty1997-11-232-4/+56
* update of Luigi's sound drivers...John-Mark Gurney1997-11-238-152/+323
* Correct CPU_CYRIX_NO_LOCK fix.Jonathan Lemon1997-11-211-5/+5
* Fixed setting of `safepri'. It should be SWI_AST_MASK most of theBruce Evans1997-11-212-2/+17
* Moved splhigh()/spl0() calls from isa_configure() to configure() so thatBruce Evans1997-11-212-4/+14
* Make comp_vgaregs() less strict about VGA register values whenKazutaka YOKOTA1997-11-212-145/+232
* Fix for a PS/2 mouse model from MouseSystems. It now appears thatKazutaka YOKOTA1997-11-211-1/+5
* Previous commit refers to SWAP_PART, which is only defined if the includePeter Wemm1997-11-211-1/+2
* Removed a duplicate (sloppy common-style) definition.Bruce Evans1997-11-201-4/+5
* Moved some extern declarations to header files (unused ones to /dev/null).Bruce Evans1997-11-205-13/+15
* Avoid passing some more `retval's.Bruce Evans1997-11-203-25/+20
* Fixed wrong limits for the kernel text in db_numargs(). TheBruce Evans1997-11-201-3/+7
* Fixed write enabling of the kernel text section. The overlapBruce Evans1997-11-201-7/+5
* Don't allow setting the dump device to any partition except theBruce Evans1997-11-201-1/+8
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.Nate Williams1997-11-205-10/+10
* Removed unused #includes.Bruce Evans1997-11-181-13/+13
* Get select stuff by including <sys/select.h> instead of <sys/proc.h>,Bruce Evans1997-11-181-6/+7
* Don't #include <i386/isa/isa_device.h>. It is now a prerequisite.Bruce Evans1997-11-181-3/+1
* Removed unused #includes.Bruce Evans1997-11-181-5/+3
* Removed an unused #included.Bruce Evans1997-11-181-3/+10
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.Bruce Evans1997-11-181-2/+2
* Removed #unused includes.Bruce Evans1997-11-182-6/+8
* Removed code for the !KERNEL case. It hasn't been maintained for 4Bruce Evans1997-11-181-28/+8
* Don't #include <machine/smp.h> even in the SMP case. Fixed the oneBruce Evans1997-11-181-1/+4
* Typo fix.Alexander Langer1997-11-172-4/+4
* fix Jonathan Mini's email address per his requestJohn-Mark Gurney1997-11-171-2/+2
* Added support for linux sound ioctls:Amancio Hasty1997-11-172-3/+24
* Device # for Jonathan Mini's VESA support.Søren Schmidt1997-11-161-1/+2
* Restore diagnostic fix spammed after mergingAndrey A. Chernov1997-11-161-4/+8
* Reviewed by: Amancio HastyAmancio Hasty1997-11-161-1/+3
* Expand the APMIO_GETINFO ioctl to return the estimated remainingJohn Polstra1997-11-123-63/+140
* - Added PSM_HOOKAPM & PSM_RESETAFTERSUSPEND options.Nate Williams1997-11-111-1/+3