Source-Changes-HG archive

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

[src/netbsd-6]: src Pull up revisions:



details:   https://anonhg.NetBSD.org/src/rev/524759239d6c
branches:  netbsd-6
changeset: 775517:524759239d6c
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sat Nov 24 19:22:17 2012 +0000

description:
Pull up revisions:
  src/distrib/x68k/floppies/ramdisk/Makefile revision 1.41
  src/sys/arch/x68k/conf/INSTALL revision 1.96
(requested by tsutsui in ticket #705).

- add dhcpcd support to x68k install ramdisk
- enable bpf(4) in INSTALL kernel for dhcpcd
- bump ramdisk size from 1400k to 1440k
No objection on port-x68k.

diffstat:

 distrib/x68k/floppies/ramdisk/Makefile |  5 +++--
 sys/arch/x68k/conf/INSTALL             |  7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (58 lines):

diff -r ccb8e2590513 -r 524759239d6c distrib/x68k/floppies/ramdisk/Makefile
--- a/distrib/x68k/floppies/ramdisk/Makefile    Sat Nov 24 19:14:49 2012 +0000
+++ b/distrib/x68k/floppies/ramdisk/Makefile    Sat Nov 24 19:22:17 2012 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.40 2010/02/11 09:06:51 roy Exp $
+#      $NetBSD: Makefile,v 1.40.8.1 2012/11/24 19:22:17 jdc Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=                 inst.fs
-IMAGESIZE=             1400k
+IMAGESIZE=             1440k
 # `floppy-root' cannot be used now, due to size issue.
 #IMAGE_RELEASEDIR=     installation/floppy
 
@@ -35,6 +35,7 @@
 .include       "${HACKSRC}/Makefile.inc"
 ${CRUNCHBIN}:  libhack.o
 
+.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
 .include "${DISTRIBDIR}/common/Makefile.crunch"
 .include "${DISTRIBDIR}/common/Makefile.makedev"
 .include "${DISTRIBDIR}/common/Makefile.image"
diff -r ccb8e2590513 -r 524759239d6c sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL        Sat Nov 24 19:14:49 2012 +0000
+++ b/sys/arch/x68k/conf/INSTALL        Sat Nov 24 19:22:17 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.94 2011/12/18 05:49:33 dholland Exp $
+#      $NetBSD: INSTALL,v 1.94.2.1 2012/11/24 19:22:17 jdc Exp $
 
 #
 #      INSTALL -- installation kernel.
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "INSTALL-$Revision: 1.94 $"
+#ident                 "INSTALL-$Revision: 1.94.2.1 $"
 
 makeoptions    COPTS="-Os"             # Optimise for space. Implies -O2
 
@@ -18,7 +18,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on memory-disk
 options        MEMORY_DISK_SERVER=0    # No user space hooks
-options        MEMORY_DISK_ROOT_SIZE=2800
+options        MEMORY_DISK_ROOT_SIZE=2880
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 ## System kernel configuration.  See options(4) for more detail.
@@ -277,5 +277,6 @@
 
 pseudo-device  md                      # boot floppy image
 pseudo-device  loop
+pseudo-device  bpfilter
 pseudo-device  sl              
 pseudo-device  pty             2       # pseudo-terminals (Sysinst needs two)



Home | Main Index | Thread Index | Old Index