svn commit: r338949 - in head/sys/dev: cxgb ida iwn ixl mfi mpr mps mvs my oce pccbb pcn ral rl

Navdeep Parhar np at FreeBSD.org
Wed Sep 26 19:13:44 UTC 2018


This seems to break installkernel.  kldxref works if I back out this change.

kldxref /boot/head
kldxref: Parse error of description string U16:vendor; U16:device

Regards,
Navdeep

On 9/26/18 10:12 AM, Warner Losh wrote:
> Author: imp
> Date: Wed Sep 26 17:12:30 2018
> New Revision: 338949
> URL: https://svnweb.freebsd.org/changeset/base/338949
> 
> Log:
>   Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,
>   mfi, mps, mpr, mvs, my, oce, pcn, ral, rl. This only labels existing
>   pci device tables, and has no probe / attach code changes.
>   
>   Reviewed by: imp, chuck
>   Submitted by: Lakhan Shiva Kamireddy <lakhanshiva at gmail.com>
>   Sponsored by: Google, Inc. (GSoC 2018)
>   Approved by: re (glen)
> 
> Modified:
>   head/sys/dev/cxgb/cxgb_main.c
>   head/sys/dev/ida/ida_pci.c
>   head/sys/dev/iwn/if_iwn.c
>   head/sys/dev/ixl/if_ixl.c
>   head/sys/dev/ixl/if_ixlv.c
>   head/sys/dev/mfi/mfi_pci.c
>   head/sys/dev/mpr/mpr_pci.c
>   head/sys/dev/mps/mps_pci.c
>   head/sys/dev/mvs/mvs_pci.c
>   head/sys/dev/my/if_my.c
>   head/sys/dev/oce/oce_if.c
>   head/sys/dev/pccbb/pccbb_pci.c
>   head/sys/dev/pcn/if_pcn.c
>   head/sys/dev/ral/if_ral_pci.c
>   head/sys/dev/rl/if_rl.c
> 
...


More information about the svn-src-all mailing list