- Remove options PORTMASTER (not used any code).
- Add (commented out) options DEBUG. - Add "pseudo-device ksyms".
This commit is contained in:
parent
70417e76a9
commit
1c9957b31e
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IPAQ,v 1.40 2005/08/19 05:19:50 christos Exp $
|
||||
# $NetBSD: IPAQ,v 1.41 2005/10/23 15:34:19 peter Exp $
|
||||
#
|
||||
# iPAQ H3600 -- Windows-CE based PDA
|
||||
#
|
||||
@ -117,8 +117,8 @@ options USERCONF # userconf(4) support
|
||||
# Development and Debugging options
|
||||
|
||||
#options BOOT_DUMP # Enable memorydump at boot
|
||||
#options PORTMASTER # Enable PortMaster only options
|
||||
options DIAGNOSTIC # internal consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options PMAP_DEBUG # Enable pmap_debug_level code
|
||||
#options IPKDB # remote kernel debugging
|
||||
options DDB # in-kernel debugger
|
||||
@ -203,6 +203,7 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
||||
#pseudo-device strip 4 # STarmode Radio IP (Metricon Ricochet)
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device tb 1 # tablet line discipline
|
||||
#pseudo-device vnd 4 # disk-like interface to files
|
||||
@ -217,3 +218,4 @@ pseudo-device biconsdev 1 # build-in console device
|
||||
pseudo-device md 1 # Ramdisk driver
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: JORNADA720,v 1.46 2005/08/19 05:19:50 christos Exp $
|
||||
# $NetBSD: JORNADA720,v 1.47 2005/10/23 15:34:19 peter Exp $
|
||||
#
|
||||
# JORNADA -- Windows-CE based jornada 720
|
||||
#
|
||||
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.46 $"
|
||||
#ident "GENERIC-$Revision: 1.47 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -121,8 +121,8 @@ options NFS_BOOT_DHCP
|
||||
# Development and Debugging options
|
||||
|
||||
#options BOOT_DUMP # Enable memorydump at boot
|
||||
#options PORTMASTER # Enable PortMaster only options
|
||||
options DIAGNOSTIC # internal consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options PMAP_DEBUG # Enable pmap_debug_level code
|
||||
#options IPKDB # remote kernel debugging
|
||||
options DDB # in-kernel debugger
|
||||
@ -244,6 +244,7 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
||||
#pseudo-device strip 4 # STarmode Radio IP (Metricon Ricochet)
|
||||
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device tb 1 # tablet line discipline
|
||||
@ -260,3 +261,4 @@ pseudo-device wsmux
|
||||
pseudo-device md 1 # Ramdisk driver
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
|
Loading…
Reference in New Issue
Block a user