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
/
dev
/
aic7xxx
/
ahc_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the use of MAXBSIZE in the dma tag to more appropriate values.
scottl
2002-12-31
1
-2
/
+3
*
Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO if
scottl
2002-11-30
1
-4
/
+22
*
Sync perforce IDs for changes first committed to FreeBSD and then
gibbs
2002-09-26
1
-1
/
+1
*
The ahc driver should only have one devclass, not one for each bus
scottl
2002-09-22
1
-5
/
+3
*
Sync perforce Ids.
gibbs
2002-08-31
1
-1
/
+1
*
Tell the user about a failed IRQ mapping rather than fail silently.
gibbs
2002-08-31
1
-2
/
+5
*
Allow the ahc and ahd drivers to be built as modules. This also
scottl
2002-08-01
1
-4
/
+4
*
Major update to the aic7xxx driver:
gibbs
2002-04-24
1
-5
/
+5
*
ahc_pci.c:
gibbs
2001-07-18
1
-6
/
+14
*
Don't dereference NULL regs pointer (should mapping I/O ports fail, as
mjacob
2001-06-21
1
-6
/
+7
*
ahc_eisa.c:
gibbs
2001-05-15
1
-0
/
+2
*
This is an MFC candidate.
gibbs
2001-03-11
1
-0
/
+35
*
Update Copyright notices for new year. (should have been in last commit).
gibbs
2001-01-27
1
-1
/
+1
*
ahc_eisa.c:
gibbs
2001-01-22
1
-0
/
+2
*
ahc_eisa.c:
gibbs
2000-12-20
1
-1
/
+13
*
Add Perforce RCSIDs for easy revision correlation to my local tree.
gibbs
2000-09-22
1
-0
/
+2
*
Move aicasm to its own subdirectory.
gibbs
2000-09-16
1
-1894
/
+83
*
*smack* #if 0, not #ifdef 0.
wpaul
2000-08-04
1
-1
/
+1
*
The check_extport() function appears to have some new code in it that checks
wpaul
2000-08-04
1
-0
/
+7
*
ahc_pci.c:
gibbs
2000-07-27
1
-1
/
+17
*
o Convert to <inttypes.h> style fixed sized types to facilitate porting to
gibbs
2000-07-18
1
-234
/
+353
*
Use the correct register names, not the FreeBSD 2.2 compatability ones.
peter
2000-05-28
1
-1
/
+1
*
KNR -> ANSI function definition in two places. This matches the rest of
gibbs
2000-03-18
1
-5
/
+2
*
Remove a diagnostic printf.
gibbs
2000-02-16
1
-3
/
+0
*
Fix parity error detection logic for aic7880 and aic7895 chips during
gibbs
2000-02-09
1
-8
/
+22
*
Avoid setting DPARCKEN until I can figure out why it causes
gibbs
2000-01-10
1
-1
/
+1
*
Turn on parity error reporting before configuring external sram. This
gibbs
2000-01-08
1
-14
/
+21
*
Really enable external SCB ram on Ultra2 capable controllers.
gibbs
2000-01-08
1
-3
/
+9
*
Add detection logic for the U160 family of adaptec controllers. These
gibbs
2000-01-07
1
-148
/
+314
*
When booting verbose, indicate if we are using manual termination
gibbs
1999-12-12
1
-2
/
+8
*
Simplify my license.
gibbs
1999-12-06
1
-39
/
+52
*
Get rid of a stray printf on boot. (BRDCTL = ...)
ken
1999-09-13
1
-1
/
+0
*
Add support for the aic7859 which is found on the 2930CU.
gibbs
1999-08-30
1
-11
/
+54
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Differentiate between aic7895C chips and their earlier brethren
gibbs
1999-08-16
1
-2
/
+6
*
Fix a long standing bug in the auto-termination control settings for
gibbs
1999-08-16
1
-8
/
+9
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-5
/
+1
*
Ignore subvendor and subdevice ids for all ai7880 parts. These chips
gibbs
1999-05-26
1
-27
/
+21
*
All cards using aic789X chips use the new eeprom format.
gibbs
1999-05-25
1
-1
/
+4
*
Add a masking scheme to allow for detection of unknown cards using a
gibbs
1999-05-17
1
-95
/
+131
*
Use a lookup table for device matching instead of a switch on a 64bit
gibbs
1999-05-14
1
-268
/
+449
*
Take the subvendor and subdevice ids into account during device probe.
gibbs
1999-05-14
1
-92
/
+230
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
ahc_pci.c:
gibbs
1999-04-23
1
-114
/
+149
*
Add support for the 3950U2B controller.
gibbs
1999-03-23
1
-1
/
+16
*
Add untested code to support the aha2930U2W.
gibbs
1999-03-05
1
-16
/
+25
*
Set the ultra enable bits in the adaptor's scratch ram area only after
gibbs
1999-02-11
1
-20
/
+19
*
Pull in new ccb_hdr list types.
gibbs
1998-12-15
1
-1
/
+2
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
[next]