Deleted Added
full compact
options (215952) options (217631)
1# $FreeBSD: head/sys/conf/options 215952 2010-11-27 20:38:26Z mjacob $
1# $FreeBSD: head/sys/conf/options 217631 2011-01-20 09:03:40Z adrian $
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

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

645USB_REQ_DEBUG opt_usb.h
646USB_VERBOSE opt_usb.h
647USB_EHCI_BIG_ENDIAN_DESC opt_usb.h
648U3G_DEBUG opt_u3g.h
649UKBD_DFLT_KEYMAP opt_ukbd.h
650UPLCOM_INTR_INTERVAL opt_uplcom.h
651UVSCOM_DEFAULT_OPKTSIZE opt_uvscom.h
652UVSCOM_INTR_INTERVAL opt_uvscom.h
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

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

645USB_REQ_DEBUG opt_usb.h
646USB_VERBOSE opt_usb.h
647USB_EHCI_BIG_ENDIAN_DESC opt_usb.h
648U3G_DEBUG opt_u3g.h
649UKBD_DFLT_KEYMAP opt_ukbd.h
650UPLCOM_INTR_INTERVAL opt_uplcom.h
651UVSCOM_DEFAULT_OPKTSIZE opt_uvscom.h
652UVSCOM_INTR_INTERVAL opt_uvscom.h
653USB_HOST_ALIGN opt_usb.h
653
654# Embedded system options
655INIT_PATH
656
657ROOTDEVNAME
658
659FDC_DEBUG opt_fdc.h
660PCFCLOCK_VERBOSE opt_pcfclock.h

--- 198 unchanged lines hidden ---
654
655# Embedded system options
656INIT_PATH
657
658ROOTDEVNAME
659
660FDC_DEBUG opt_fdc.h
661PCFCLOCK_VERBOSE opt_pcfclock.h

--- 198 unchanged lines hidden ---