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
/
aac
/
aac_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mega Update to the aac driver to support a whole new family of cards and
scottl
2005-10-08
1
-27
/
+56
*
Add support for HP branded 2610SA
ps
2005-08-08
1
-0
/
+2
*
Check the vendor and device, not subvendor and subdevice, when looking for
scottl
2005-07-14
1
-2
/
+2
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Add a default driver to attach to the "hidden" scsi channels of the Dell
scottl
2005-01-07
1
-0
/
+62
*
Add the PCI ID for the Adaptec 2230SLP card.
scottl
2004-12-15
1
-0
/
+2
*
Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.
scottl
2004-12-09
1
-1
/
+1
*
Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec for
scottl
2004-10-21
1
-0
/
+2
*
Add support for the Adaptec RAID-On-Chip architecture. This in turn
scottl
2004-08-13
1
-2
/
+9
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Unbreak the build.
des
2004-05-13
1
-1
/
+1
*
Enable INTR_ENTROPY if the interrupt is not set to INTR_FAST. Remove the
scottl
2004-05-13
1
-5
/
+2
*
Don peril-sensitive sunglasses and add PCI Id's for two new cards. I've
scottl
2004-03-20
1
-0
/
+4
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-9
/
+9
*
Fall back to INTR_MPSAFE if INTR_FAST registration fails.
scottl
2004-02-09
1
-2
/
+8
*
Take the plunge and make this driver be INTR_FAST. This re-arranges the
scottl
2004-01-30
1
-1
/
+1
*
Remove a bogus PCI ID entry.
scottl
2003-11-01
1
-2
/
+0
*
Use PCIR_BAR() instead of a magic offset.
scottl
2003-09-09
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Prefer the new location of dev/pci/pci*.h.
imp
2003-08-22
1
-2
/
+2
*
Add a new quirk for cards that incorrectly interpret the amount of memory
scottl
2003-07-09
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+1
*
Add support for the upcoming 2410SA card.
scottl
2003-05-30
1
-0
/
+2
*
Begin support for 64-bit address support and workarounds for newer cards:
scottl
2003-03-26
1
-58
/
+25
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
The aac driver has evolved enough over the last few months that it no
scottl
2003-03-01
1
-1
/
+1
*
Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recent
scottl
2003-02-26
1
-2
/
+2
*
Make the aac driver be INTR_MPSAFE. Once the interrupt handler determines
scottl
2003-02-19
1
-2
/
+3
*
Implement a new dynamic command allocator. FIBs are allocated in 1 page
scottl
2003-02-10
1
-1
/
+1
*
Hack around a bug in the 2200 and 2120 controllers that connot DMA
scottl
2003-01-23
1
-1
/
+1
*
sable the CAM interface on some more cards. It seemed to be confusing and
scottl
2002-12-12
1
-5
/
+5
*
Fix GET_TRAN_SETTINGS to be more correct.
scottl
2002-08-10
1
-2
/
+2
*
Update the PCI table as per Dell's fickleness.
scottl
2002-05-12
1
-2
/
+2
*
Add a CAM interface to the aac driver. This is useful in case you should
scottl
2002-04-27
1
-28
/
+41
*
Prepare for a major update to the aac driver:
scottl
2002-04-24
1
-1
/
+1
*
Add the PCI ID for an upcoming variant of a soon-to-be released series of
scottl
2002-04-18
1
-0
/
+2
*
Add support for the Dell 2650
scottl
2002-04-05
1
-0
/
+1
*
Add support for the PERC3/Di found in the Dell 1650
scottl
2002-04-02
1
-0
/
+1
*
Add ID's for a couple of upcoming cards.
scottl
2002-02-13
1
-0
/
+4
*
Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. This
scottl
2002-02-06
1
-0
/
+8
*
Staticise the aac devclass.
msmith
2002-01-09
1
-0
/
+2
*
Add functionality and fix bugs so the driver will work with soon-to-be
scottl
2001-12-02
1
-0
/
+4
*
Don't use a silly test to define INTR_ENTROPY.
scottl
2001-09-06
1
-1
/
+1
*
Bring the aac driver *much* closer to style(9).
scottl
2001-09-05
1
-166
/
+173
*
Mega update to the aac driver.
scottl
2001-08-29
1
-4
/
+4
*
Clarify the description string for one of the StrongARM based cards.
scottl
2001-08-17
1
-1
/
+2
*
Bugfixes. Close a race and logic bug in the timeout handling, don't call the
scottl
2001-08-05
1
-0
/
+2
*
Fix a couple of copyright issues and an 80 column nit that I missed before
scottl
2001-08-05
1
-1
/
+1
*
Reformat for 80 columns. Sorry, but I had to do it.
scottl
2001-08-03
1
-18
/
+25
[next]