summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingsos1996-11-041-29/+44
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-021-28/+36
* add in CONSPEED option which controls console serial port speedpst1996-11-022-6/+13
* More merge and update.asami1996-10-302-3/+159
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofsos1996-10-261-23/+30
* Removed initialization of a variable that went away. Oops.bde1996-10-261-5/+3
* Print the clock calibration messages all on one (long) line again sobde1996-10-251-21/+18
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagpst1996-10-232-8/+10
* Changed mouse functionality a bit, now the pointer disappears ifsos1996-10-182-17/+39
* Corrected the setting of winsize on open().sos1996-10-151-5/+10
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-091-1/+2
* Don't claim the console when the driver is disabled. The getc/putcbde1996-10-091-2/+2
* scresume erroneously used before declared. Move the functionjkh1996-10-031-10/+10
* Fixed the userconfig problem (and one with ddb as well).sos1996-10-021-154/+158
* Fixed the "missing updates" reported by ache.sos1996-10-011-29/+37
* #ifdef another instance of toggle_splash_screen() which Soren missed.jkh1996-10-011-1/+5
* Dont make splash screen the default :)sos1996-09-301-2/+1
* Fix a couble of nasties regarding mouse pointer and differentsos1996-09-302-103/+180
* Work around UMC8669F and Startech UART bugs by not writing to thebde1996-09-301-11/+36
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-141-5/+7
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-143-6/+11
* Another round of merge/update.asami1996-09-121-2/+15
* Hack workaround XFree86 switching failure when used with /dev/sysmousepeter1996-09-101-2/+23
* Updated #includes to 4.4Lite style.bde1996-09-101-2/+1
* The poor nsccons variable was gone agian this time hidden bysos1996-09-091-2/+2
* Make syscons replicate a mousesystems mouse on minor 128..sos1996-09-081-18/+36
* Fixed another easy case of const poisoning in the kernel. Cosmetic.bde1996-09-071-2/+2
* Add option SC_KBD_PROBE_WORKS to syscons driver.pst1996-09-061-4/+12
* Remove devconf, it never grew up to be of any use.phk1996-09-063-200/+3
* Fixed a panic when switching to 40x25 mode, and cursor was beyond thesos1996-09-041-1/+2
* Fixed a couple of bugs in the mousepointer code.sos1996-09-012-233/+298
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.bde1996-08-281-2/+2
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136peter1996-08-161-1/+2
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-12/+6
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-18/+41
* Fix GIO_ATTR ioctl return to match SYSVache1996-07-301-2/+2
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-13/+3
* Post-commit review by Bruce. Mostly stylistic changes.joerg1996-07-211-51/+56
* Major cleanup of the timerX_{acquire,release} stuff. In particular,joerg1996-07-201-48/+96
* some internal modems need LOTS of time to generate an interruptjulian1996-07-171-2/+2
* Fixed adjustment of `time' when timer0 is released. 27465 was 27645 inbde1996-07-171-2/+2
* Staticized a few variables.bde1996-07-121-4/+7
* Added or restored #include of <machine/md_var.h>. Some declarationsbde1996-07-011-1/+2
* Use the standard timer (interrupt) frequency while calibrating the clocks.bde1996-07-011-7/+4
* Bump various timeouts in scprobe(). This finally fixes the brokenjoerg1996-06-271-6/+6
* Fixed bug in pasting 8bit char (ache).sos1996-06-262-81/+57
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* Change the way moused talk to syscons, now its only delivering mouseeventssos1996-06-252-116/+216
* Moved declarations of static functions to the correct file. This fixesbde1996-06-232-37/+37
* Oops, fix a bug that caused updates to the screen to happen, withoutsos1996-06-211-2/+6
OpenPOWER on IntegriCloud