summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferyokota1997-09-042-14/+19
* General cleanup of the sub-system locking macros.fsmp1997-09-012-104/+52
* Removed unused #includes.bde1997-09-011-8/+1
* Created a private simple_lock to control accesses to com data structsfsmp1997-08-311-51/+76
* Another round of lock pushdown.fsmp1997-08-302-51/+64
* Removed unused misplaced definition of TIMER_FREQ.bde1997-08-251-3/+2
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+2
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)fsmp1997-08-211-4/+4
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-211-10/+1
* Made PEND_INTS default.fsmp1997-08-211-34/+6
* Preperation for moving cpl into critical region access.fsmp1997-08-201-1/+48
* Minor ppc_data structure tweak.msmith1997-08-161-3/+3
* ISA Parallel-Port Bus chipset driver.msmith1997-08-142-0/+901
* Fix the checks for screenborder for the mousepointer.sos1997-08-091-14/+12
* Yeah I'm back hacking syscons !!sos1997-08-081-6/+56
* Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.fsmp1997-08-041-2/+3
* 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
OpenPOWER on IntegriCloud