summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
Commit message (Expand)AuthorAgeFilesLines
* Pre 4.0 tidy up.peter2000-01-148-3665/+0
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+3
* Delete unneeded #includepeter1999-10-111-2/+0
* Remove old copies. These files now live in src/sys/dev/buslogicmdodd1999-10-091-348/+0
* Remove these files as they now live in sys/dev/dpt/mdodd1999-10-092-327/+0
* Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver.mdodd1999-10-011-309/+0
* $Id$ -> $FreeBSD$peter1999-08-2811-11/+11
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-165-12/+12
* 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-0111-52/+80
* Don't use at_shutdown() now that we have new_bus which lets usmdodd1999-07-311-8/+11
* 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
* Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenpeter1999-07-101-400/+170
* 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
* Correct the comment for the last commit.gibbs1999-05-171-1/+1
* Fix whitespace. Correct a comment.gibbs1999-05-171-15/+18
* Move the declaration of the interrupt type from the driver structuredfr1999-05-088-21/+12
* Use consistant function definitions which also silences a warning.peter1999-05-061-20/+8
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-1/+2
* These two drivers have not been converted for newbus eisa yet.peter1999-05-021-1/+4
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.peter1999-04-241-2/+2
* ahb.c:gibbs1999-04-232-26/+18
* Make bt driver work on eisa again.dfr1999-04-201-2/+2
* 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-189-973/+1141
* Staticize.eivind1999-04-111-2/+2
* Fix a typo.gibbs1999-03-231-2/+2
* Ask the card where our interrupt is instead of attempting to use the EISAgibbs1999-03-081-85/+31
* Poll for bus reset completion instead of assuming that our interruptgibbs1999-03-051-2/+7
* Modify to deal with changes in the storage of user negotiation settings.gibbs1999-03-051-4/+6
* Correct test in poll loop for determining that the mailbox is free togibbs1999-01-281-7/+2
* Fix parenthesization, but the code still looks wrong.dillon1999-01-281-2/+7
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* Switch type of vxintr instead of using the previous casts.eivind1999-01-121-2/+2
* Silence warnings.eivind1999-01-121-2/+2
* The previous commit was bogus. malloc(..., M_WAITOK) should not bebde1999-01-011-2/+6
* Staticize the overrun buffer so that they are not shared betweengibbs1998-12-221-4/+4
* Pull in new ccb_hdr list types.gibbs1998-12-151-1/+2
* malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains whyeivind1998-12-091-6/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Bring back support for honoring the primary channel setting for twin channelgibbs1998-10-151-3/+12
* Hook up ahapoll so that dumps, synchronize cache commands or any othergibbs1998-10-091-1/+2
* Pass termination information via softc flags to the core driver. Thegibbs1998-10-091-13/+19
* Use %p with (void *) casts to print pointers with printf.gibbs1998-09-171-4/+4
OpenPOWER on IntegriCloud