On 10/11/13 01:28, Jonathan Gray wrote:
> On Thu, Oct 10, 2013 at 05:48:43PM -0400, RD Thrush wrote:
>> I noticed some anomalies in the dmesg on this new system.
>>
>> 1. error: [drm:pid0:i915_write32] *ERROR* Unknown unclaimed register before 
>> writing to 100000
> 
> That should be harmless, and will go away when we update to newer
> upstream i915 code that clears the error on driver init.
> 
>>
>> 2. dhclient doesn't work with the onboard nic (possibly since the lladdr is 
>> 0:0:0:0:0:0.
>>
>> 3. (1) 'unknown' product(ppb0)
>>
>> 4. (3) 'not configured' items (Intel 8 Series (xHCI|MEI|SMBus)
> 
> Index: ichiic.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/pci/ichiic.c,v
> retrieving revision 1.30
> diff -u -p -r1.30 ichiic.c
> --- ichiic.c  2 Mar 2013 06:56:16 -0000       1.30
> +++ ichiic.c  11 Oct 2013 05:12:13 -0000
> @@ -90,6 +90,7 @@ const struct pci_matchid ichiic_ids[] = 
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_SMB },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6321ESB_SMB },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_7SERIES_SMB },
> +     { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_8SERIES_SMB },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AA_SMB },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AB_SMB },
>       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BA_SMB },
> 

Thanks, this patch removed the SMBus unknown from the dmesg.  See my next post
for full dmesg.

Reply via email to