svn commit: r334880 - head/sys/dev/vnic

Sean Bruno sbruno at freebsd.org
Sun Jul 8 15:59:09 UTC 2018


> 
> ofwdump isn't very useful, you'll get much nicer output with:
> 
>   sysctl -b hw.fdt.dtb | dtc -I dtb -O dts >somefile.dts
> 
> BTW, the whole idea of searching for a phy by walking the node
> hierarchy doing string comparisons on node names sounds pretty
> antithetical to the whole design of fdt data. Are these nodes not
> properly cross-linked with phandles?
> 
> -- Ian
> 

Hrm ... this seems broken on these thundex machines.

# sysctl -b hw.fdt.dtb | dtc -I dtb -O dts
Error: property check failed, while checking node: /
/soc
@0
/pci
@8480,00000000
 [-Wtype-compatible]


I dropped the output of the sysctl -b to:
https://people.freebsd.org/~sbruno/thunderx_dtb.bin

sean

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20180708/4c5cd4ac/attachment.sig>


More information about the svn-src-all mailing list