summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix list corruption and memory leak that could occur whengibbs1998-05-141-2/+6
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-172-5/+5
* Add EISA support for DPT driversjulian1998-03-112-0/+556
* Removed unused #includes.bde1998-02-202-20/+1
* Staticize.eivind1998-02-092-5/+5
* Make INET a proper option.eivind1998-01-082-3/+8
* 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-218-110/+164
* Bruce wants the warning.peter1997-09-141-2/+2
* Fix a warning.peter1997-09-131-2/+2
OpenPOWER on IntegriCloud