summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Fix a brino in my last commit.phk1997-07-261-2/+5
* clock.c:fsmp1997-07-261-54/+23
* Add option for compiling in a 8x16 font.phk1997-07-251-5/+14
* Last commit didn't take, operator error???fsmp1997-07-221-29/+6
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-30/+64
* Minor cleanup.fsmp1997-07-201-11/+8
* Removed unused #includes.bde1997-07-206-20/+5
* Added #code to support define APIC_PIN0_TIMER.fsmp1997-07-191-8/+24
* SMP or APIC_IO:fsmp1997-07-191-8/+23
* Made the printing of the APIC INTs depend on bootverbose.fsmp1997-07-181-6/+8
* Add some support for the 16650 type UARTS.dyson1997-07-171-8/+47
* Screen saver related fixes.yokota1997-07-152-37/+97
* scgetc() referred to `spcl' in different ways when a key is pressedyokota1997-07-141-2/+2
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-131-6/+22
* Don't allow CONS_HISTORY ioctl to alter history pointersbrian1997-07-091-1/+3
* Remove useless comparison.brian1997-07-081-3/+2
* YAMF2.2: Handle indirect results of "kbdcontrol -h X"brian1997-07-071-4/+7
* Fixes annoying behavior and a bug regarding the destructiveyokota1997-06-301-28/+65
* dev->id_flags --> flagsache1997-06-291-2/+2
* A fix/work-around for ThinkPad 535.yokota1997-06-292-22/+37
* Modified to use merged/renamed functions:fsmp1997-06-251-34/+30
* The syscons driver doesn't really check the presence of the displayyokota1997-06-221-67/+163
* Bring back CONSPEED as a last-ditch default if you can't change the speedpst1997-06-042-4/+9
* If the boot blocks were using the serial port, read the system consolepst1997-06-042-11/+119
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-2/+2
* I've given up on the idea of sizing FIFO's. You can set it with a flagphk1997-06-011-68/+15
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-1/+2
* No longer need opt_smp.h herepeter1997-05-292-4/+2
* Made the array vec[] a global.fsmp1997-05-251-4/+4
* Whoops, missed a zero there. Flags 0x10000 it is.phk1997-05-181-2/+2
* Flags 0x1000 on sio now disables the dreaded test#3.phk1997-05-181-2/+3
* Detect various supersets of 16550A based on fifo depth.phk1997-05-181-4/+39
* 1) font loading (two fixes)yokota1997-05-152-22/+37
* simplify IOPL gain/remove privs code. It's easier with md_regspeter1997-05-071-6/+3
* Now that we have replaced video-related block copy calls withyokota1997-05-071-34/+32
* correct the order of the variablespeter1997-05-051-3/+5
* Don't remove i586_ctr_freq from scope, leave it defined as zero. Thispeter1997-05-041-3/+5
* Restore CRTC start address check back after looking into more sourcesache1997-04-301-3/+9
* In comp_vgaregs skip cursor shape and 4 unused bytes (6 total)ache1997-04-301-4/+4
* Addresses the following two problems.yokota1997-04-271-8/+116
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-262-12/+102
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-10/+12
* Don't call timeout() for DTR wakeup or busy check if the relevant timeoutbde1997-04-181-5/+11
* Preserve some bits in the keyboard controller command byte whenyokota1997-04-101-10/+6
* Prevent wedging of the stat clock because of missed interrupts.mckay1997-04-061-5/+10
* Make MOD_* macros almost consistent:dufault1997-04-061-5/+7
* Removed defaults for dead options CONADDR and CONUNIT.bde1997-04-051-15/+1
* Use device flags instead of options for serial console configurationbde1997-04-051-23/+53
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-031-1/+4
* Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries toyokota1997-03-281-3/+10
OpenPOWER on IntegriCloud