aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willDoug Rabson1998-08-066-113/+233
* Support files for ISA bus.Doug Rabson1998-08-062-0/+260
* Major ppbus updates from the author.Mike Smith1998-08-032-190/+609
* 1. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA1998-08-032-146/+300
* - When the system is shut down, switch to the vty0 if possible.Kazutaka YOKOTA1998-08-031-3/+17
* Fix the bug which always reallocated the cut buffer wheneverKazutaka YOKOTA1998-08-031-7/+18
* Don't accept the blank time value, if it is too big.Kazutaka YOKOTA1998-08-031-2/+4
* - Add new bell types: "quiet.normal" and "quiet.visual".Kazutaka YOKOTA1998-08-032-4/+12
* Fixed error handling:Bruce Evans1998-07-292-57/+63
* Fixed error handling after a seek error that can't happen. When theBruce Evans1998-07-181-1/+3
* Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans1998-07-152-9/+9
* The ioctl request arg is unsigned long, so don't attempt to pass itBruce Evans1998-07-151-2/+2
* Don't pretend to support ix86's with 16-bit ints by using longsBruce Evans1998-07-141-8/+8
* SLICE probing becomes asynchronous. It can now be triggered byJulian Elischer1998-07-131-6/+3
* Improve a couple of comment.Poul-Henning Kamp1998-07-111-6/+7
* Don't pretend to support ix86's with 7-bit ints by using longs just toBruce Evans1998-07-112-6/+6
* Add the ability to suspend as well as hibernate to the system. ThisWarner Losh1998-07-061-2/+21
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-8/+27
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTKazutaka YOKOTA1998-06-241-5/+2
* Avoid some panics in sio_unload which gets called with various dirtPoul-Henning Kamp1998-06-241-1/+9
* Don't log "unexpected" events on never-opened devices. Events leftBruce Evans1998-06-161-11/+4
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSSteve Price1998-06-131-1/+3
* Add a tc_ prefix to struct timecounter members.Poul-Henning Kamp1998-06-091-6/+6
* Add a member function more to the timecounters, this one is for usePoul-Henning Kamp1998-06-071-1/+3
* Fix some more ioctls which I missed becausese they were hidden by optionsDoug Rabson1998-06-071-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-074-7/+7
* Add a "this" style argument and a "void *private" so timecounters canPoul-Henning Kamp1998-06-071-5/+5
* keymap -> key_map so that the kernel will compile withSteve Price1998-06-061-2/+2
* Force success of the probe (after doing it as before except in oneBruce Evans1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.Bruce Evans1998-06-031-7/+6
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intoBruce Evans1998-05-311-22/+27
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-3/+3
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.Poul-Henning Kamp1998-05-201-2/+2
* Change a data type internal to the timecounters, and remove the "delta"Poul-Henning Kamp1998-05-191-18/+9
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-9/+9
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,Poul-Henning Kamp1998-05-131-1/+2
* There is no dump routine for fd so give it an explicit NULL entryJulian Elischer1998-05-061-2/+3
* Add dump support to the DEVFS/slice code.Julian Elischer1998-05-061-3/+3
* Detect USR PnP x2 modem.Poul-Henning Kamp1998-05-041-1/+2
* close() is no longer a SLICE method.Julian Elischer1998-04-221-4/+10
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-191-17/+269
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-172-4/+4
* Stop the screensaver before switching consoles.Dag-Erling Smørgrav1998-04-171-1/+7
* Swapped "should we just return" and "should we stop the screensaver"Dag-Erling Smørgrav1998-04-161-8/+11
* Remove some unneeded statements that enabled interrupts.Tor Egge1998-04-051-3/+2
* More fixes to deal with fonts:Kazutaka YOKOTA1998-04-041-23/+182
* Time changes mark 2:Poul-Henning Kamp1998-04-041-10/+12
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-3/+10
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-0/+1
* Be less draconian about the TSC if APM is configured, use it forPoul-Henning Kamp1998-03-161-8/+31