On Sun, Sep 04, 2011 at 01:41:26AM +0200, Martin Pelikan wrote: > Hi! > > I'm working with Gigabyte H61M-S2V-B3 right now. Graphics built in CPU > supports at most 800x600 in X.org, but the rest of the machine seems > fine. Dmesg at dmesg@ and at NYCBUG database. > > However, these are missing (fixed with the aid of UCW's database). > > -- > Martin Pelikan > > > Index: dev/pci/pcidevs > =================================================================== > RCS file: /cvs/src/sys/dev/pci/pcidevs,v > retrieving revision 1.1618 > diff -u -p -r1.1618 pcidevs > --- dev/pci/pcidevs 30 Aug 2011 15:57:10 -0000 1.1618 > +++ dev/pci/pcidevs 3 Sep 2011 23:04:45 -0000 > @@ -2603,10 +2603,11 @@ product INTEL QS67_LPC 0x1c4d QS67 LPC > product INTEL Q67_LPC 0x1c4e Q67 LPC > product INTEL QM67_LPC 0x1c4f QM67 LPC > product INTEL B65_LPC 0x1c50 B65 LPC > -product INTEL H61_LPC 0x1c51 H61 LPC > +product INTEL 6SERIES_LPC 0x1c51 6 Series LPC
The H61 LPC correction is fine but do you actually have this 0x1c51 device? It doesn't appear in the Intel 6 series datasheets, perhaps just stick with the correction. > product INTEL C202_LPC 0x1c52 C202 LPC > product INTEL C204_LPC 0x1c54 C204 LPC > product INTEL C206_LPC 0x1c56 C206 LPC > +product INTEL H61_LPC 0x1c5c H61 LPC > product INTEL 82801AA_LPC 0x2410 82801AA LPC > product INTEL 82801AA_IDE 0x2411 82801AA IDE > product INTEL 82801AA_USB 0x2412 82801AA USB > Index: dev/usb/usbdevs > =================================================================== > RCS file: /cvs/src/sys/dev/usb/usbdevs,v > retrieving revision 1.553 > diff -u -p -r1.553 usbdevs > --- dev/usb/usbdevs 29 Aug 2011 10:51:18 -0000 1.553 > +++ dev/usb/usbdevs 3 Sep 2011 23:04:46 -0000 > @@ -2050,6 +2050,7 @@ product INSYSTEM ADAPTERV2 0x5701 USB St > > /* Intel products */ > product INTEL2 RMH 0x0020 Rate Matching Hub > +product INTEL2 RMH_SANDYBRIDGE 0x0024 Rate Matching Hub This isn't part of the processor so the name is misleading I had them as RMH_1 and RHM_2 in my local tree.