summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add a tc_ prefix to struct timecounter members.phk1998-06-091-6/+6
* Add a member function more to the timecounters, this one is for usephk1998-06-071-1/+3
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-074-7/+7
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-071-5/+5
* keymap -> key_map so that the kernel will compile withsteve1998-06-061-2/+2
* Force success of the probe (after doing it as before except in onebde1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.bde1998-06-031-7/+6
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-311-22/+27
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-3/+3
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.phk1998-05-201-2/+2
* Change a data type internal to the timecounters, and remove the "delta"phk1998-05-191-18/+9
* s/nanoruntime/nanouptime/gphk1998-05-171-9/+9
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,phk1998-05-131-1/+2
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-061-2/+3
* Add dump support to the DEVFS/slice code.julian1998-05-061-3/+3
* Detect USR PnP x2 modem.phk1998-05-041-1/+2
* close() is no longer a SLICE method.julian1998-04-221-4/+10
* Add changes and code to implement a functional DEVFS.julian1998-04-191-17/+269
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-172-4/+4
* Stop the screensaver before switching consoles.des1998-04-171-1/+7
* Swapped "should we just return" and "should we stop the screensaver"des1998-04-161-8/+11
* 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
OpenPOWER on IntegriCloud