Deleted Added
full compact
options (157259) options (157438)
1# $FreeBSD: head/sys/conf/options 157259 2006-03-29 09:57:22Z scottl $
1# $FreeBSD: head/sys/conf/options 157438 2006-04-03 18:14:02Z sam $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

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

683# kbd options
684KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
685KBD_INSTALL_CDEV opt_kbd.h
686KBD_MAXRETRY opt_kbd.h
687KBD_MAXWAIT opt_kbd.h
688KBD_RESETDELAY opt_kbd.h
689KBDIO_DEBUG opt_kbd.h
690
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

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

683# kbd options
684KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
685KBD_INSTALL_CDEV opt_kbd.h
686KBD_MAXRETRY opt_kbd.h
687KBD_MAXWAIT opt_kbd.h
688KBD_RESETDELAY opt_kbd.h
689KBDIO_DEBUG opt_kbd.h
690
691# options for the Atheros driver
692ATH_DEBUG opt_ath.h
693ATH_TXBUF opt_ath.h
694ATH_RXBUF opt_ath.h
695ATH_DIAGAPI opt_ath.h
696ATH_TX99_DIAG opt_ath.h
697
691# options for the Atheros HAL (only useful with source code)
692AH_SUPPORT_AR5210 opt_ah.h
693AH_SUPPORT_AR5211 opt_ah.h
694AH_SUPPORT_AR5212 opt_ah.h
695AH_SUPPORT_5111 opt_ah.h
696AH_SUPPORT_5112 opt_ah.h
697AH_SUPPORT_2413 opt_ah.h
698# options for the Atheros HAL (only useful with source code)
699AH_SUPPORT_AR5210 opt_ah.h
700AH_SUPPORT_AR5211 opt_ah.h
701AH_SUPPORT_AR5212 opt_ah.h
702AH_SUPPORT_5111 opt_ah.h
703AH_SUPPORT_5112 opt_ah.h
704AH_SUPPORT_2413 opt_ah.h
705AH_SUPPORT_5413 opt_ah.h
698AH_DEBUG opt_ah.h
699AH_DEBUG_ALQ opt_ah.h
700AH_ASSERT opt_ah.h
701
702# dcons options
703DCONS_BUF_SIZE opt_dcons.h
704DCONS_POLL_HZ opt_dcons.h
705DCONS_FORCE_CONSOLE opt_dcons.h

--- 21 unchanged lines hidden ---
706AH_DEBUG opt_ah.h
707AH_DEBUG_ALQ opt_ah.h
708AH_ASSERT opt_ah.h
709
710# dcons options
711DCONS_BUF_SIZE opt_dcons.h
712DCONS_POLL_HZ opt_dcons.h
713DCONS_FORCE_CONSOLE opt_dcons.h

--- 21 unchanged lines hidden ---