summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
...
* Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.peter1999-04-061-3/+3
* Include nss.h only when PC98 is defined.kato1999-04-031-0/+2
* We don't need to splbio() around biodone().phk1999-04-021-3/+1
* Add back cxswitch() it was used afterall.phk1999-04-021-0/+22
* o sys/i386/include/soundcard.hkato1999-04-027-134/+199
* fix polarity reversal.phk1999-04-011-2/+2
* Follow up to the recent vm86 change in rev. 1.19.yokota1999-03-311-6/+8
* The DEVFS case was screwed by my last commit here..sos1999-03-312-8/+8
* SX ISA cards are only 32k wide in 8 bit mode (which is the onlynsayer1999-03-301-2/+2
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-303-36/+2
* Reduce overhead of PPS when not active.phk1999-03-301-9/+11
* Add PPS-API support for DCD on serial ports.phk1999-03-301-3/+21
* Another round of fix for palette loading.yokota1999-03-291-8/+39
* Ifdef declaration of a conditionally defined function "timezero".dt1999-03-281-1/+3
* Add Turtle Beach Malibu soundcard (and a sample config) to CARDS aschuckr1999-03-251-0/+6
* Add support for Cardinal MVP288IV PnP modem.steve1999-03-251-1/+2
* Add support for the USR3090 PnP modem.steve1999-03-241-1/+2
* Update Specialix download microcode for the transputer based serial hostpeter1999-03-241-2142/+2246
* Fixed a couple of missing drive selects in wdreset(). This mainlybde1999-03-231-2/+4
* Cast (u_char *) to (vm_offset_t) to silence compiler warnings.jlemon1999-03-181-6/+6
* Update to use the modified vm86_datacall interface.jlemon1999-03-181-21/+27
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-172-18/+88
* Rewert the atapi CDROM driver's name to wcd.sos1999-03-163-74/+74
* This is a temporary workaround for kernel panic occurring whenyokota1999-03-151-1/+3
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-102-21/+8
* Pull 'ISA style' probe where interrupt information is determined throughgibbs1999-03-081-43/+7
* Spell David correctly.steve1999-03-081-2/+2
* Block cam hardware interrupts at splvm(). Controller drivers maygibbs1999-03-051-4/+4
* Fixed null pointer panic for misconfigured master ports.bde1999-03-031-3/+7
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.kato1999-03-031-1/+2
* Fix an operator precedence bug.dt1999-02-201-3/+3
* Kill an obsolete file. It has been moved to sys/dev/kbd.yokota1999-02-201-1332/+0
* Make sure the DAC palette width is restored to 6 bit.yokota1999-02-201-5/+8
* 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
* Remove the lpt driver, as discussed on -hackers.des1999-02-101-1381/+0
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-105-12/+20
* Oops, the last commit contained a wrong patch. This is the correct one.yokota1999-02-052-12/+42
* - Don't assume the line length in the video memory is always the same asyokota1999-02-052-68/+86
* YAMFsio.c (1.227-1.228: set up input buffering dynamically).bde1999-02-041-116/+189
* M_TTYS -> M_DEVBUF. M_TTYS is documented to be for "tty databde1999-02-041-11/+13
* Set up interrupt-level input buffering dynamically depending onbde1999-02-041-111/+177
* Added a used include. This file doesn't get tested by LINT becausebde1999-02-041-0/+2
* Bzero the devstat structure before use.sos1999-01-312-2/+4
* Move the "fetch serial data" delay so that it is an inter-bit delay.dufault1999-01-311-5/+13
* Add device stats for the acd device.sos1999-01-314-30/+92
* Fix compile warnings about missing braces around static initialization of uni...nsouch1999-01-311-3/+3
* New driver flags to support IFF_ALLMULTI handling.paul1999-01-311-1/+4
* Add IFF_MULTICAST when setting flags in lnc_init().paul1999-01-311-2/+2
OpenPOWER on IntegriCloud