History log of /src/sys/dev/ic/mpt_debug.c |
Revision | | Date | Author | Comments |
1.13 |
| 09-Feb-2024 |
andvar | fix spelling mistakes, mainly in comments and log messages.
|
1.12 |
| 31-May-2022 |
andvar | fix various typos in comments, documentation and messages.
|
1.11 |
| 05-Nov-2015 |
palle | mpt: add missing debug strings to the Error_Map IOC_Event array
|
1.10 |
| 17-Apr-2014 |
christos | branches: 1.10.4; CID/1203194, CID/1203195: Out of bounds read
|
1.9 |
| 27-Mar-2014 |
christos | branches: 1.9.2; cleanup debugging printfs to avoid overflow
|
1.8 |
| 17-Oct-2011 |
mbalmer | branches: 1.8.2; 1.8.12; 1.8.16; Receive, not recieve.
|
1.7 |
| 28-Apr-2010 |
chs | add byte-swapping so that this works on BE platforms. the logic is based on the current freebsd driver. fixes PR 42870.
|
1.6 |
| 18-Apr-2009 |
tsutsui | branches: 1.6.2; 1.6.4; Remove extra whitespace added by a stupid tool. XXX: more in src/sys/arch
|
1.5 |
| 18-Mar-2009 |
cegger | bcopy -> memcpy
|
1.4 |
| 11-Dec-2005 |
christos | branches: 1.4.74; 1.4.84; 1.4.86; 1.4.90; merge ktrace-lwp.
|
1.3 |
| 30-May-2005 |
christos | - add missing const - fix variable shadowing - remove unneeded casts
|
1.2 |
| 14-Jul-2003 |
lukem | branches: 1.2.14; 1.2.18; 1.2.20; add missing __KERNEL_RCSID()
|
1.1 |
| 16-Apr-2003 |
thorpej | branches: 1.1.2; Device driver for the LSI Logic Fusion-MPT based SCSI and Fibre Channel adapters. Currently supports:
* LSI 53c1030 Ultra320 SCSI * LSI FC909, FC909A, FC919, and FC929 Fibre Channel
Ported from the FreeBSD "mpt" driver, written by Greg Ansley. Thanks to Frank van der Linden for testing and some bug finding.
This work was sponsored by Wasabi Systems, Inc.
|
1.1.2.4 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.2.20.1 |
| 04-Oct-2007 |
bouyer | Pull up following revision(s) (requested by tron in ticket #1822): sys/dev/ic/mpt_netbsd.c: revision 1.12 via patch sys/dev/ic/mpt_netbsd.h: revision 1.6 via patch sys/dev/ic/mpt_mpilib.h: revision 1.3 via patch sys/dev/ic/mpt.h: revision 1.6 via patch sys/dev/ic/mpt.c: revisions 1.9, 1.10 via patch sys/dev/ic/mpt_debug.c: patch sys/dev/pci/mpt_pci.c: revision 1.11 via patch sys/dev/pci/pcidevs: patch sys/dev/pci/pcidevs.h: patch sys/dev/pci/pcidevs_data.h: patch Add support for newer SAS and similar devices to mpt(4). Tested with the LSI SAS1064 in a Sun x4200 server. These enhancements were developed by Garrett D'Amore and contributed to NetBSD by the TELES AG.
|
1.2.18.1 |
| 04-Oct-2007 |
bouyer | Pull up following revision(s) (requested by tron in ticket #1822): sys/dev/ic/mpt_netbsd.c: revision 1.12 via patch sys/dev/ic/mpt_netbsd.h: revision 1.6 via patch sys/dev/ic/mpt_mpilib.h: revision 1.3 via patch sys/dev/ic/mpt.h: revision 1.6 via patch sys/dev/ic/mpt.c: revisions 1.9, 1.10 via patch sys/dev/ic/mpt_debug.c: patch sys/dev/pci/mpt_pci.c: revision 1.11 via patch sys/dev/pci/pcidevs: patch sys/dev/pci/pcidevs.h: patch sys/dev/pci/pcidevs_data.h: patch Add support for newer SAS and similar devices to mpt(4). Tested with the LSI SAS1064 in a Sun x4200 server. These enhancements were developed by Garrett D'Amore and contributed to NetBSD by the TELES AG.
|
1.2.14.1 |
| 15-Sep-2007 |
bouyer | Pull up following revision(s) (requested by tron in ticket #1822): sys/dev/ic/mpt_netbsd.c: revision 1.12 via patch sys/dev/ic/mpt_netbsd.h: revision 1.6 via patch sys/dev/ic/mpt_mpilib.h: revision 1.3 via patch sys/dev/ic/mpt.h: revision 1.6 via patch sys/dev/ic/mpt.c: revisions 1.9, 1.10 via patch sys/dev/ic/mpt_debug.c: patch sys/dev/pci/mpt_pci.c: revision 1.11 via patch sys/dev/pci/pcidevs: patch sys/dev/pci/pcidevs.h: patch sys/dev/pci/pcidevs_data.h: patch Add support for newer SAS and similar devices to mpt(4). Tested with the LSI SAS1064 in a Sun x4200 server. These enhancements were developed by Garrett D'Amore and contributed to NetBSD by the TELES AG.
|
1.4.90.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.4.86.1 |
| 02-Dec-2010 |
snj | Pull up following revision(s) (requested by riz in ticket #1487): sys/dev/ic/mpt.c: revision 1.14 sys/dev/ic/mpt.h: revision 1.7 sys/dev/ic/mpt_debug.c: revision 1.7 sys/dev/ic/mpt_netbsd.c: revision 1.15 add byte-swapping so that this works on BE platforms. the logic is based on the current freebsd driver. fixes PR 42870.
|
1.4.84.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.4.74.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.4.74.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.6.4.1 |
| 30-May-2010 |
rmind | sync with head
|
1.6.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.8.16.1 |
| 18-May-2014 |
rmind | sync with head
|
1.8.12.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.8.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.8.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.9.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.10.4.1 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|