Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp300/conf More tweaks to GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/6a62537d6060
branches:  trunk
changeset: 330706:6a62537d6060
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jul 18 17:59:12 2014 +0000

description:
More tweaks to GENERIC.

- reduce maxusers from 32 to 8 as other m68k ports
- make NFS_BOOT_DHCP default rather than NFS_BOOT_BOOTP
  (and move these options in "Networking options" block)
- use 8x16 font instead of 12x22 for machines with small screen like HP362

diffstat:

 sys/arch/hp300/conf/GENERIC |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 83f0880326d5 -r 6a62537d6060 sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC       Fri Jul 18 17:51:27 2014 +0000
+++ b/sys/arch/hp300/conf/GENERIC       Fri Jul 18 17:59:12 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.183 2014/07/18 17:51:27 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.184 2014/07/18 17:59:12 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,11 +22,11 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.183 $"
+#ident                 "GENERIC-$Revision: 1.184 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
-maxusers       32              # estimated number of users
+maxusers       8               # estimated number of users
 
 # Support for various CPU types
 options        HP320
@@ -129,7 +129,6 @@
 #options       UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
 options        NFSSERVER       # Network filesystem server
 #options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags
-options        NFS_BOOT_BOOTP  # use bootp for NFS boot
 options        FFS_NO_SNAPSHOT # No FFS snapshot support
 
 # Networking options
@@ -163,6 +162,9 @@
 #options       ALTQ_RIO        # RED with IN/OUT
 #options       ALTQ_WFQ        # Weighted Fair Queueing
 
+#options       NFS_BOOT_BOOTP  # use bootp for NFS boot
+options        NFS_BOOT_DHCP   # use dhcp for NFS boot
+
 # Options for HP hardware
 options        USELEDS         # make the lights twinkle
 #options       PANICBUTTON     # two fast <reset>s on HIL dump kernel
@@ -181,8 +183,8 @@
 options        WS_KERNEL_FG=WSCOL_GREEN
 #options       WS_KERNEL_BG=WSCOL_BLACK
 
-options        FONT_GALLANT12x22
-#options       FONT_VT220ISO8x16
+#options       FONT_GALLANT12x22
+options        FONT_VT220ISO8x16
 
 config         netbsd root on ? type ?
 



Home | Main Index | Thread Index | Old Index