summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* More appropriate fix to the id_irq read during probensouch1999-02-141-3/+3
* The way the interrupt id was calculated was wrong and the lptnsouch1999-02-141-2/+2
* Fix interrupt handling with DMA. Bit nFault was tested in the control reg.nsouch1999-02-141-5/+10
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-2/+3
* Oops, the last commit contained a wrong patch. This is the correct one.yokota1999-02-051-4/+19
* - Don't assume the line length in the video memory is always the same asyokota1999-02-051-62/+42
* Fix compile warnings about missing braces around static initialization of uni...nsouch1999-01-311-3/+3
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-302-18/+19
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-2/+3
* Update the alpha port to use the new syscons.dfr1999-01-2314-9850/+2695
* I guess this is now a legacy driver (for alpha only right now).mjacob1999-01-202-6/+6
* Update the pccard hooks to use a module style declaration instead.peter1999-01-192-23/+6
* Fixed corruption of the fd buffer queue. Once upon a time, the activebde1999-01-152-8/+16
* Fix broken low level ppb_rxxx() return type: char becomes u_char.nsouch1999-01-102-18/+18
* Major ppbus commit with:nsouch1999-01-102-52/+486
* Move IO_PSMSIZE from kbdio.h to isareg.h.yokota1999-01-062-7/+5
* Silence -Wtrigraph.hoek1998-12-301-2/+2
* Pre 3.0 branch cleanup casualty #6: ftphk1998-12-271-82/+2
* Fixed LINT breakage in previous commit. Option FDC_YE enabled abde1998-12-141-6/+6
* Fix tabs that should have been spaces. Some were in kernel error messages.mckay1998-12-141-22/+22
* Add support for another 3COM/USR PNP modem, USR3031.steve1998-12-131-1/+2
* Add support for the YE-Data external PCMCIA floppy driver. Thisimp1998-12-122-8/+365
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-13/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-154-29/+52
* Fix probes when a port address is specified.gibbs1998-11-101-21/+8
* Port the ps/2 mouse driver to the alpha.dfr1998-11-081-0/+2221
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
* pcf.c: timeout management addednsouch1998-10-312-100/+219
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asdfr1998-10-311-3/+3
* Update timecounters to new interface.phk1998-10-231-11/+11
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-222-4/+9
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toimp1998-10-121-27/+4
* Fix conficts in probe:imp1998-10-101-1/+28
* Merge changes from i386/isa/sio.c up to revision 1.215.dfr1998-09-261-46/+42
* Underlying ,v files were copied and detagged. Re-commit old versionspeter1998-09-262-167/+334
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-241-3/+1
* Attempt to work around a bug in the previous commit related tobde1998-09-201-3/+3
* - program counter was previously an index in the microsequence, now pcnsouch1998-09-201-26/+18
* Ensure that the i8254 timecounter doesn't go backards. It sometimesbde1998-09-201-6/+21
* Merge with the latest i386 syscons.dfr1998-09-175-1365/+2795
* Nuke uninitialized varible fd from retrier(). Change the devstat codegibbs1998-09-151-3/+2
* Update system to new device statistics code.gibbs1998-09-151-20/+30
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.gibbs1998-09-151-0/+322
* Remove the SLICE code.sos1998-09-141-245/+1
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickeivind1998-09-131-19/+17
* invalid printf call fixed -> compile time warning removednsouch1998-09-131-2/+2
* ppbus enhanced to support ZIP+ : microseq improvednsouch1998-09-132-27/+69
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-3/+3
OpenPOWER on IntegriCloud