Source-Changes archive

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

CVS commit: [netbsd-10] src/distrib/evbmips/instkernel/ramdisk



Module Name:    src
Committed By:   martin
Date:           Thu Jul 27 18:01:37 UTC 2023

Modified Files:
        src/distrib/evbmips/instkernel/ramdisk [netbsd-10]: Makefile list

Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #249):

        distrib/evbmips/instkernel/ramdisk/Makefile: revision 1.16
        distrib/evbmips/instkernel/ramdisk/Makefile: revision 1.17
        distrib/evbmips/instkernel/ramdisk/Makefile: revision 1.18
        distrib/evbmips/instkernel/ramdisk/list: revision 1.19

Add bpf to the device nodes provided in the evbmips ramdisk

Intended to address an issue noted by Denis Ovsienko on port-mips,
where dhcpcd doesn't work with the netbsd-INSTALL_OCTEON kernel. (I am
not able to test this directly, but verified by mounting the ramdisk
images generated before and after this change.)

Remove redundant variable assignment
It got clobbered by another assignment later, and this has been the
case since r. 1.1 of the file.

Add dk[0-3] to the device nodes provided in the evbmips ramdisk
The installer provided by octeon.img creates wedges, which may later
need to be recovered via the standard sysinst installer provided by
netbsd-INSTALL_OCTEON.

Add dkctl(8) and gpt(8) to the evbmips ramdisk

The installer provided by octeon.img creates GPT wedges, which may
later need to be recovered via the standard sysinst installer provided
by netbsd-INSTALL_OCTEON.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.15.6.1 \
    src/distrib/evbmips/instkernel/ramdisk/Makefile
cvs rdiff -u -r1.18 -r1.18.44.1 src/distrib/evbmips/instkernel/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index