summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Generate intrnames[] dynamically. This should be new-bus friendly.bde1999-04-146-242/+182
* Build the functionality of the wdc_p hack into the ide_pci.c code.peter1999-04-133-28/+6
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-137-658/+33
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-112-12/+6
* Correct prototype for wdstarteivind1999-04-111-1/+1
* Staticize.eivind1999-04-116-12/+12
* Random text after #endif changed to comment.eivind1999-04-111-1/+1
* When trying to enable or disable an interrupt not described by the mp table,tegge1999-04-101-3/+7
* Test CF after a btrl operation instead of testing ZF (which is undefined).tegge1999-04-101-2/+2
* o sys/i386/include/soundcard.hkato1999-04-081-3/+2
* failled spell-checkphk1999-04-061-2/+2
* 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
OpenPOWER on IntegriCloud