summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some unneeded statements that enabled interrupts.tegge1998-04-051-3/+2
* More fixes to deal with fonts:yokota1998-04-041-23/+182
* Time changes mark 2:phk1998-04-041-10/+12
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+10
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-0/+1
* Be less draconian about the TSC if APM is configured, use it forphk1998-03-161-8/+31
* On SMP systems, initially follow the MP spec with regard to which pintegge1998-03-141-38/+90
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-051-6/+6
* Prevent the TSC from being used on APM machines, we have no idea ifphk1998-02-281-2/+6
* PCCARD-code related style nits, as requested.msmith1998-02-271-4/+4
* Fix some style nits and remove an unused header.msmith1998-02-271-2/+1
* Quick fix for the i8254 timecounter often gaining 10 msec.bde1998-02-231-1/+2
* Add missing CLOCK_UNLOCK() before write_eflags().jkh1998-02-211-1/+2
* Replace TOD clock code with more systematic approach.phk1998-02-201-68/+115
* - If a PCCARD serial device is removed from the system, let the serialnate1998-02-141-2/+2
* Fix a couple of lines that dropped out in my merge yesterday.phk1998-02-131-3/+7
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-11/+2
* Hmm, it is generally an advantage to commit the most recent version ofphk1998-02-131-15/+14
* Don't (conditionally) override the kernel's min() and max() functionsbde1998-02-131-7/+4
* Update timer0_prescaler_count before calling hardclock() while timer0bde1998-02-131-15/+22
* Add support for VESA mode 0x102 (800x600x4) in syscons. You can activatephk1998-02-122-60/+104
* Fix a white-space nit which I happened to notice.phk1998-02-121-3/+2
* Oops, sorry, a #define line for my debugging session slipped intoyokota1998-02-121-3/+1
* - Move the mouse cursor to the center of the screen after videoyokota1998-02-111-16/+41
* - A new semaphore: font_loading_in_progress.yokota1998-02-111-9/+27
* - Break scrn_timer() into two pieces. Now screen update is done in ayokota1998-02-111-85/+97
* - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's calledyokota1998-02-111-9/+18
* Staticize.eivind1998-02-091-2/+2
* APM calls inittodr(0) which is stupid, but at least stop setting thephk1998-01-281-5/+7
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyyokota1998-01-281-5/+5
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-244-3/+8
* - Add binary compatibility support for obsolete console/mouse ioctlsyokota1998-01-201-1/+51
* Fix illegal numeric expressions: 08 and 09.yokota1998-01-121-10/+10
* add devfs entries for a few more syscons devices (e.g. sysmouse)julian1998-01-121-3/+9
* - Produce the accent letter if the user hits the accent key twice.yokota1998-01-091-4/+28
* 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffsamurai1998-01-081-4/+71
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-072-6/+356
* More cleanup relating to our use of the TSC.phk1997-12-281-40/+30
* wash, sort and put in order various nits from the i586_ctr -> tscphk1997-12-281-11/+11
* Fixed initialization of the divisor latch. We depended on siocnopen()bde1997-12-281-2/+21
* Always call ttwwakeup() before returning from comstart(). It isn'tbde1997-12-281-1/+2
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-261-28/+28
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* - Add support for the following mice to psm/moused/sysmouse:yokota1997-12-072-50/+437
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-062-6/+6
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-5/+5
* Move the hardware currsor off screen when getting back from ansos1997-11-251-2/+9
* Make comp_vgaregs() less strict about VGA register values whenyokota1997-11-212-145/+232
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-201-2/+2
* Removed #unused includes.bde1997-11-181-3/+4
OpenPOWER on IntegriCloud