svn commit: r327089 - in head/sys: dev/drm2/i915 dev/drm2/radeon dev/ed dev/intpm dev/ioat dev/ntb/ntb_hw net

John Baldwin jhb at freebsd.org
Fri Dec 22 22:57:48 UTC 2017


On Friday, December 22, 2017 05:53:28 PM Warner Losh wrote:
> Author: imp
> Date: Fri Dec 22 17:53:27 2017
> New Revision: 327089
> URL: https://svnweb.freebsd.org/changeset/base/327089
> 
> Log:
>   Use '#' rather than some made up name for fields we want to ignore.

Some of these used '@' rather than '#'?

> Modified: head/sys/dev/drm2/radeon/radeon_drv.c
> ==============================================================================
> --- head/sys/dev/drm2/radeon/radeon_drv.c	Fri Dec 22 17:52:38 2017	(r327088)
> +++ head/sys/dev/drm2/radeon/radeon_drv.c	Fri Dec 22 17:53:27 2017	(r327089)
> @@ -401,5 +401,5 @@ MODULE_DEPEND(radeonkms, iicbus, 1, 1, 1);
> -MODULE_PNP_INFO("U32:vendor;U32:device;P:#;D:human", vgapci, radeonkms,
> +MODULE_PNP_INFO("U32:vendor;U32:device;P:#;D:@", vgapci, radeonkms,
>      pciidlist, sizeof(pciidlist[0]), nitems(pciidlist));
> 
> Modified: head/sys/dev/ed/if_ed_pci.c
> ==============================================================================
> --- head/sys/dev/ed/if_ed_pci.c	Fri Dec 22 17:52:38 2017	(r327088)
> +++ head/sys/dev/ed/if_ed_pci.c	Fri Dec 22 17:53:27 2017	(r327089)
> @@ -145,6 +145,6 @@ static driver_t ed_pci_driver = {
> -MODULE_PNP_INFO("W32:vendor/device;D:human", pci, ed, pci_ids, sizeof(pci_ids[0]),
> +MODULE_PNP_INFO("W32:vendor/device;D:@", pci, ed, pci_ids, sizeof(pci_ids[0]),
>      nitems(pci_ids) - 1);
>  
> 
> Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c
> ==============================================================================
> --- head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c	Fri Dec 22 17:52:38 2017	(r327088)
> +++ head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c	Fri Dec 22 17:53:27 2017	(r327089)
> @@ -3119,5 +3119,5 @@ static DEFINE_CLASS_0(ntb_hw, ntb_intel_driver, ntb_in
> -MODULE_PNP_INFO("W32:vendor/device;D:human", pci, ntb_hw_intel, pci_ids,
> +MODULE_PNP_INFO("W32:vendor/device;D:@", pci, ntb_hw_intel, pci_ids,
>      sizeof(pci_ids[0]), nitems(pci_ids));

-- 
John Baldwin


More information about the svn-src-all mailing list