Deleted Added
full compact
options (38554) options (38706)
1# $Id: options,v 1.90 1998/08/08 19:24:38 jkh Exp $
1# $Id: options,v 1.91 1998/08/26 12:13:39 sos 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
9# option only switch code on, or only switch code off, to make it

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

254NFS_WDELAYHASHSIZ opt_nfs.h
255NFS_MUIDHASHSIZ opt_nfs.h
256NFS_NOSERVER opt_nfs.h
257NFS_DEBUG opt_nfs.h
258
259# give bktr an opt_bktr.h file
260OVERRIDE_CARD opt_bktr.h
261OVERRIDE_TUNER opt_bktr.h
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
9# option only switch code on, or only switch code off, to make it

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

254NFS_WDELAYHASHSIZ opt_nfs.h
255NFS_MUIDHASHSIZ opt_nfs.h
256NFS_NOSERVER opt_nfs.h
257NFS_DEBUG opt_nfs.h
258
259# give bktr an opt_bktr.h file
260OVERRIDE_CARD opt_bktr.h
261OVERRIDE_TUNER opt_bktr.h
262OVERRIDE_DBX opt_bktr.h
263OVERRIDE_MSP opt_bktr.h
264BROOKTREE_SYSTEM_DEFAULT opt_bktr.h
262
263# meteor opt_meteor.h
264METEOR_ALLOC_PAGES opt_meteor.h
265METEOR_TEST_VIDEO opt_meteor.h
266METEOR_SYSTEM_DEFAULT opt_meteor.h
267METEOR_DEALLOC_PAGES opt_meteor.h
268METEOR_DEALLOC_ABOVE opt_meteor.h
269
270# Include tweaks for running under the SimOS machine simulator.
271SIMOS opt_simos.h
265
266# meteor opt_meteor.h
267METEOR_ALLOC_PAGES opt_meteor.h
268METEOR_TEST_VIDEO opt_meteor.h
269METEOR_SYSTEM_DEFAULT opt_meteor.h
270METEOR_DEALLOC_PAGES opt_meteor.h
271METEOR_DEALLOC_ABOVE opt_meteor.h
272
273# Include tweaks for running under the SimOS machine simulator.
274SIMOS opt_simos.h