summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The Libretto's BIOS doesn't set edx on the APM_GETPWSTATUS call, soimp1997-12-042-6/+22
* Make has_f00f_bug extern, and get rid of some unused code in the f00fsef1997-12-031-5/+2
* Work around for the Intel Pentium F00F bug; this is Intel's recommendedsef1997-12-033-3/+80
* Fix a bug that caused cdboot to stop reading the root directory at thejoerg1997-12-021-3/+13
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-0211-36/+36
* Include sound_timer.c for mss device and addedahasty1997-12-011-1/+6
* fix a few style nites...jmg1997-11-301-12/+15
* Recognize 3C569 network interface when `PC98' is defined.kato1997-11-271-2/+7
* Removed an unused line of code, that caused an ``maybe used uninitialized''joerg1997-11-261-2/+1
* From the author:markm1997-11-255-8/+21
* Move the hardware currsor off screen when getting back from ansos1997-11-251-2/+9
* Fixed multiple definitions of boothowto.bde1997-11-241-2/+2
* Added a sysctl (machdep.cputime_clock) to select the clock used bybde1997-11-241-11/+55
* Fixed some #include messes.bde1997-11-241-7/+11
* Fixed poll related problem which was exhibited by runningahasty1997-11-241-4/+2
* Fixed an acquired dma problem with respect to sb cards only.ahasty1997-11-231-2/+2
* minor code clean up to sb_dsp.c and fix compile error with uart6850.cahasty1997-11-232-3/+5
* Missing part of my last sb_dsp.c sb16_dsp.c commit.ahasty1997-11-231-0/+1
* Fixed acquired dma channel problem.ahasty1997-11-232-4/+56
* update of Luigi's sound drivers...jmg1997-11-238-152/+323
* Correct CPU_CYRIX_NO_LOCK fix.jlemon1997-11-211-5/+5
* Fixed setting of `safepri'. It should be SWI_AST_MASK most of thebde1997-11-212-2/+17
* Moved splhigh()/spl0() calls from isa_configure() to configure() so thatbde1997-11-212-4/+14
* Make comp_vgaregs() less strict about VGA register values whenyokota1997-11-212-145/+232
* Fix for a PS/2 mouse model from MouseSystems. It now appears thatyokota1997-11-211-1/+5
* Previous commit refers to SWAP_PART, which is only defined if the includepeter1997-11-211-1/+2
* Removed a duplicate (sloppy common-style) definition.bde1997-11-201-4/+5
* Moved some extern declarations to header files (unused ones to /dev/null).bde1997-11-205-13/+15
* Avoid passing some more `retval's.bde1997-11-203-25/+20
* Fixed wrong limits for the kernel text in db_numargs(). Thebde1997-11-201-3/+7
* Fixed write enabling of the kernel text section. The overlapbde1997-11-201-7/+5
* Don't allow setting the dump device to any partition except thebde1997-11-201-1/+8
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-205-10/+10
* Removed unused #includes.bde1997-11-181-13/+13
* Get select stuff by including <sys/select.h> instead of <sys/proc.h>,bde1997-11-181-6/+7
* Don't #include <i386/isa/isa_device.h>. It is now a prerequisite.bde1997-11-181-3/+1
* Removed unused #includes.bde1997-11-181-5/+3
* Removed an unused #included.bde1997-11-181-3/+10
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.bde1997-11-181-2/+2
* Removed #unused includes.bde1997-11-182-6/+8
* Removed code for the !KERNEL case. It hasn't been maintained for 4bde1997-11-181-28/+8
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-181-1/+4
* Typo fix.alex1997-11-172-4/+4
* fix Jonathan Mini's email address per his requestjmg1997-11-171-2/+2
* Added support for linux sound ioctls:ahasty1997-11-172-3/+24
* Device # for Jonathan Mini's VESA support.sos1997-11-161-1/+2
* Restore diagnostic fix spammed after mergingache1997-11-161-4/+8
* Reviewed by: Amancio Hastyahasty1997-11-161-1/+3
* Expand the APMIO_GETINFO ioctl to return the estimated remainingjdp1997-11-123-63/+140
* - Added PSM_HOOKAPM & PSM_RESETAFTERSUSPEND options.nate1997-11-111-1/+3
OpenPOWER on IntegriCloud