diff options
author | slm <slm@FreeBSD.org> | 2015-04-15 21:47:15 +0000 |
---|---|---|
committer | slm <slm@FreeBSD.org> | 2015-04-15 21:47:15 +0000 |
commit | 77f96f7deb629f2aeb9f51a59f85b62b3fec1737 (patch) | |
tree | 09baba8ef2500c92dfd00fd5a02d6fb05c7063f8 /sys/dev/mps/mpi/mpi2_init.h | |
parent | 5967aacd0bce7647e5b12fbabef30c75b0decd79 (diff) | |
download | FreeBSD-src-77f96f7deb629f2aeb9f51a59f85b62b3fec1737.zip FreeBSD-src-77f96f7deb629f2aeb9f51a59f85b62b3fec1737.tar.gz |
MFI r257381:
Adjust to handle either a 32-bit or 64-bit lun_id_t in printf.
MFC r266615:
Increase taskqueue thread priority from idle to PRIBIO.
MFC r279253:
- Copyright to Avago
- SSU changes
- SATA ID timeout handling (PR 191348)
- reset handling changes
- Bump version to 20.00.00.00-fbsd
MFC r279695:
Change that should have been done with r279253
Diffstat (limited to 'sys/dev/mps/mpi/mpi2_init.h')
-rw-r--r-- | sys/dev/mps/mpi/mpi2_init.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/mps/mpi/mpi2_init.h b/sys/dev/mps/mpi/mpi2_init.h index 0f0a192..189e457 100644 --- a/sys/dev/mps/mpi/mpi2_init.h +++ b/sys/dev/mps/mpi/mpi2_init.h @@ -1,5 +1,6 @@ /*- - * Copyright (c) 2011, 2012 LSI Corp. + * Copyright (c) 2006-2015 LSI Corp. + * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,13 +24,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * LSI MPT-Fusion Host Adapter FreeBSD + * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD * * $FreeBSD$ */ /* - * Copyright (c) 2000-2012 LSI Corporation. + * Copyright (c) 2006-2015 LSI Corporation. + * Copyright (c) 2013-2015 Avago Technologies * * * Name: mpi2_init.h |