summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Suser() simplification:phk1999-04-272-6/+6
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-251-1/+3
* Modify the non-i386 version of disable_intr() and enable_intr() so that theydt1999-04-241-3/+3
* Revert part of 1.9; we don't need to reset the port after release now thatpeter1999-04-241-2/+1
* Return the port size from the probe.peter1999-04-221-2/+3
* oops, SMP was missing includes for a typedef.peter1999-04-211-2/+2
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-212-19/+15
* Make the bt isa driver work..peter1999-04-181-5/+11
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-68/+127
* Merge revs 1.57 and 1.60 of i386/isa/psm.cpeter1999-04-181-53/+99
* Merge missing changes from i386/isa/sioreg.h (PC98 related)peter1999-04-181-1/+14
* Tidy up a few things left over from the conversion from i386/isa/sio.c.peter1999-04-181-4/+21
* Register sio interrupts as fast (fixing some silo overflow messages).dfr1999-04-181-2/+2
* Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c.peter1999-04-171-115/+206
* Merge up to rev 1.226 of i386/isa/sio.cpeter1999-04-171-210/+14
* Copy across some apparently missing cleanups from i386/isa/vga_isa.cpeter1999-04-161-1/+9
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-161-1/+17
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-168-556/+693
* failled spell-checkphk1999-04-061-2/+2
* Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.peter1999-04-061-3/+3
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-9/+20
* Pull 'ISA style' probe where interrupt information is determined throughgibbs1999-03-081-43/+7
* 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
OpenPOWER on IntegriCloud