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