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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove unused var.
phk
1995-11-20
1
-2
/
+1
*
Staticize various private parts.
phk
1995-11-14
1
-2
/
+2
*
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
2
-604
/
+121
*
Fixed the type of ahcintr(). The type of an ISA interrupt handler is
bde
1995-11-04
2
-5
/
+18
*
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
2
-85
/
+108
*
Clean up a few nits in the aic7xxx driver:
gibbs
1995-09-05
4
-95
/
+199
*
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
2
-13
/
+10
*
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
*
Dan Eischen's serial eeprom code.
gibbs
1995-07-04
2
-0
/
+227
*
First pass cleanup of this driver. This pass does not include the sequencer
gibbs
1995-07-04
2
-61
/
+389
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
2
-144
/
+147
*
Remove trailing whitespace.
rgrimes
1995-05-30
2
-235
/
+235
*
Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:
dg
1995-05-17
2
-49
/
+76
*
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
*
Additions to support the WAITING_SCB list that the sequencer maintains.
gibbs
1995-04-27
2
-35
/
+90
*
Don't arbitrarily set SCSI_NOSLEEP. It is now handled correctly by the
gibbs
1995-04-23
2
-22
/
+39
*
Be more careful with how we do a chip reset.
gibbs
1995-04-15
1
-16
/
+33
*
Disable tagged queuing by default. option AHC_TAGENABLE will turn it on.
gibbs
1995-04-09
1
-1
/
+3
*
Log ABORT_TAG messages to the console.
gibbs
1995-04-01
1
-3
/
+31
*
Major overhaul of the aic7xxx driver:
gibbs
1995-03-31
2
-67
/
+86
*
Increase the DELAY used in ahc_poll. This is only used during intial
gibbs
1995-03-17
1
-47
/
+67
*
Compile cleanly -Wall. Remove some code that was an attempt to make
gibbs
1995-03-07
1
-59
/
+46
*
Add tagged queueing support. Right now, we only allow two tagged
gibbs
1995-02-22
2
-85
/
+169
*
Keep track of when we actually are awaiting a reply to an SDTR or WDTR
gibbs
1995-02-03
2
-10
/
+31
*
Set the current transfer parameters directly after a mesg reject for either
gibbs
1995-01-27
1
-13
/
+16
*
Initialize SIMODE1, SCSIID, and SXFRCTL1 in ahc_init instead of at each
gibbs
1995-01-22
1
-7
/
+52
*
Add $Ids. Use DMA for downloading SCBs to the sequencer. Implement SDTR,
gibbs
1995-01-16
2
-86
/
+125
*
Point include to i386/scsi
gibbs
1995-01-13
1
-2
/
+2
*
Generic support for the entire aic7x70 line of adaptors. No one else
gibbs
1995-01-13
2
-449
/
+619
*
Handle both channels of Twin channeled devices. Respect the configuration
gibbs
1994-12-31
1
-161
/
+284
*
Put the sequencer into FASTMODE during initialization. I can now
gibbs
1994-11-29
1
-3
/
+6
*
Changed the MAX_SLOTS constant from 8 to 16. The EISA bus can have up
ats
1994-11-25
1
-2
/
+2
*
Register with devconfg so we show up in lsdev.
gibbs
1994-11-18
1
-1
/
+25
*
Change the include for the sequencer program to point back to the
gibbs
1994-11-18
1
-2
/
+4
*
Whoops - this one's my fault. Put back my changes for seqprog[].
jkh
1994-11-18
1
-4
/
+2
[next]