Author: np Date: Mon Nov 20 19:50:48 2017 New Revision: 326026 URL: https://svnweb.freebsd.org/changeset/base/326026
Log: cxgbe(4): Add a custom board to the device id list. MFC after: 1 week Sponsored by: Chelsio Communications Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ============================================================================== --- head/sys/dev/cxgbe/t4_main.c Mon Nov 20 19:49:47 2017 (r326025) +++ head/sys/dev/cxgbe/t4_main.c Mon Nov 20 19:50:48 2017 (r326026) @@ -677,6 +677,7 @@ struct { /* Custom */ {0x6480, "Chelsio T6225 80"}, {0x6481, "Chelsio T62100 81"}, + {0x6484, "Chelsio T62100 84"}, }; #ifdef TCP_OFFLOAD _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"