summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
AgeCommit message (Expand)Author
2017-02-16Remove EISA bus support for add-in cards. Remove related kernel andWarner Losh
2016-02-20Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2009-06-11strict kobj signatures: fix assortment of bus_read_ivar implsAndriy Gapon
2005-08-01Make the eisa probe messages just like all the others in the system.Warner Losh
2005-03-17Now that the Adaptec 2842 has its own probe routine, no need to haveWarner Losh
2005-03-17Style(9) pass before some planned larger changes.Warner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-16Remove outb to "prime" the EISA ID registers of each slot. This wasJustin T. Gibbs
2004-08-03Use the slot, not an otherwise unused index variable as the probe offset.Nate Lawson
2004-08-03Change EISA probing to be less invasive. Instead of probing all slotsNate Lawson
2004-06-09When adding files to the repo, it is very important to not forgetWarner Losh
2004-06-09Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forWarner Losh
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-29Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev
2002-10-31Add tunable "hw.eisa_slots" to allow overriding the default numberPeter Wemm
2002-09-26Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofJohn Baldwin
2002-08-20- Use the __BUS_ACCESSOR macro for EISA_ACCESSOR insteadMaxime Henrion
2002-04-09GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp
2002-03-20Remove __P.Alfred Perlstein
2001-02-09Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'.Joerg Wunsch
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2000-12-08Convert more malloc+bzero to malloc+M_ZERO.David Malone
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
2000-01-14Pre 4.0 tidy up.Peter Wemm
1999-12-03Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd
1999-10-11Delete unneeded #includePeter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-02I'm not sure how this wasn't in the last commit but anyhow...Matthew N. Dodd
1999-08-01Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd
1999-07-30Restore the pre-new_bus behavior of printing out the reserved resourcesMatthew N. Dodd
1999-07-29Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd
1999-07-11Add a hook for a bus to detect child devices which didn't find drivers.Doug Rabson
1999-06-22Handle suspend/resume methodsPeter Wemm
1999-05-24Fix a [start,end] vs [start,count] botch that corrupted the resourcePeter Wemm
1999-05-18Don't detect an EISA bus unless we see a "card" there somewhere. An EISAPeter Wemm
1999-05-08Move the declaration of the interrupt type from the driver structureDoug Rabson
1999-05-06Use consistant function definitions which also silences a warning.Peter Wemm
1999-04-19GC some now unused (and #if 0) code.Peter Wemm
1999-04-19EISA can (or will) be a child of the i386 nexus on non-PCI systems.Peter Wemm
1999-04-19Set the bus description for EISA, like it is for ISA.Peter Wemm
1999-04-18Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm
1999-01-14Replace includes of <sys/kernel.h> with includes ofJohn Polstra
1998-12-04Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs
1998-05-14Fix list corruption and memory leak that could occur whenJustin T. Gibbs
1998-02-09Staticize.Eivind Eklund
1997-11-07Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp
1997-10-28Removed unused #includes.Bruce Evans