summaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-1611-11/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2911-11/+11
* Back-port the fix regarding the mode information for the VGA mode XKazutaka YOKOTA1999-08-281-3/+5
* MFC:Kazutaka YOKOTA1999-08-211-21/+199
* YAMFC: rev 1.5 and rev 1.11.Kazutaka YOKOTA1999-07-121-51/+97
* MFC: Implement a kludge for some wheeled mice for which infamous "psmintr:Kazutaka YOKOTA1999-07-121-1/+15
* YAMFC: merge updated keyboard driver code:Kazutaka YOKOTA1999-05-091-8/+19
* MFC: Most non-newbus and non-vm changes to the alpha port since theDoug Rabson1999-05-0715-9915/+37
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-04-244-0/+2719
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-2110-6524/+0
* I guess this is now a legacy driver (for alpha only right now).Matt Jacob1999-01-202-6/+6
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-192-23/+6
* Fixed corruption of the fd buffer queue. Once upon a time, the activeBruce Evans1999-01-152-8/+16
* Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu1999-01-102-18/+18
* Major ppbus commit with:Nicolas Souchu1999-01-102-52/+486
* Move IO_PSMSIZE from kbdio.h to isareg.h.Kazutaka YOKOTA1999-01-062-7/+5
* Silence -Wtrigraph.Tim Vanderhoek1998-12-301-2/+2
* Pre 3.0 branch cleanup casualty #6: ftPoul-Henning Kamp1998-12-271-82/+2
* Fixed LINT breakage in previous commit. Option FDC_YE enabled aBruce Evans1998-12-141-6/+6
* Fix tabs that should have been spaces. Some were in kernel error messages.Stephen McKay1998-12-141-22/+22
* Add support for another 3COM/USR PNP modem, USR3031.Steve Price1998-12-131-1/+2
* Add support for the YE-Data external PCMCIA floppy driver. ThisWarner Losh1998-12-122-8/+365
* Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund1998-12-101-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-13/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+3
* * 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-99/+218
* * 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-1364/+2794
* 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