Source-Changes-HG archive

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

[src/netbsd-6]: src/etc/etc.x68k Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/4a56ab4f0c13
branches:  netbsd-6
changeset: 775772:4a56ab4f0c13
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Apr 29 01:56:03 2013 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #705):

Additional pullup needed to fix ticket 705:

        etc/etc.x68k/MAKEDEV.conf: revision 1.14
Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that.
Sort bpf to come directly after 'std' where relevant.
* (apart from etc.evbppc who's ramdisk target *only* builds md0,
  which just doesn't make sense).
Should allow a fighting chance for dhcpcd to get an IP address.

diffstat:

 etc/etc.x68k/MAKEDEV.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9a8e87cfd992 -r 4a56ab4f0c13 etc/etc.x68k/MAKEDEV.conf
--- a/etc/etc.x68k/MAKEDEV.conf Mon Apr 29 01:50:18 2013 +0000
+++ b/etc/etc.x68k/MAKEDEV.conf Mon Apr 29 01:56:03 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.12 2012/01/21 02:52:50 isaki Exp $
+# $NetBSD: MAKEDEV.conf,v 1.12.2.1 2013/04/29 01:56:03 riz Exp $
 
 all_md)
        makedev std_x68k st0 st1 ttye0 ttye1 mouse0 mouse1
@@ -21,7 +21,7 @@
        ;;
 
 floppy)
-       makedev std std_x68k fd0 sd0 sd1 sd2 sd3 sd4 sd5 sd6
+       makedev std bpf std_x68k fd0 sd0 sd1 sd2 sd3 sd4 sd5 sd6
        makedev tty00 cd0 ttye0 opty
        ;;
 



Home | Main Index | Thread Index | Old Index