summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix printf format bugs.gibbs1998-09-161-17/+18
* Obsolteted by CAM.gibbs1998-09-153-2189/+0
* Conver the DPT driver to CAM. The dpt_control interface is not yetgibbs1998-09-152-324/+97
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.gibbs1998-09-151-0/+392
* Move to new name and convert to CAM.gibbs1998-09-151-0/+459
* Adaptec 174x EISA SCSI Host Adapter driver for CAM.gibbs1998-09-152-0/+1627
* EISA bus attachment for the AdvanSys driver.gibbs1998-09-151-0/+354
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-4/+4
* MF22: Shut this thing up by default.jkh1998-08-091-2/+2
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-2/+2
* Add support for the Storage Dimensions SDC3222F.gibbs1998-06-141-1/+5
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-4/+4
* Include "eisa.h" and only provide code if NEISA > 0.gibbs1998-05-171-1/+4
OpenPOWER on IntegriCloud