Module Name: src Committed By: uwe Date: Tue Dec 19 02:35:17 UTC 2023
Modified Files: src/sys/arch/netwinder/conf: GENERIC Log Message: netwinder: GENERIC - trim down some more Disable more stuff to make GENERIC just about fit. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/arch/netwinder/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/netwinder/conf/GENERIC diff -u src/sys/arch/netwinder/conf/GENERIC:1.146 src/sys/arch/netwinder/conf/GENERIC:1.147 --- src/sys/arch/netwinder/conf/GENERIC:1.146 Tue Dec 19 01:52:44 2023 +++ src/sys/arch/netwinder/conf/GENERIC Tue Dec 19 02:35:17 2023 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.146 2023/12/19 01:52:44 uwe Exp $ +# $NetBSD: GENERIC,v 1.147 2023/12/19 02:35:17 uwe Exp $ # # GENERIC machine description file # @@ -54,7 +54,7 @@ file-system FFS # UFS file-system MFS # memory file system file-system NFS # Network file system #file-system ADOSFS # AmigaDOS-compatible file system -file-system EXT2FS # second extended file system (linux) +#file-system EXT2FS # second extended file system (linux) #file-system CD9660 # ISO 9660 + Rock Ridge file system file-system MSDOSFS # MS-DOS file system file-system FDESC # /dev/fd @@ -75,7 +75,7 @@ file-system TMPFS # Efficient memory fi #options UFS_DIRHASH # UFS Large Directory Hashing #options UFS_EXTATTR # Extended attribute support for UFS1 options WAPBL # File system journaling support -options NFSSERVER # Network File System server +#options NFSSERVER # Network File System server # Networking options @@ -147,7 +147,7 @@ options SYSCTL_INCLUDE_DESCR # Include options DDB # in-kernel debugger options DDB_HISTORY_SIZE=100 # Enable history editing in DDB #makeoptions DEBUG="-g" # compile full symbol table -makeoptions COPY_SYMTAB=1 +#makeoptions COPY_SYMTAB=1 # see also ksyms below config netbsd root on ? type ? @@ -260,8 +260,8 @@ spkr* at audio? # PC speaker (synthesiz # Pseudo-Devices -pseudo-device crypto # /dev/crypto device -pseudo-device swcrypto # software crypto implementation +#pseudo-device crypto # /dev/crypto device +#pseudo-device swcrypto # software crypto implementation # disk/mass storage pseudo-devices #pseudo-device md # memory disk device (ramdisk) @@ -273,7 +273,7 @@ pseudo-device fss # file system snapsh # network pseudo-devices pseudo-device bpfilter # Berkeley packet filter pseudo-device carp # Common Address Redundancy Protocol -pseudo-device pppoe # PPP over Ethernet (RFC 2516) +#pseudo-device pppoe # PPP over Ethernet (RFC 2516) pseudo-device bridge # simple inter-network bridging #pseudo-device vether # Virtual Ethernet for bridge pseudo-device loop # network loopback @@ -295,7 +295,7 @@ pseudo-device swwdog # software watch pseudo-device wsmux # mouse & keyboard multiplexor #pseudo-device wsfont -include "dev/veriexec.config" +#include "dev/veriexec.config" # Pull in optional local configuration - always at end cinclude "arch/netwinder/conf/GENERIC.local"