Home | History | Annotate | Download | only in ic
History log of /src/sys/dev/ic/aac_tables.h
RevisionDateAuthorComments
 1.6  02-Feb-2024  andvar s/maintenace/maintenance/ in command status code description.
 1.5  05-Jun-2007  briggs Bring in changes from FreeBSD...
* Allocate commands on-demand.
* Update a bunch of constants and some structures.
* Use __attribute__ ((__packed__)) instead of __packed to be consistent.
* Support more commands for devices that can apparently handle them.
* Support a "new comm. interface" present in more recent Adaptec
firmware. This reduces the amount of PCI bus traffic in handling
commands.
* Support larger commands going to the adapter--if the adapter can
support them.
* Support 64-bit commands for archs where sizeof(bus_addr_t) > 4 and
for adapters that advertise SGMAP64.
* Handle the WINDOW4G option and NO4GB quirk by excluding 2G-4G window
unless we have the WINDOW4G capability without the NO4GB quirk.
* Ask the adapter more about its capabilities and try to use those if
they seem sane.
* Do our bus_dmamap_sync() inside dequeue_fib instead of following,
since we have the information that we need there.
* Provide access functions for some adapters that I haven't seen yet
(MIPS-based "Rocket" adapters). Not yet used.
 1.4  11-Dec-2005  christos branches: 1.4.24; 1.4.30; 1.4.32; 1.4.38;
merge ktrace-lwp.
 1.3  15-Feb-2005  briggs branches: 1.3.6;
Identify Intel 80303 cpu variant.
 1.2  23-Aug-2004  thorpej branches: 1.2.4; 1.2.6;
Protect against multiple inclusion.
 1.1  26-Apr-2002  ad branches: 1.1.6; 1.1.8; 1.1.14;
Add a driver for Adaptec FSA RAID controllers, as often found in Dell
servers. Based on the FreeBSD/OpenBSD versions.
 1.1.14.4  15-Feb-2005  skrll Sync with HEAD.
 1.1.14.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.14.2  18-Sep-2004  skrll Sync with HEAD.
 1.1.14.1  25-Aug-2004  skrll Sync with HEAD.
 1.1.8.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.8.1  26-Apr-2002  jdolecek file aac_tables.h was added on branch kqueue on 2002-06-23 17:46:07 +0000
 1.1.6.2  20-Jun-2002  nathanw Catch up to -current.
 1.1.6.1  26-Apr-2002  nathanw file aac_tables.h was added on branch nathanw_sa on 2002-06-20 03:44:26 +0000
 1.2.6.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.2.4.1  29-Apr-2005  kent sync with -current
 1.3.6.1  03-Sep-2007  yamt sync with head.
 1.4.38.1  06-Jan-2008  wrstuden Catch up to netbsd-4.0 release.
 1.4.32.1  11-Jul-2007  mjf Sync with head.
 1.4.30.1  09-Jun-2007  ad Sync with head.
 1.4.24.1  25-Nov-2007  xtraeme Pull up following revision(s) (requested by briggs in ticket #990):
sys/dev/ic/aac_tables.h: revision 1.5 (patch)
sys/dev/ic/aac.c: revision 1.31 (patch)
sys/dev/ic/aac.c: revision 1.32 (patch)
sys/dev/ic/aac.c: revision 1.33 (patch)
sys/dev/ic/aac.c: revision 1.34 (patch)
sys/arch/amd64/conf/INSTALL: revision 1.70 (patch)
sys/dev/ic/aac.c: revision 1.37 (patch)
sys/dev/ic/aacreg.h: revision 1.6 (patch)
sys/dev/ic/aacreg.h: revision 1.7 (patch)
sys/dev/ic/aacreg.h: revision 1.8 (patch)
sys/dev/ic/aacreg.h: revision 1.9 (patch)
sys/dev/pci/aac_pci.c: revision 1.21 (patch)
sys/dev/ic/aacvar.h: revision 1.10 (patch)
sys/dev/ic/aacvar.h: revision 1.9 (patch)
sys/arch/amd64/conf/GENERIC: revision 1.144 (patch)
sys/dev/ic/ld_aac.c: revision 1.14 (patch)
sys/dev/ic/ld_aac.c: revision 1.15 (patch)
Compile and run on amd64 and on >2GB RAM.

RSS XML Feed