Print this page
5719 Add support for LSI Fury adapters

*** 43,52 **** --- 43,53 ---- /* * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2011 Bayard G. Bell. All rights reserved. * Copyright 2013 Nexenta Systems, Inc. All rights reserved. + * Copyright 2015 Garrett D'Amore <garrett@damore.org> */ #include <sys/types.h> #include <sys/param.h> #include <sys/file.h>
*** 571,580 **** --- 572,582 ---- /* initialize function pointers */ switch (device_id) { case PCI_DEVICE_ID_LSI_TBOLT: case PCI_DEVICE_ID_LSI_INVADER: + case PCI_DEVICE_ID_LSI_FURY: con_log(CL_ANN, (CE_NOTE, "mr_sas: 2208 T.B. device detected")); instance->func_ptr = &mrsas_function_template_fusion;