aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-154-29/+52
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-101-21/+8
* Port the ps/2 mouse driver to the alpha.Doug Rabson1998-11-081-0/+2221
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-081-2/+2
* pcf.c: timeout management addedNicolas Souchu1998-10-312-100/+219
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asDoug Rabson1998-10-311-3/+3
* Update timecounters to new interface.Poul-Henning Kamp1998-10-231-11/+11
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-222-4/+9
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toWarner Losh1998-10-121-27/+4
* Fix conficts in probe:Warner Losh1998-10-101-1/+28
* Merge changes from i386/isa/sio.c up to revision 1.215.Doug Rabson1998-09-261-46/+42
* Underlying ,v files were copied and detagged. Re-commit old versionsPeter Wemm1998-09-262-167/+334
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hBruce Evans1998-09-241-3/+1
* Attempt to work around a bug in the previous commit related toBruce Evans1998-09-201-3/+3
* - program counter was previously an index in the microsequence, now pcNicolas Souchu1998-09-201-26/+18
* Ensure that the i8254 timecounter doesn't go backards. It sometimesBruce Evans1998-09-201-6/+21
* Merge with the latest i386 syscons.Doug Rabson1998-09-175-1365/+2795
* Nuke uninitialized varible fd from retrier(). Change the devstat codeJustin T. Gibbs1998-09-151-3/+2
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-20/+30
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.Justin T. Gibbs1998-09-151-0/+322
* Remove the SLICE code.Søren Schmidt1998-09-141-245/+1
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickEivind Eklund1998-09-131-19/+17
* invalid printf call fixed -> compile time warning removedNicolas Souchu1998-09-131-2/+2
* ppbus enhanced to support ZIP+ : microseq improvedNicolas Souchu1998-09-132-27/+69
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,Tor Egge1998-09-061-3/+3
* printing with compatible mode fixed if ECP available + more verbose if bootve...Nicolas Souchu1998-09-021-43/+163
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-3/+2
* Fixed printf format errors.Bruce Evans1998-08-231-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-4/+5
* Fixed devfs initialization which I broke in the previous commit.Bruce Evans1998-08-201-7/+7
* Enabled dynamically sized tty input buffers (with enough bufferingBruce Evans1998-08-191-9/+10
* Register tty software interrupt handlers at run time using register_swi()Bruce Evans1998-08-111-15/+10
* 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