summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix UserConfig w/syscons.nate1996-11-191-2/+2
* Improve the caching of small files like directories, while notdyson1996-11-171-3/+3
* Commit AWE32 changes I forgot in my first round. Whoops!jkh1996-11-161-0/+3
* Be even more careful in how we manipulate the QOUTQCNT variable. Now wegibbs1996-11-161-20/+93
* Since there have been so many reports of the Memory Mapped I/O to thegibbs1996-11-164-16/+13
* Disabled i586-optimized copyin and copyout. They usually panic if thebde1996-11-151-1/+3
* This is the new AWE32 driver, with support for the AWE32's fancy MIDIjkh1996-11-153-3/+6
* Break my own rule again - I didn't think this stuff was going to come backjkh1996-11-158-1/+3774
* Disable mouse acceleration by default to be the same as the previousnate1996-11-151-2/+2
* Patches from driver author in PR#2010.wollman1996-11-151-91/+349
* Fix RFC 1650 stats... should have read the doco more carefully.wollman1996-11-151-4/+1
* Change this back to movl for -current since it seems to work there.jkh1996-11-151-2/+2
* Only poll the keyboard if the data left in the buffer is from thesos1996-11-151-5/+5
* Rename sb.h to sb_defs.h and pas.h to pas_defs.h so there's nojkh1996-11-1511-9/+9
* KNF'ify.nate1996-11-151-5/+11
* KNF'ify and fix boo-boo I made in last commit.nate1996-11-151-885/+910
* Removed 2.1-compatability code and made the debugging less verbose bynate1996-11-151-75/+31
* New PS/2 mouse drive which uses the new 'shared' keyboard/psm readnate1996-11-151-254/+998
* Finally a start at sharing the kdb controller routines betweensos1996-11-147-187/+844
* movl instruction should have been lea (this is why userconfig didn'tjkh1996-11-141-2/+2
* TRUE/FALSE are used even outside of VISUAL_USERCONFIG - move them accordingly.jkh1996-11-141-9/+5
* Some more updates.asami1996-11-141-2/+1
* Change WARNING line about SCB paging to:ache1996-11-132-4/+4
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsbde1996-11-132-34/+51
* 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
OpenPOWER on IntegriCloud