summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-5/+5
* Changes to support Performance enhancements in the sequencer.gibbs1996-01-292-135/+175
* Correctly initialize the `btprobing' variable. It's always been 0,joerg1996-01-251-2/+2
* Make PCI interrupt handlers return void like everybody else does.se1996-01-232-19/+10
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-073-42/+21
* The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT.gibbs1996-01-051-2/+2
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-032-733/+465
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-151-25/+46
* Change the generic "btintr" function's name to "bt_intr" - the same aspeter1995-12-142-7/+7
* Completed function declarations and added prototypes.bde1995-12-131-14/+32
* The core of the Buslogic SCSI driver that is shared for all models ongibbs1995-12-122-0/+1700
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+7
* Remove unused var.phk1995-11-201-2/+1
* Staticize various private parts.phk1995-11-141-2/+2
* Fix typo in QUEUE_FULL_SUPPORTED section.gibbs1995-11-071-2/+2
* Properly print out the chip type again. ahc_init really needs a rewrite.gibbs1995-11-071-7/+19
* -Wall fixes.gibbs1995-11-061-8/+8
* Move aic7xxx register definitions to sys/dev/aic7xxx/aic7xxx_reg.h.gibbs1995-11-052-604/+121
* Fixed the type of ahcintr(). The type of an ISA interrupt handler isbde1995-11-042-5/+18
* Cleanup, make things static.phk1995-10-311-51/+52
* Initialize SXFRCTL0 with DFON|SPIOEN|ULTRAEN.gibbs1995-10-291-3/+7
* Fix incorrect bit definitions for SXFRCTL0 (typo). The affected bitsgibbs1995-10-281-4/+4
* Properly deal with the Ultra series of adapters. We should now understandgibbs1995-10-262-85/+108
* Clean up a few nits in the aic7xxx driver:gibbs1995-09-054-95/+199
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-17/+37
* Properly prototype the ahc_done routine, and pass the right number ofgibbs1995-08-151-3/+3
* Correctly timeout scb instead of active_scb which is carying the bus devicegibbs1995-08-141-2/+2
* Update the SCB controll byte bit definitions to match new SCB_DISCENB bit.gibbs1995-08-052-13/+10
* Long overdue, more complete, reset code. These changes implement agibbs1995-07-311-180/+592
* Specify the controller bus in the scsi_link structure to allow hardwiredgibbs1995-07-171-2/+3
* Correct a typo in a comment.ats1995-07-081-2/+2
* Dan Eischen's serial eeprom code.gibbs1995-07-042-0/+227
* First pass cleanup of this driver. This pass does not include the sequencergibbs1995-07-042-61/+389
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-112-144/+147
* Remove trailing whitespace.rgrimes1995-05-302-235/+235
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:dg1995-05-172-49/+76
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-4/+5
* Aaron Daily of Adaptec has informed me that some form of paged SCBgibbs1995-05-011-6/+4
* Set the return value (outb'd to the sequencer) for non zero statusgibbs1995-05-011-10/+17
* Additions to support the WAITING_SCB list that the sequencer maintains.gibbs1995-04-272-35/+90
* Don't arbitrarily set SCSI_NOSLEEP. It is now handled correctly by thegibbs1995-04-232-22/+39
* Be more careful with how we do a chip reset.gibbs1995-04-151-16/+33
* Disable tagged queuing by default. option AHC_TAGENABLE will turn it on.gibbs1995-04-091-1/+3
* Log ABORT_TAG messages to the console.gibbs1995-04-011-3/+31
* Major overhaul of the aic7xxx driver:gibbs1995-03-312-67/+86
* Increase the DELAY used in ahc_poll. This is only used during intialgibbs1995-03-171-47/+67
* Compile cleanly -Wall. Remove some code that was an attempt to makegibbs1995-03-071-59/+46
* Add tagged queueing support. Right now, we only allow two taggedgibbs1995-02-222-85/+169
* Keep track of when we actually are awaiting a reply to an SDTR or WDTRgibbs1995-02-032-10/+31
OpenPOWER on IntegriCloud