| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed cut&paste error. | wollman | 1994-10-24 | 1 | -2/+2 |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 3 | -30/+91 |
* | Checking for timeout at several critical calls to ``out_fdc()'' now, | joerg | 1994-10-21 | 1 | -14/+56 |
* | A missing bit from Peter Dufaults patches, as best I could guess... | phk | 1994-10-20 | 1 | -1/+22 |
* | Peter Dufaults comconsole changes. | phk | 1994-10-20 | 1 | -8/+8 |
* | Clean up previous commit. | bde | 1994-10-19 | 1 | -3/+3 |
* | Add support for devconf to a large number of device drivers, and do | wollman | 1994-10-19 | 1 | -2/+2 |
* | isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize(). | wollman | 1994-10-19 | 1 | -1/+91 |
* | Remove color_display, GIO_COLOR now exists | ache | 1994-10-18 | 1 | -6/+3 |
* | Added more SCO compat ioctl's. | sos | 1994-10-17 | 1 | -27/+52 |
* | isa_device.h: Added flag for sensitive HW. ed# seems to break if anything | phk | 1994-10-17 | 1 | -2/+2 |
* | Initialize color_display as undefined, cosmetique | ache | 1994-10-17 | 1 | -2/+2 |
* | Add color_display variable for CPU_COLORDISP sysctl. | ache | 1994-10-15 | 1 | -1/+4 |
* | Prevent modem hanging forever on close with CTS off: | ache | 1994-10-15 | 1 | -1/+3 |
* | Work around FIFO bug in SMC UARTS. | bde | 1994-10-12 | 1 | -49/+86 |
* | Cosmetics. Silence gcc -Wall. Much more to do here :-( | phk | 1994-10-10 | 2 | -6/+6 |
* | Add disable_rtc_set variable to block resettodr() call, needed for | ache | 1994-10-04 | 1 | -2/+6 |
* | RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option, | ache | 1994-10-04 | 1 | -1/+9 |
* | Fix 'cursor-disappearce-after-switching-screen-from-X' bug | ache | 1994-10-03 | 1 | -2/+2 |
* | Ripped out APM-hooks. Not ready for prime time yet. | phk | 1994-10-02 | 1 | -22/+1 |
* | Make fat cursor as early as possible, per Bruce suggestion | ache | 1994-10-02 | 1 | -6/+2 |
* | Laptop Advanced Power Management support by HOSOKAWA Tatsumi. | dg | 1994-10-01 | 2 | -3/+29 |
* | Fix broken FAT_CURSOR support, don't set cursor shape on VGA | ache | 1994-09-29 | 1 | -1/+6 |
* | Changed header slightly. | sos | 1994-09-29 | 2 | -16/+28 |
* | Updated pcaudio.c to latest from 1.1.5.1 | sos | 1994-09-29 | 1 | -67/+49 |
* | Bug fixed: cursor shaping in mode swithching produce wrong results for | ache | 1994-09-27 | 1 | -2/+5 |
* | Refuse text mode switching when proper font not loaded | ache | 1994-09-27 | 1 | -2/+20 |
* | An ifdef almost hit where it was supposed to go. Joerg owes me a good | phk | 1994-09-25 | 1 | -6/+6 |
* | Copied over the transfer speed definitions from sys/i386/isa/fdreg.h. | joerg | 1994-09-25 | 1 | -1/+3 |
* | Moved the ft.c from 1.1.5.1 over. It works on my Conner thingie. Got | phk | 1994-09-25 | 1 | -1/+5 |
* | 1)Back out my previous change: only 8x16 font grabbing available, | ache | 1994-09-25 | 1 | -15/+23 |
* | SAVE all fonts, if NO_HARDFONTS defined, not only 8x16 | ache | 1994-09-24 | 1 | -3/+4 |
* | #if 0'd evil dynamic fifo trigger level adjustment; it just bit me and | dg | 1994-09-21 | 1 | -1/+3 |
* | From 1.1.5: | dg | 1994-09-21 | 1 | -3/+3 |
* | Don't lose the RTC interrupt in resettodr(). | bde | 1994-09-20 | 1 | -2/+2 |
* | resettodr() implemented, inittodr() fixed | ache | 1994-09-20 | 2 | -74/+145 |
* | Remove some unnecessary #includes. | bde | 1994-09-18 | 1 | -18/+12 |
* | Redo Kernel NTP PLL support, kernel side. | wollman | 1994-09-18 | 1 | -22/+1 |
* | Fixed the problem where the floppy has incorrectly failed probing | joerg | 1994-09-17 | 1 | -17/+34 |
* | Updated driver to the 1.1.5 version: | dg | 1994-09-17 | 4 | -315/+571 |
* | Added support for many more videomodes, including graphic modes up til | sos | 1994-09-15 | 1 | -189/+249 |
* | 1. adjkerntz variable added for preparation to resettodr() implementation | ache | 1994-09-14 | 1 | -2/+4 |
* | Digicom Systems Inc, makes "softmodems". What this means is simply that | phk | 1994-09-13 | 1 | -2/+164 |
* | Use RAW_PART=2 to trick diskerr | ache | 1994-08-29 | 1 | -2/+4 |
* | 1) Changed ddb into a option rather than a pseudo-device (use options DDB | dg | 1994-08-27 | 1 | -6/+2 |
* | Updated to final 1.1.5 version (revision 1.56). | bde | 1994-08-25 | 1 | -471/+508 |
* | Ran ft.c through ident. | paul | 1994-08-23 | 2 | -23/+22 |
* | 1) cleaned up after Garrett - fixed more redundant declarations, changed | dg | 1994-08-20 | 1 | -4/+1 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -3/+1 |
* | Bruce Evans' dynamic interrupt support. | dg | 1994-08-18 | 2 | -8/+7 |