summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa/eisaconf.c
Commit message (Expand)AuthorAgeFilesLines
* Pre 4.0 tidy up.peter2000-01-141-626/+0
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+3
* Delete unneeded #includepeter1999-10-111-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* I'm not sure how this wasn't in the last commit but anyhow...mdodd1999-08-021-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-14/+27
* Restore the pre-new_bus behavior of printing out the reserved resourcesmdodd1999-07-301-5/+95
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-5/+10
* Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-111-2/+21
* Handle suspend/resume methodspeter1999-06-221-1/+3
* Fix a [start,end] vs [start,count] botch that corrupted the resourcepeter1999-05-241-3/+3
* Don't detect an EISA bus unless we see a "card" there somewhere. An EISApeter1999-05-181-2/+10
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+1
* Use consistant function definitions which also silences a warning.peter1999-05-061-20/+8
* GC some now unused (and #if 0) code.peter1999-04-191-321/+3
* EISA can (or will) be a child of the i386 nexus on non-PCI systems.peter1999-04-191-1/+2
* Set the bus description for EISA, like it is for ISA.peter1999-04-191-2/+3
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-166/+324
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Fix list corruption and memory leak that could occur whengibbs1998-05-141-2/+6
* Staticize.eivind1998-02-091-4/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-6/+1
* Removed unused #includes.bde1997-10-281-4/+1
* Add shared EISA interrupt support.gibbs1997-09-211-80/+91
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+3
* Add several casts and include several header files to eliminate compilerfsmp1997-08-211-1/+4
* Removed unused #includes.bde1997-07-201-3/+1
* Various stylistic improvements regarding num_eisa_slots & co.:joerg1997-03-131-2/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add a small hack to UserConfig that allows to override the number ofjoerg1996-12-141-2/+5
* Various cleanups for remanents of devconf.phk1996-09-081-6/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-120/+6
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-14/+14
* Clean up -Wunused warnings.gpalmer1996-06-121-3/+1
* Turn on SCB paging for aic7770 chips rev E or greater.gibbs1996-04-201-6/+16
* Removed unused declaration of bootverbose.bde1996-04-071-2/+1
* aha1742.c:gibbs1996-03-101-4/+4
* 3c5x9.c:gibbs1996-02-261-2/+2
* Free the externalizing buffer.gibbs1996-01-311-2/+5
* aha1742.c aic7770.c bt74x.cgibbs1996-01-311-7/+76
* Another pass through eisaconf. Ioaddrs and Maddrs are link lists now.gibbs1996-01-291-64/+278
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-031-2/+2
* Staticize and cleanup.phk1995-12-101-13/+2
* Don't staticize again (twice).bde1995-11-291-4/+5
* Staticize again.phk1995-11-291-2/+2
* Mega commit for sysctl.phk1995-11-201-16/+6
* Modify the kdc_description for eisa0 to include the system board ID.gibbs1995-11-101-9/+25
* Convert Adaptec 1742 driver to new eisaconf interface.gibbs1995-11-091-3/+3
OpenPOWER on IntegriCloud