aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Change wakeup to endtsleep, because wakeup don't produce timeoutAndrey A. Chernov1994-12-011-3/+4
* Reverse the meaning of previous change.Jordan K. Hubbard1994-11-301-7/+5
* Experimental change to floppy driver to NOT probe the floppy tape ifJordan K. Hubbard1994-11-291-2/+7
* Fix wrong size check for scroll forward/backward ('S'/'T')Andrey A. Chernov1994-11-211-5/+5
* Attempt to fix scroll forward/ scroll backward bug bringed by vi,Andrey A. Chernov1994-11-211-4/+4
* More intelligent BackTab fix using BTAB special key (unused before)Andrey A. Chernov1994-11-192-9/+11
* Fix all keymaps to bring BackTab to life.Andrey A. Chernov1994-11-191-6/+6
* Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages.Poul-Henning Kamp1994-11-181-3/+3
* Added support for the MicroSoft Natural keyboardSøren Schmidt1994-11-172-15/+55
* Revision 1.6 fix was lost: don't write 0 to RTC_DIAGAndrey A. Chernov1994-11-121-2/+1
* Use adjkerntz into inittodr too (for APM stuff)Andrey A. Chernov1994-11-101-2/+2
* Change "fdx: Floppy not writeable" to less confusingAndrey A. Chernov1994-11-081-2/+2
* From: Lars Fredriksen <fredriks@mcs.com>Jordan K. Hubbard1994-11-081-1/+21
* The style in my patch011 is inconsistent and out of date. It shouldBruce Evans1994-11-061-2/+2
* Work around microtime() enabling interrupts.Bruce Evans1994-11-061-1/+10
* Maintain a new variable `timer0_overflow_threshold' so that microtime()Bruce Evans1994-11-051-41/+87
* Fix for 'pstat -t' works on vtysAndrey A. Chernov1994-11-031-1/+2
* Back out Joerg's latest commit. Sorry, Joerg, but this breaks the installJordan K. Hubbard1994-11-021-143/+98
* Only log errors every second (instead of every 5-10 msec) and check forBruce Evans1994-11-011-59/+81
* Several minor fixes to the floppy driver:Joerg Wunsch1994-10-301-99/+144
* Julian Elischer's disklabel fixes.Jordan K. Hubbard1994-10-271-4/+4
* The other half of patch011, read Numlck state from bios.Poul-Henning Kamp1994-10-271-6/+2
* Fix initialization of video_mode_ptr. It only worked if the segmentsBruce Evans1994-10-261-9/+32
* BEWARE: Interface change of register_intr() !Stefan Eßer1994-10-251-3/+7
* Fixed cut&paste error.Garrett Wollman1994-10-241-2/+2
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-233-30/+91
* Checking for timeout at several critical calls to ``out_fdc()'' now,Joerg Wunsch1994-10-211-14/+56
* A missing bit from Peter Dufaults patches, as best I could guess...Poul-Henning Kamp1994-10-201-1/+22
* Peter Dufaults comconsole changes.Poul-Henning Kamp1994-10-201-8/+8
* Clean up previous commit.Bruce Evans1994-10-191-3/+3
* Add support for devconf to a large number of device drivers, and doGarrett Wollman1994-10-191-2/+2
* isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize().Garrett Wollman1994-10-191-1/+91
* Remove color_display, GIO_COLOR now existsAndrey A. Chernov1994-10-181-6/+3
* Added more SCO compat ioctl's.Søren Schmidt1994-10-171-27/+52
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingPoul-Henning Kamp1994-10-171-2/+2
* Initialize color_display as undefined, cosmetiqueAndrey A. Chernov1994-10-171-2/+2
* Add color_display variable for CPU_COLORDISP sysctl.Andrey A. Chernov1994-10-151-1/+4
* Prevent modem hanging forever on close with CTS off:Andrey A. Chernov1994-10-151-1/+3
* Work around FIFO bug in SMC UARTS.Bruce Evans1994-10-121-49/+86
* Cosmetics. Silence gcc -Wall. Much more to do here :-(Poul-Henning Kamp1994-10-102-6/+6
* Add disable_rtc_set variable to block resettodr() call, needed forAndrey A. Chernov1994-10-041-2/+6
* RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option,Andrey A. Chernov1994-10-041-1/+9
* Fix 'cursor-disappearce-after-switching-screen-from-X' bugAndrey A. Chernov1994-10-031-2/+2
* Ripped out APM-hooks. Not ready for prime time yet.Poul-Henning Kamp1994-10-021-22/+1
* Make fat cursor as early as possible, per Bruce suggestionAndrey A. Chernov1994-10-021-6/+2
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.David Greenman1994-10-012-3/+29
* Fix broken FAT_CURSOR support, don't set cursor shape on VGAAndrey A. Chernov1994-09-291-1/+6
* Changed header slightly.Søren Schmidt1994-09-292-16/+28
* Updated pcaudio.c to latest from 1.1.5.1Søren Schmidt1994-09-291-67/+49
* Bug fixed: cursor shaping in mode swithching produce wrong results forAndrey A. Chernov1994-09-271-2/+5