aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/eisa
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* strict kobj signatures: fix assortment of bus_read_ivar implsAndriy Gapon2009-06-111-1/+1
* Make the eisa probe messages just like all the others in the system.Warner Losh2005-08-011-66/+18
* Now that the Adaptec 2842 has its own probe routine, no need to haveWarner Losh2005-03-171-3/+1
* Style(9) pass before some planned larger changes.Warner Losh2005-03-171-91/+61
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* Remove outb to "prime" the EISA ID registers of each slot. This wasJustin T. Gibbs2004-08-161-7/+4
* Use the slot, not an otherwise unused index variable as the probe offset.Nate Lawson2004-08-031-2/+2
* Change EISA probing to be less invasive. Instead of probing all slotsNate Lawson2004-08-031-11/+43
* When adding files to the repo, it is very important to not forgetWarner Losh2004-06-091-0/+65
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forWarner Losh2004-06-092-13/+37
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Add tunable "hw.eisa_slots" to allow overriding the default numberPeter Wemm2002-10-311-0/+1
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofJohn Baldwin2002-09-261-1/+1
* - Use the __BUS_ACCESSOR macro for EISA_ACCESSOR insteadMaxime Henrion2002-08-201-14/+4
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-1/+0
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'.Joerg Wunsch2001-02-091-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-3/+3
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+3
* Delete unneeded #includePeter Wemm1999-10-111-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* I'm not sure how this wasn't in the last commit but anyhow...Matthew N. Dodd1999-08-021-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-012-16/+32
* Restore the pre-new_bus behavior of printing out the reserved resourcesMatthew N. Dodd1999-07-301-5/+95
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-5/+10
* Add a hook for a bus to detect child devices which didn't find drivers.Doug Rabson1999-07-111-2/+21
* Handle suspend/resume methodsPeter Wemm1999-06-221-1/+3
* Fix a [start,end] vs [start,count] botch that corrupted the resourcePeter Wemm1999-05-241-3/+3
* Don't detect an EISA bus unless we see a "card" there somewhere. An EISAPeter Wemm1999-05-181-2/+10
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+1
* Use consistant function definitions which also silences a warning.Peter Wemm1999-05-061-20/+8
* GC some now unused (and #if 0) code.Peter Wemm1999-04-191-321/+3
* EISA can (or will) be a child of the i386 nexus on non-PCI systems.Peter Wemm1999-04-191-1/+2
* Set the bus description for EISA, like it is for ISA.Peter Wemm1999-04-191-2/+3
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-182-234/+357
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+3
* Fix list corruption and memory leak that could occur whenJustin T. Gibbs1998-05-141-2/+6
* Staticize.Eivind Eklund1998-02-091-4/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-6/+1
* Removed unused #includes.Bruce Evans1997-10-281-4/+1
* Add shared EISA interrupt support.Justin T. Gibbs1997-09-212-85/+106
* #include <machine/limits.h> explicitly in the few places that it is required.Bruce Evans1997-08-211-1/+3
* Add several casts and include several header files to eliminate compilerSteve Passe1997-08-211-1/+4