summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* strict kobj signatures: fix assortment of bus_read_ivar implsavg2009-06-111-1/+1
* Make the eisa probe messages just like all the others in the system.imp2005-08-011-66/+18
* Now that the Adaptec 2842 has its own probe routine, no need to haveimp2005-03-171-3/+1
* Style(9) pass before some planned larger changes.imp2005-03-171-91/+61
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Remove outb to "prime" the EISA ID registers of each slot. This wasgibbs2004-08-161-7/+4
* Use the slot, not an otherwise unused index variable as the probe offset.njl2004-08-031-2/+2
* Change EISA probing to be less invasive. Instead of probing all slotsnjl2004-08-031-11/+43
* When adding files to the repo, it is very important to not forgetimp2004-06-091-0/+65
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forimp2004-06-092-13/+37
* Use __FBSDID().obrien2003-08-241-1/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Add tunable "hw.eisa_slots" to allow overriding the default numberpeter2002-10-311-0/+1
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofjhb2002-09-261-1/+1
* - Use the __BUS_ACCESSOR macro for EISA_ACCESSOR insteadmux2002-08-201-14/+4
* 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
OpenPOWER on IntegriCloud