summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Another round of resync and some added sound support.asami1996-11-134-12/+5
* Fixed buffer overflow for large values in editval(). The buffers werebde1996-11-121-5/+5
* Removed another #include of opt_temporary.h.bde1996-11-121-2/+1
* Removed #include of "opt_temporary.h". All the temporary options wentbde1996-11-121-2/+1
* Fixed spelling error in previous commit. This did not compile.bde1996-11-121-3/+3
* Near AHC_SCBPAGING_ENABLE add following commentache1996-11-122-2/+4
* 1. Avoid a race in scclose(). tty.c has kludges so that the race issos1996-11-111-5/+15
* Removed (now unused) XT_KEYBOARD option.nate1996-11-111-2/+1
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofnate1996-11-113-8/+19
* Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-timebde1996-11-117-96/+223
* Fixed pessimized (short) i/o port type.bde1996-11-113-8/+8
* Fixed pessimized (short) i/o port types.bde1996-11-111-4/+4
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixesbde1996-11-111-0/+4
* Preserve %esi and %edi for all BIOS calls. This is probably only necessarybde1996-11-111-1/+25
* Update the database of known devices (people, please consider this when youmsmith1996-11-111-7/+13
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-112-302/+337
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-16/+22
* Add the AHC_FORCE_PIO option.gibbs1996-11-112-8/+16
* Support the PG_G flag on Pentium-Pro processors. This prettydyson1996-11-113-36/+110
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.nate1996-11-102-8/+20
* Remove option I586_FAST_BCOPY. The code will be included by defaultasami1996-11-084-25/+16
* Fix the message buffer mapping. This actually allows to increasejoerg1996-11-072-34/+33
* Bzero the kernel scb array after it is allocated otherwise the control bytegibbs1996-11-071-3/+5
* Don't switch from fast interrupt handlers to normal interruptbde1996-11-071-4/+8
* Add the 'piix' device, to get the right flags for it. This appears tomsmith1996-11-071-2/+3
* Count only hardware interrupts in cnt.v_intr, so that the individualbde1996-11-061-2/+2
* Compile linux_genassym with the same options as genassym. ${PARAM} andbde1996-11-061-3/+3
* Compile genassym without -static (undo rev.1.20). The default can bebde1996-11-061-2/+2
* Rewrote the COMMENT about the bogus options CHILD_MAX and OPEN_MAX. Thesebde1996-11-062-26/+40
* Update to changes in generic SCSI layer.gibbs1996-11-051-36/+21
* Add missing parenthesis. That's what I get for having e different versionsgibbs1996-11-051-2/+2
* Move the include opt_aic7xxx in aic7xxx.h so that all of the driver files getgibbs1996-11-052-24/+16
* Protect against PCI devices which may have their 'changed' flag set,msmith1996-11-051-2/+6
* Add audio mixer ioctls.smpatel1996-11-052-2/+92
* New vx driver for:guido1996-11-042-1/+190
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingsos1996-11-041-29/+44
* Don't clobber max_ncyls, ending up guessing thetotal number of cylinders asbde1996-11-041-6/+10
* Fix a problem with running down processes that have left wireddyson1996-11-031-3/+10
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-021-28/+36
* Avoid touching the LEDs too early in the game. After the recentjoerg1996-11-021-4/+0
* Fill in the bios-geometry array in struct bootinfo.phk1996-11-022-0/+79
* The last update/merge of PC98 stuff before 2.2. The wholeasami1996-11-0211-3/+2404
* add in CONSPEED option which controls console serial port speedpst1996-11-022-6/+13
* add in CONSPEED optionpst1996-11-021-1/+2
* Rationalize support for serial consoles running at baud rates other than 9600pst1996-11-022-4/+8
* if_sr.c corrupted the global variable `ticks'.jhay1996-10-312-20/+9
* Further improved version of hadling a HALT when there is no console.julian1996-10-312-2/+13
* More merge and update.asami1996-10-3022-18/+464
OpenPOWER on IntegriCloud