options (70c57cb3) options (4e19e38a)
1# $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single

--- 615 unchanged lines hidden (view full) ---

624EMX_RSS_DEBUG opt_emx.h
625EMX_TSO_DEBUG opt_emx.h
626
627# jme driver
628JME_RSS_DEBUG opt_jme.h
629
630# igb driver
631IGB_RSS_DEBUG opt_igb.h
1# $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single

--- 615 unchanged lines hidden (view full) ---

624EMX_RSS_DEBUG opt_emx.h
625EMX_TSO_DEBUG opt_emx.h
626
627# jme driver
628JME_RSS_DEBUG opt_jme.h
629
630# igb driver
631IGB_RSS_DEBUG opt_igb.h
632IGB_TSS_DEBUG opt_igb.h
632IGB_MSIX_DEBUG opt_igb.h
633
634# dcons options
635DCONS_BUF_SIZE opt_dcons.h
636DCONS_POLL_HZ opt_dcons.h
637DCONS_FORCE_CONSOLE opt_dcons.h
638DCONS_FORCE_GDB opt_dcons.h
639

--- 58 unchanged lines hidden ---
633IGB_MSIX_DEBUG opt_igb.h
634
635# dcons options
636DCONS_BUF_SIZE opt_dcons.h
637DCONS_POLL_HZ opt_dcons.h
638DCONS_FORCE_CONSOLE opt_dcons.h
639DCONS_FORCE_GDB opt_dcons.h
640

--- 58 unchanged lines hidden ---