summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Revert the logic behind my last change, and use a function calledjoerg1997-09-131-4/+4
* Support Intel EtherExpress Pro 10+msmith1997-09-121-4/+10
* Do not ever try to coredump adapter memory regions.joerg1997-09-101-3/+7
* Change the address for the low end of what we permit from c0000 downdg1997-09-101-2/+2
* add the plug-and-play code into current...jmg1997-09-092-0/+806
* Added a check for the ISA memory address range being valid. Fixes PR#835.dg1997-09-081-2/+9
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughdg1997-09-081-18/+27
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfpeter1997-09-082-4/+4
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-074-135/+264
* Include kernel.h instead of declaring "extern int hz".bde1997-09-072-5/+4
* Enable A law encoding.helbig1997-09-061-0/+73
* Enable A law encoding.helbig1997-09-061-1/+4
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferyokota1997-09-042-14/+19
* Upgrade of EIDE DMA support, Johns comments:sos1997-09-042-39/+72
* 1) Changed the volume to be a little louder.sos1997-09-031-12/+29
* Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogusbde1997-09-031-121/+147
* Removed the "globl" nature of the vec array. This was left over from thefsmp1997-09-021-5/+3
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-028-7/+15
* General cleanup of the sub-system locking macros.fsmp1997-09-013-107/+60
* Removed unused #includes.bde1997-09-013-24/+2
* Fixed absolute pathnames in #includes.bde1997-09-011-2/+2
* Created a private simple_lock to control accesses to com data structsfsmp1997-08-311-51/+76
* Another round of lock pushdown.fsmp1997-08-306-89/+90
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-297-68/+253
* Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>jkh1997-08-281-1/+1
* ISA driver for Comtrol Rocketport serial cards. No PCI probe stubjkh1997-08-283-0/+3227
* Moved include files which are independent of bs driver.kato1997-08-284-69/+5
* Add prototype for isa_dmastop()msmith1997-08-281-1/+2
* Here is a patch to alleviate the current problem with the dma interfacemsmith1997-08-281-14/+42
* Fixed pedantic syntax error (trailing comma in enum).bde1997-08-251-2/+2
* Removed more abuses of timeout_func_t.bde1997-08-251-2/+2
* Removed unused misplaced definition of TIMER_FREQ.bde1997-08-251-3/+2
* Fixed reversed arguments and poor formatting and comments for OUT*.bde1997-08-251-8/+8
* Fixed some not-so-recently broken indentation.bde1997-08-251-3/+3
* Fixed some not-so-recently broken indentation.bde1997-08-251-2/+2
* Check for irq conflicts even if conflicts are allowed. Conflictingbde1997-08-251-7/+9
* Fixed type mismatch for a (low quality interface) function with anbde1997-08-251-5/+2
* Police 4.4Lite #include style.bde1997-08-251-3/+3
* Fixed type mismatch for a (low quality interface) function with an argbde1997-08-251-3/+2
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-241-19/+22
* Fix a deadlock caused by one of the spl functions being called beforefsmp1997-08-241-11/+10
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-245-135/+411
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-212-1/+6
* Get le_intr decl from sys/conf.hfsmp1997-08-211-2/+2
* Forward declaration for the intr routine, avoids compiler warning.fsmp1997-08-211-1/+2
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-2/+2
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)fsmp1997-08-211-4/+4
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-212-20/+2
* Another boo-boo, this file defines cil.fsmp1997-08-211-1/+5
* Made PEND_INTS default.fsmp1997-08-215-253/+126
OpenPOWER on IntegriCloud