From 4cf0ebe1b2d91367d1a1ba4fc90558f26893a551 Mon Sep 17 00:00:00 2001 From: davidch Date: Mon, 14 Mar 2011 22:42:41 +0000 Subject: - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE. (BCM57710, BCM57711, BCM57711E) MFC after: One month --- sys/conf/options | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/conf/options') diff --git a/sys/conf/options b/sys/conf/options index 1ea7340..7f92258 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -702,8 +702,13 @@ ED_SIC opt_ed.h BCE_DEBUG opt_bce.h BCE_NVRAM_WRITE_SUPPORT opt_bce.h +# bxe driver +BXE_DEBUG opt_bxe.h +BXE_NVRAM_WRITE_SUPPORT opt_bxe.h + SOCKBUF_DEBUG opt_global.h + # options for ubsec driver UBSEC_DEBUG opt_ubsec.h UBSEC_RNDTEST opt_ubsec.h -- cgit v1.1