summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* if there is no console, cngetc should act like getc and return -1julian1996-10-303-7/+11
* Pass right arp to bpf_mtap().phk1996-10-301-3/+3
* Another round of merge/updates.asami1996-10-291-2/+7
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsjhay1996-10-292-816/+2156
* Remove some unnecessary code in the interrupt handler.jhay1996-10-281-12/+15
* A #define really don't need a ; at the end.jhay1996-10-281-2/+2
* comaptibles->compatiblesimp1996-10-281-3/+3
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-284-184/+292
* Add some code to allow SCB sharing for the 398X cards. This involves passinggibbs1996-10-281-5/+6
* Add two new aic7xxx driver options:gibbs1996-10-282-2/+7
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofsos1996-10-261-23/+30
* Removed initialization of a variable that went away. Oops.bde1996-10-262-10/+6
* Declare pointers to signal handling functions in full instead of asbde1996-10-251-3/+2
* Removed unused #includes.bde1996-10-251-14/+14
* Use macros from timmerreg.h instead of private ones.bde1996-10-251-28/+7
* Print the clock calibration messages all on one (long) line again sobde1996-10-252-42/+36
* Improved biasing of i586 clock by adjusting for hardclock() latency.bde1996-10-251-51/+62
* Removed #include of <machine/clock.h>. It is no longer used, and wouldbde1996-10-251-2/+1
* - KNF cleanup.gibbs1996-10-254-1457/+1100
* KNF cleanup.gibbs1996-10-251-64/+64
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagpst1996-10-236-16/+17
* Account for the UPAGES in the same way as before moving the MD codedyson1996-10-231-1/+5
OpenPOWER on IntegriCloud