summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some news for syscons (long overdue):sos1996-06-212-101/+182
* Stomp another compiler warning: sc_devfs_token[] should only be declaredwpaul1996-06-171-1/+3
* Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).bde1996-06-171-36/+15
* In getit(), use read_eflags()/write_eflags() to preserve the interruptbde1996-06-171-3/+8
* Move warning messages under bootverbosepst1996-06-111-4/+8
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-111-1/+2
* Fix the warnings about "cant inline call to xxx" by reordering twopeter1996-05-271-46/+49
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-121-2/+2
* Give up waiting for a successful keyboard reset after somejoerg1996-05-111-5/+7
* Typo.phk1996-05-031-2/+2
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-032-19/+14
* Fix ^[[1K (clear from beginning of line to cursor) andache1996-05-021-4/+4
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-021-57/+1
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-011-43/+249
* Fixed a race that caused panics in kernel printfs when the screen timeoutbde1996-05-011-2/+5
* Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-261-2/+1
* Format the already applied PCCARD additions to use KNF form. Nonate1996-04-231-42/+40
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-5/+23
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.bde1996-04-131-3/+3
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-111-2/+4
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideascrappy1996-04-101-3/+1
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in thescrappy1996-04-101-1/+3
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-081-1/+3
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
OpenPOWER on IntegriCloud