summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix a lable goofup I made in the previous P6 support changes.dg1995-12-251-3/+3
* Fixed staticizing. Some functions aren't static but depend onbde1995-12-255-11/+31
* Fix typo in CPUCLASS.dg1995-12-251-2/+2
* Added device fxp0 (device driver for Intel EtherExpress Pro/100).dg1995-12-243-3/+6
* Added I686_CPU.dg1995-12-243-3/+6
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-248-53/+69
* Made "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documenteddg1995-12-232-59/+41
* Use FASTER_NOP rather than NOP in rtcin() - only one inb delay was everdg1995-12-231-3/+3
* Added undocumented option DEBUG so that debugging code gets maintainedbde1995-12-222-2/+4
* Staticized code that was hidden by `#ifdef DEBUG'.bde1995-12-221-3/+7
* Increased the double fault stack size from 512 to PAGE_SIZE. This isbde1995-12-221-2/+2
* Typo in my last commit.phk1995-12-221-2/+2
* Renamed private DEBUG macro to avoid warnings when DEBUG is an option.bde1995-12-223-26/+26
* Fixed permissions of /dev/pcaudio*.bde1995-12-221-6/+6
* Fixed arg order in an outb() call. add_timer_randomness() clobberedbde1995-12-221-6/+9
* Synced with sio.c. This fixed the DEVFS initialization. cy.c isbde1995-12-221-92/+77
* Fixed bugs introduced in rev. 1.127 (some broken 16650 support wasbde1995-12-221-70/+54
* Remove crufty "pg" function.phk1995-12-222-11/+3
* Cleanup.phk1995-12-222-292/+22
* Fix a small logic bug that caused the arguments of the previous frame todg1995-12-221-3/+6
* i386/i386/conf.c is no longer needed.. remove it from files.i386julian1995-12-212-139/+4
* Reviewed by: peter (verbally :)julian1995-12-212-61/+31
* Rewrote most of the ddb stack traceback code. These changes are smarterdg1995-12-213-224/+168
* Increase Pentium cyclecounter calibration time to 131072 us. Thiswollman1995-12-202-4/+4
* Corrected a typo in a comment.dg1995-12-191-2/+2
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-196-43/+85
* Staticize.phk1995-12-171-2/+2
* Cleaned up prototypes in pmap headers: removed ones for nonexistentbde1995-12-171-6/+4
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-5/+2
* Return the i/o size, not a truth value, in the probe.bde1995-12-161-1/+1
* One less magic number.bde1995-12-161-2/+2
* Fixed comment about IPFIREWALL_VERBOSE.bde1995-12-162-4/+6
* Catch a couple more null devsw dereferences...peter1995-12-162-4/+10
* Another shot at getting working si DEVFS entries.. Apparently, it didn'tpeter1995-12-161-10/+16
* Added undocumented option LINUX so that it gets tested.bde1995-12-162-2/+4
* Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatbde1995-12-161-3/+4
* Completed function declarations and/or added prototypes and/or addedbde1995-12-164-28/+28
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-151-25/+46
* Changed arg type for pio functions.dg1995-12-151-10/+10
* Update linux_ipc.c to use the now generated prototypes for the shm* callspeter1995-12-151-9/+9
* Initial attempt at getting Linux QMAGIC shared lib support. I havepeter1995-12-151-4/+4
* Clean up some warnings by using the generated structures in <sys/sysproto.h>peter1995-12-155-94/+93
* Completed function declarations and/or added prototypes and/or addedbde1995-12-1521-63/+148
* Removed unused #includes.bde1995-12-151-8/+0
* Removed duplicated #includes of <sys/conf.h>bde1995-12-155-8/+3
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-152-23/+49
* Added a prototype. Merged prototype lists.bde1995-12-141-9/+10
* Added a prototype.bde1995-12-141-1/+3
* Moved some more prototypes outside of ifdefs and grouped them together.bde1995-12-141-6/+6
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-141-14/+32
OpenPOWER on IntegriCloud