NetBSD-Bugs archive

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

port-sparc/49103: add device name mapping for netbooting from qfe



>Number:         49103
>Category:       port-sparc
>Synopsis:       add device name mapping for netbooting from qfe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-sparc-maintainer
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 12 13:50:00 +0000 2014
>Originator:     MOCHIDA Shuji
>Release:        NetBSD 6.1_STABLE
>Organization:
NETside
>Environment:
System: NetBSD pine 6.1_STABLE NetBSD 6.1_STABLE (OXI1) #0: Wed Sep 18 22:51:27 
JST 2013 mochid@xxx:/xx/obj-kern/sparc/OXI1 sparc
Architecture: sparc
Machine: sparc
>Description:
        netboot from qfe adding SUNW,qfe -> hme to dev_compat_tab of autoconf.c
>How-To-Repeat:
        netboot from qfe
>Fix:

src/sys/arch/sparc/sparc/

--- autoconf.c.ORIG
+++ autoconf.c
@@ -1558,6 +1558,7 @@
        { "SUNW,fdtwo", "fdc" },
        { "network",    "hme" }, /* Krups */
        { "SUNW,hme",   "hme" },
+       { "SUNW,qfe",   "hme" },
 };
 
 static const char *



Home | Main Index | Thread Index | Old Index