index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
scsi
/
aic7xxx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bring back the loop in RESTART_SEQUENCER. It seems to be necessary for
gibbs
1996-06-08
1
-9
/
+12
*
Fix a regression. Turn off the selection hardware during a selection timeout
gibbs
1996-05-31
1
-12
/
+9
*
Merge in changes for NetBSD/OpenBSD.
gibbs
1996-05-30
1
-425
/
+677
*
Correct a botched commit from yesturday. It helps to bring over the
gibbs
1996-05-23
1
-4
/
+10
*
Setup ULTRAEN in SXFRCTL0 to match the syncrate we are using during the
gibbs
1996-05-22
1
-8
/
+15
*
"board not responding" -> "board is not responding"
dima
1996-05-22
1
-2
/
+2
*
Enable/Disable Ultra mode on a per target basis. This allows the driver
gibbs
1996-05-21
1
-45
/
+60
*
Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probe
gibbs
1996-05-10
1
-60
/
+118
*
Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0.
gibbs
1996-04-28
1
-21
/
+123
*
Fix second instance of the inb type when getting the current sequencer address.
gibbs
1996-04-23
1
-2
/
+2
*
Fix a typo in the RESTART_SEQUENCER macro that could have caused
gibbs
1996-04-23
1
-2
/
+2
*
The default number of tags in the SCB paging case was supposed to be
gibbs
1996-04-22
1
-2
/
+2
*
Implement SCB paging which allows up to 255 active commands on aic7770
gibbs
1996-04-20
1
-385
/
+724
*
Fix support for the aic7850 by looking only at the relavent bits of the
gibbs
1996-03-31
1
-172
/
+215
*
Remove an unused #define.
phk
1996-03-23
1
-3
/
+1
*
Disable SCSI parity checking until we figure out why the aic78X0 generates
gibbs
1996-03-22
1
-3
/
+3
*
Disable the selection hardware before acknowledging a SELTO interrupt.
gibbs
1996-03-11
1
-1
/
+6
*
bt.c, aic7xxx.c:
gibbs
1996-03-10
1
-232
/
+237
*
Changes to support Performance enhancements in the sequencer.
gibbs
1996-01-29
1
-123
/
+170
*
Make PCI interrupt handlers return void like everybody else does.
se
1996-01-23
1
-16
/
+8
*
Use the new adapter_softc field in the scsi_link structure so that
gibbs
1996-01-07
1
-33
/
+14
*
The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT.
gibbs
1996-01-05
1
-2
/
+2
*
The long awaited stability patch set for the aic7xxx driver:
gibbs
1996-01-03
1
-686
/
+426
*
Completed function declarations and added prototypes. Sorted prototypes.
bde
1995-12-15
1
-25
/
+46
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+3
*
Replaced #includes of <sys/user.h> by less gross headers, usually
bde
1995-12-06
1
-2
/
+7
*
Fix typo in QUEUE_FULL_SUPPORTED section.
gibbs
1995-11-07
1
-2
/
+2
*
Properly print out the chip type again. ahc_init really needs a rewrite.
gibbs
1995-11-07
1
-7
/
+19
*
-Wall fixes.
gibbs
1995-11-06
1
-8
/
+8
*
Move aic7xxx register definitions to sys/dev/aic7xxx/aic7xxx_reg.h.
gibbs
1995-11-05
1
-599
/
+75
*
Fixed the type of ahcintr(). The type of an ISA interrupt handler is
bde
1995-11-04
1
-3
/
+16
*
Cleanup, make things static.
phk
1995-10-31
1
-51
/
+52
*
Initialize SXFRCTL0 with DFON|SPIOEN|ULTRAEN.
gibbs
1995-10-29
1
-3
/
+7
*
Fix incorrect bit definitions for SXFRCTL0 (typo). The affected bits
gibbs
1995-10-28
1
-4
/
+4
*
Properly deal with the Ultra series of adapters. We should now understand
gibbs
1995-10-26
1
-81
/
+102
*
Clean up a few nits in the aic7xxx driver:
gibbs
1995-09-05
1
-81
/
+167
*
Remove hard coded assumption that SCSI busses have 7 targets.
gibbs
1995-08-23
1
-17
/
+37
*
Properly prototype the ahc_done routine, and pass the right number of
gibbs
1995-08-15
1
-3
/
+3
*
Correctly timeout scb instead of active_scb which is carying the bus device
gibbs
1995-08-14
1
-2
/
+2
*
Update the SCB controll byte bit definitions to match new SCB_DISCENB bit.
gibbs
1995-08-05
1
-5
/
+1
*
Long overdue, more complete, reset code. These changes implement a
gibbs
1995-07-31
1
-180
/
+592
*
Specify the controller bus in the scsi_link structure to allow hardwired
gibbs
1995-07-17
1
-2
/
+3
*
Correct a typo in a comment.
ats
1995-07-08
1
-2
/
+2
*
First pass cleanup of this driver. This pass does not include the sequencer
gibbs
1995-07-04
1
-53
/
+383
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-135
/
+134
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-226
/
+226
*
Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:
dg
1995-05-17
1
-42
/
+69
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
1
-4
/
+5
*
Aaron Daily of Adaptec has informed me that some form of paged SCB
gibbs
1995-05-01
1
-6
/
+4
*
Set the return value (outb'd to the sequencer) for non zero status
gibbs
1995-05-01
1
-10
/
+17
[next]