summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-013-14/+27
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-3/+3
* Fixed a foobar on my part that broke non-SMP kernels. (I need some sleep...)fsmp1997-09-291-11/+24
* oops, I seem to have forgotten to commit this. redirect _cam_imask topeter1997-09-291-1/+2
* Screwed the debug for the cil deadlock, another 3 hours down the tubes...fsmp1997-09-291-2/+2
* Added a couple short-term debugs and a fix to the SPIN_MAX variable.fsmp1997-09-282-7/+38
* Fix a serious bug I introduced while adding in support for CAM interrupts.gibbs1997-09-284-14/+20
* Add a small hack to support the strange antics of the Unisys ELI 4003. Thismckay1997-09-282-20/+44
* Added a missing comma for the INTR_SPL case.fsmp1997-09-271-2/+2
* Add support to the host driver for "downloaded constants". These are immediategibbs1997-09-271-43/+32
* Hide the `no magic' babble behind bootverbose, since it has proven tojoerg1997-09-271-5/+7
* The previous commit broke support for the Pro/10; detect which sort ofmsmith1997-09-261-7/+25
* tiny update of ESC sequence parser.itojun1997-09-261-5/+23
* Fix a bug where the speculative memory probe wouldn't occur on systems thatdg1997-09-251-2/+2
* Look for another couple of magic bios things..phk1997-09-241-2/+8
* Add a missing prototype.phk1997-09-241-1/+2
* Fix a call to timeout that wasn't properly saving it's callout handle.gibbs1997-09-231-2/+2
* Moved setconf() call after root configuration again. This fixes abde1997-09-231-4/+3
* Fix merge spamjkh1997-09-232-8/+4
* Reserve entry for CAN16-2 CAN-PC Interfacejkh1997-09-231-1/+2
* Be more explicit about one of IPFIREWALL's features.jkh1997-09-232-2/+22
* Add a missing bufq_init call. The original code never initialized it'sgibbs1997-09-221-0/+1
* restore a line I accidentally deleted with my callout changes.gibbs1997-09-221-0/+1
* Update for changes in the callout interface.kato1997-09-223-1/+11
* Turn on CR4_VME on the AP's the same as the BSP. Note that we do notpeter1997-09-221-1/+13
* Oops. This file shouldn't have been committed.gibbs1997-09-221-18/+17
* Update for changes in the callout interface.gibbs1997-09-216-45/+69
* soundcard.c:gibbs1997-09-212-4/+5
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-2127-181/+293
* ipl.h:gibbs1997-09-212-2/+11
* autoconf.c:gibbs1997-09-213-13/+48
* Add shared EISA interrupt support.gibbs1997-09-218-110/+164
* Move the rules for aicasm to the MI conf file.gibbs1997-09-212-32/+21
* Convert to the new callout interface.gibbs1997-09-212-6/+14
* Implement the parts needed for VM86 under SMP.peter1997-09-217-28/+76
* Add support for more than 1 page of idle process stack on SMP systems.dyson1997-09-215-74/+127
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-3/+3
* Recognize the CS4326 on the Intel PR440FX motherboard. (It works just likepeter1997-09-211-11/+24
* Fix a comment-within-a-commentpeter1997-09-211-1/+1
* Accept FIOASYNC (like the old sound driver) since it's generated bypeter1997-09-211-2/+2
* For AMD chips, pick up the long description from the chip ifphk1997-09-201-1/+71
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-204-40/+96
* Adjust the #ifdef KERNEL so that pnp_cinfo is available for sbin/dset.cpeter1997-09-201-5/+5
* teach sio how to attach to isa PnP cards. This is mainly for use withjmg1997-09-194-16/+136
* teach pnp to keep isa_device structs around, and teach isa.c how to scanjmg1997-09-193-44/+107
* wrap kernel interface in #ifdef KERNEL/#endifjmg1997-09-182-18/+25
* reduce the number of warnings this file emits during compilingjmg1997-09-181-6/+6
* update Luigi's driver to poll interface (Peter, you might want to checkjmg1997-09-185-101/+95
* Enable the FIFO on enhanced floppy controllers. This reduces thetegge1997-09-173-3/+60
* Make FDC_DEBUG a supported option.joerg1997-09-164-13/+41
OpenPOWER on IntegriCloud