Howdy.

Attached is a patch to add vlan and trunk to arm64's RAMDISK (parity
with amd64).

make release'ed and tested, size increase as follows:

-rw-------   1 los   los    12940598 Sep 27 21:01 bsd.rd-patch                  
-rw-------   1 los   los    12864682 Sep 27 05:41 bsd.rd-snap                   

~74KB difference

Snap - OpenBSD 6.4-beta (RAMDISK) #475: Wed Sep 26 13:15:25 MDT 2018
/dev/vnd1c     7.7M    7.3M    382K    95%    /mnt
/dev/vnd1c       7907      7526       381    95%     172    1874     8%  /mnt

/dev/rd0a        15815     15055       760    95%    /
/dev/rd0a        15815     15055       760    95%     175    1871     9%  /

Patch                                                                           
/dev/vnd0c     7.7M    7.3M    382K    95%    /mnt
/dev/vnd0c       7907      7526       381    95%     172    1874     8%  /mnt

/dev/rd0a        15815     15055       760    95%    /
/dev/rd0a        15815     15055       760    95%     175    1871     9%  /

Ok?

+--+
Carlos
Index: RAMDISK
===================================================================
RCS file: /cvs/src/sys/arch/arm64/conf/RAMDISK,v
retrieving revision 1.74
diff -u -p -r1.74 RAMDISK
--- RAMDISK     18 Sep 2018 13:45:09 -0000      1.74
+++ RAMDISK     28 Sep 2018 04:48:57 -0000
@@ -251,6 +251,8 @@ islrtc*             at iic?                 # ISL1208 RTC
 rkpmic*                at iic?                 # RK808 PMIC
 
 pseudo-device  loop 1
+pseudo-device   vlan
+pseudo-device   trunk
 pseudo-device  bpfilter 1
 pseudo-device  rd 1
 pseudo-device  bio 1

Reply via email to