summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Back out my LALT -> META change until we figure out a way to make itjkh1997-10-121-2/+2
* Change default keymap (I left all the international ones alone) sojkh1997-10-101-2/+2
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-012-13/+25
* tiny update of ESC sequence parser.itojun1997-09-261-5/+23
* Fix a call to timeout that wasn't properly saving it's callout handle.gibbs1997-09-231-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-212-18/+25
* teach sio how to attach to isa PnP cards. This is mainly for use withjmg1997-09-191-13/+122
* Enable the FIFO on enhanced floppy controllers. This reduces thetegge1997-09-173-3/+60
* Make FDC_DEBUG a supported option.joerg1997-09-161-10/+21
* Update select -> poll in drivers.peter1997-09-142-4/+4
* 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
OpenPOWER on IntegriCloud