History log of /netbsd-src/sys/dev/ic/mpt_debug.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 100a3398 09-Feb-2024 andvar <andvar@NetBSD.org>

fix spelling mistakes, mainly in comments and log messages.


# ff23aff6 31-May-2022 andvar <andvar@NetBSD.org>

fix various typos in comments, documentation and messages.


# 449de9ce 05-Nov-2015 palle <palle@NetBSD.org>

mpt: add missing debug strings to the Error_Map IOC_Event array


# cf59c3a2 17-Apr-2014 christos <christos@NetBSD.org>

CID/1203194, CID/1203195: Out of bounds read


# 8ce57b0c 27-Mar-2014 christos <christos@NetBSD.org>

cleanup debugging printfs to avoid overflow


# 363f305e 17-Oct-2011 mbalmer <mbalmer@NetBSD.org>

Receive, not recieve.


# b95f5863 28-Apr-2010 chs <chs@NetBSD.org>

add byte-swapping so that this works on BE platforms.
the logic is based on the current freebsd driver.
fixes PR 42870.


# d779b85d 18-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Remove extra whitespace added by a stupid tool.
XXX: more in src/sys/arch


# e2cb8590 18-Mar-2009 cegger <cegger@NetBSD.org>

bcopy -> memcpy


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f381db60 30-May-2005 christos <christos@NetBSD.org>

- add missing const
- fix variable shadowing
- remove unneeded casts


# 365cbd94 14-Jul-2003 lukem <lukem@NetBSD.org>

add missing __KERNEL_RCSID()


# 7e4fd7b5 16-Apr-2003 thorpej <thorpej@NetBSD.org>

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 th

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.

show more ...