summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* When compiling with '-Wall -pedantic', the byte swapping macros gave thenate1996-10-211-3/+3
* Removing old isdn stuff.phk1996-10-205-64/+16
* Changed mouse functionality a bit, now the pointer disappears ifsos1996-10-182-17/+39
* Add back line for options NS, though commented out for now untiljkh1996-10-182-2/+4
* DKFL_MULTI lives in flags, not in status.phk1996-10-171-2/+2
* Improved non-statistical (GUPROF) profiling:bde1996-10-174-21/+190
* Added missing extern declaration of timer_freq.bde1996-10-171-8/+7
* This patch attempts to make the pccard probe in if_ed.c work withnate1996-10-171-96/+24
* Fixed miscounting for non-statistical (GUPROF) profiling:bde1996-10-161-12/+16
OpenPOWER on IntegriCloud