summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa
Commit message (Expand)AuthorAgeFilesLines
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-1/+0
* Remove __P.alfred2002-03-201-3/+3
* Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'.joerg2001-02-091-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+3
* Delete unneeded #includepeter1999-10-111-2/+0
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* 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-012-16/+32
* 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-182-234/+357
* 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-212-85/+106
* #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-132-8/+10
* Since i don't see that anybody is implementing a more correct EISAjoerg1997-03-121-1/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Add a small hack to UserConfig that allows to override the number ofjoerg1996-12-141-2/+5
* Removed more devconf leftovers.bde1996-09-101-2/+2
* Various cleanups for remanents of devconf.phk1996-09-082-15/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-062-125/+8
* 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-202-13/+33
* 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
OpenPOWER on IntegriCloud