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
/
pci
/
aic7870.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused #includes.
bde
1997-11-18
1
-5
/
+3
*
Modify my copyright notice to allow the sequencer to be used with GPLed
gibbs
1997-06-27
1
-4
/
+11
*
The register definitions are now in the compile directory.
gibbs
1997-03-16
1
-3
/
+3
*
Make it clearer how the termination settings from the PCI probe are used by
gibbs
1997-02-25
1
-8
/
+8
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
ULTRAENB->FAST20
gibbs
1997-02-09
1
-1
/
+1
*
Add 1997 to my copyright.
gibbs
1997-01-29
1
-5
/
+7
*
Add the definition for the CFAUTOTERM bit in the aic78xx SEEPROM.
gibbs
1997-01-24
1
-7
/
+163
*
Be smarter about enabling memory mapped I/O. The AHC_ALLOW_MEMIO option
gibbs
1997-01-22
1
-6
/
+8
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
AHC_FORCE_PIO -> AHC_ALLOW_MEMIO
gibbs
1996-11-16
1
-2
/
+2
*
Clean up the memory mapped/Programmed I/O stuff so that the driver completely
gibbs
1996-11-11
1
-69
/
+73
*
Clean up some code having to do with the 398X cards. We can't rely on the
gibbs
1996-11-05
1
-10
/
+30
*
Add basic support for the 398X cards as multi-channel SCSI host adapters.
gibbs
1996-10-28
1
-23
/
+106
*
- KNF cleanup.
gibbs
1996-10-25
1
-170
/
+143
*
Updated #includes to 4.4lite style.
bde
1996-10-15
1
-2
/
+2
*
Bring aic7xxx driver bug fixes from 'SCSI' into current.
gibbs
1996-10-06
1
-9
/
+15
*
Only assume the scratch ram is valid (we were initialized by the BIOS)
gibbs
1996-06-08
1
-2
/
+2
*
Merge in changes for NetBSD/OpenBSD.
gibbs
1996-05-30
1
-98
/
+208
*
Correct a botched commit from yesturday. It helps to bring over the
gibbs
1996-05-23
1
-2
/
+2
*
It seems that the aic78X0 chips will either have their scratch ram
gibbs
1996-05-21
1
-1
/
+12
*
Fix a brain-o. The scratch ram on aic78X0 controllers is initialized to 0x00
gibbs
1996-05-12
1
-2
/
+2
*
Free our device information in one error case in the driver probe.
gibbs
1996-05-12
1
-1
/
+2
*
Add missing '+ io_port' to two outbs.
gibbs
1996-05-12
1
-5
/
+4
*
The aic78X0 cards have 0xff in all bytes of scratch ram after POST. If
gibbs
1996-05-10
1
-30
/
+58
*
Add PCI IDs for the aic7860 (basically an aic7850 Ultra) and the aic7855
gibbs
1996-04-20
1
-10
/
+42
*
ncr.c:
gibbs
1996-03-31
1
-29
/
+2
*
Be more careful in how we set SCSICONF. It was possible for a controller
gibbs
1996-03-11
1
-3
/
+7
*
aic7870.c, ncr.c:
gibbs
1996-03-10
1
-10
/
+9
*
Update copyright.
gibbs
1996-01-29
1
-2
/
+2
*
Make PCI interrupt handlers return void like everybody else does.
se
1996-01-23
1
-2
/
+2
*
Don't bother setting the DSCommand register. Adaptec's own BIOS doesn't.
gibbs
1996-01-09
1
-4
/
+1
*
Write the cahesize and latency timer values back into configuration
gibbs
1996-01-07
1
-1
/
+6
*
The long awaited stability patch set for the aic7xxx driver:
gibbs
1996-01-03
1
-8
/
+374
*
Another mega commit to staticize things.
phk
1995-12-14
1
-4
/
+4
*
Remove uneccessary increment of the unit number.
gibbs
1995-11-07
1
-2
/
+1
*
Conform to new probe/attach interface exported by aic7xxx.c.
gibbs
1995-11-05
1
-28
/
+30
*
Fixed the type of ahcintr(). The type of an ISA interrupt handler is
bde
1995-11-04
1
-2
/
+2
*
Recognize the aic7880 and 3940 Ultra.
gibbs
1995-10-26
1
-5
/
+25
*
Identify the 2940 *Ultra* SCSI adapter. We treat it as a normal 2940
gibbs
1995-10-08
1
-1
/
+6
*
Detect external SRAM.
gibbs
1995-09-05
1
-4
/
+35
*
Correct the PCI ID for the Adaptec 7850 chips.
gibbs
1995-08-20
1
-2
/
+2
*
Add PCI Id for the 3940 controller.
gibbs
1995-07-04
1
-2
/
+9
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-2
/
+9
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-8
/
+8
*
kernel.h -> sys/kernel.h
gibbs
1995-04-15
1
-2
/
+2
*
Mask the call to ahc_attach with an splbio/splx pair. This allows us
gibbs
1995-03-31
1
-22
/
+47
*
Added a new field to the pci_device struct called pd_shutdown to specify
dg
1995-03-17
1
-2
/
+3
*
#include<kernel.h> to quiet a compiler warning having to do with the
gibbs
1995-02-03
1
-1
/
+2
*
Reapplied all of Stefan's changes. What a mess - the files were modified
dg
1995-02-02
1
-2
/
+6
[next]