Subject: X3100 (82965PM) support
To: None <tech-kern@netbsd.org>
From: Joel CARNAT <joel@carnat.net>
List: tech-kern
Date: 11/11/2007 17:06:26
--5I6of5zJg18YgZEa
Content-Type: multipart/mixed; boundary="DocE+STaALJfprDB"
Content-Disposition: inline


--DocE+STaALJfprDB
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline

Hello,

I'm trying to port support for the Intel 82965PM Graphic Card from
-rjmcneill-pm into -HEAD. I've mimicked informations from PR-37201 and
add a few things to enable compilation.

Now I'm stuck in a case I didn't expect...
It seems my card is half-recognised by the kernel, the agp device is build
but X (Xorg 7.3) can't use it.

The weird things I can see are in dmesg :
pchb0 at pci0 dev 0 function 0
pchb0: Intel 82965PM Host Bridge (rev. 0x0c)
agp0 at pchb0pci_mem_find: expected mem type 00000000, found 00000004
: can't map mmadr registers
vga1 at pci0 dev 2 function 0: Intel 82965PM Integrated Graphics Device
(rev. 0x0c)
vga1: WARNING: ignoring 64-bit BAR @ 0x10
vga1: WARNING: ignoring 64-bit BAR @ 0x18
wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation), using
wskbd0
wsmux1: connecting to wsdisplay0
direct rendering for vga1 unsupported
Intel 82965PM Integrated Graphics Device (miscellaneous display,
revision 0x0c) at pci0 de
v 2 function 1 not configured

and in pcictl output:
000:00:0: Intel product 0x2a00 (host bridge, revision 0x0c)
000:02:0: Intel product 0x2a02 (VGA display, revision 0x0c)
000:02:1: Intel product 0x2a03 (miscellaneous display, revision 0x0c)

I've attached the diff I've made (from -D2007.10.31.00.02.00).
Can anyone see what I forgot ?

PS: I'm trying to get the support on -HEAD because -jmcneill-pm has
issue booting Xen.

TIA,
	Jo


--DocE+STaALJfprDB
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="agp.c.diff"
Content-Transfer-Encoding: quoted-printable

--- ./sys/dev/pci/agp.c.orig	2007-11-10 13:10:21.000000000 +0100
+++ ./sys/dev/pci/agp.c	2007-11-11 15:46:12.000000000 +0100
@@ -160,4 +160,6 @@
 	{ PCI_VENDOR_INTEL,	PCI_PRODUCT_INTEL_82965G_HB,
 	  NULL,			agp_i810_attach },
+	{ PCI_VENDOR_INTEL,	PCI_PRODUCT_INTEL_82965PM_HB,
+	  NULL,			agp_i810_attach },
 #endif
=20

--DocE+STaALJfprDB
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="agp_i810.c.diff"
Content-Transfer-Encoding: quoted-printable

--- ./sys/dev/pci/agp_i810.c.orig	2007-11-10 13:10:21.000000000 +0100
+++ ./sys/dev/pci/agp_i810.c	2007-11-11 15:49:06.000000000 +0100
@@ -80,5 +80,5 @@
 #define CHIP_I855 2	/* 852GM/855GM/865G */
 #define CHIP_I915 3	/* 915G/915GM/945G/945GM */
-#define CHIP_I965 4	/* 965Q */
+#define CHIP_I965 4	/* 965Q/965PM */
=20
 struct agp_i810_softc {
@@ -152,4 +152,6 @@
 	case PCI_PRODUCT_INTEL_82965G_IGD:
 	case PCI_PRODUCT_INTEL_82965G_IGD_1:
+	case PCI_PRODUCT_INTEL_82965PM_IGD:
+	case PCI_PRODUCT_INTEL_82965PM_IGD_1:
 		return (1);
 	}
@@ -238,4 +240,6 @@
 	case PCI_PRODUCT_INTEL_82965G_IGD:
 	case PCI_PRODUCT_INTEL_82965G_IGD_1:
+	case PCI_PRODUCT_INTEL_82965PM_IGD:
+	case PCI_PRODUCT_INTEL_82965PM_IGD_1:
 		isc->chiptype =3D CHIP_I965;
 		break;

--DocE+STaALJfprDB
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="dmesg.txt"

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 4.99.34 (GENERIC.MP) #0: Sun Nov 11 16:32:24 CET 2007
	ptijo@atheria.tumfatig.net:/home/cvs/src/sys/arch/i386/compile/GENERIC.MP
multiboot: Information structure flags: 0x000003e7
multiboot: Boot loader: GNU GRUB 0.97
multiboot: Command line: /test
multiboot: 636 KB lower memory, 3659337 KB upper memory
multiboot: Symbol table at 0xc0c84f9c, length 574560 bytes
multiboot: String table at 0xc0d113fc, length 511976 bytes
total memory = 3574 MB
rbus: rbus_min_start set to 0xc0000000
avail memory = 3491 MB
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
BIOS32 rev. 0 found at 0xffa10
mainbus0 (root)
cpu0 at mainbus0 apid 0: (boot processor)
cpu0: Intel Core 2 (Merom) (686-class), 1995.19 MHz, id 0x6fa
cpu0: features bfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR>
cpu0: features bfebfbff<PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX>
cpu0: features bfebfbff<FXSR,SSE,SSE2,SS,HTT,TM,SBF>
cpu0: features2 e3bd<SSE3,MONITOR,DS-CPL,VMX,EST,TM2,xTPR,PDCM>
cpu0: "Intel(R) Core(TM)2 Duo CPU     T7300  @ 2.00GHz"
cpu0: I-cache 32 KB 64B/line 8-way, D-cache 32 KB 64B/line 8-way
cpu0: L2 cache 4 MB 64B/line 16-way
cpu0: ITLB 128 4 KB entries 4-way
cpu0: using thermal monitor 1
cpu0: Enhanced SpeedStep (1388 mV) 2000 MHz
cpu0: unknown Enhanced SpeedStep CPU.
cpu0: Enhanced SpeedStep frequencies available (MHz): 2200 2000 1800 1600 1400 1200
cpu0: calibrating local timer
cpu0: apic clock running at 199 MHz
cpu0: 64 page colors
cpu1 at mainbus0 apid 1: (application processor)
cpu1: Intel Core 2 (Merom) (686-class), 1995.00 MHz, id 0x6fa
cpu1: features bfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR>
cpu1: features bfebfbff<PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX>
cpu1: features bfebfbff<FXSR,SSE,SSE2,SS,HTT,TM,SBF>
cpu1: features2 e3bd<SSE3,MONITOR,DS-CPL,VMX,EST,TM2,xTPR,PDCM>
cpu1: "Intel(R) Core(TM)2 Duo CPU     T7300  @ 2.00GHz"
cpu1: I-cache 32 KB 64B/line 8-way, D-cache 32 KB 64B/line 8-way
cpu1: L2 cache 4 MB 64B/line 16-way
cpu1: ITLB 128 4 KB entries 4-way
cpu1: using thermal monitor 1
ioapic0 at mainbus0 apid 2
ioapic0: pa 0xfec00000, version 20, 24 pins
ioapic0: misconfigured as apic 0
ioapic0: remapped to apic 2
acpi0 at mainbus0: Advanced Configuration and Power Interface
acpi0: using Intel ACPI CA subsystem version 20060217
acpi0: X/RSDT: OemId <DELL  , M08    ,27d7071a>, AslId <ASL ,00000061>
acpi0: SCI interrupting at int 9
timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
ACPI-Fast 24-bit timer
mpacpi: could not get bus number, assuming bus 0
CPU0 (ACPI Object Type 'Processor' [0x0c]) at acpi0 not configured
CPU1 (ACPI Object Type 'Processor' [0x0c]) at acpi0 not configured
PCI0 (PNP0A03) [PCI/PCI-X Host Bridge] at acpi0 not configured
pckbc1 at acpi0 (PS2M, PNP0F13): aux port
pckbc1: irq 12
pckbc2 at acpi0 (KBC, PNP0303): kbd port
pckbc2: io 0x60,0x64,0x62,0x66 irq 1
RTC (PNP0B00) [AT Real-Time Clock] at acpi0 not configured
attimer1 at acpi0 (TMR, PNP0100): AT Timer
attimer1: io 0x40-0x43,0x50-0x53 irq 2
pcppi1 at acpi0 (SPKR, PNP0800)
pcppi1: io 0x61,0x63,0x65,0x67
midi0 at pcppi1: PC speaker (CPU-intensive output)
sysbeep0 at pcppi1
MB4 (PNP0C01) [System Board] at acpi0 not configured
PIC (PNP0000) [AT Interrupt Controller] at acpi0 not configured
MAD (PNP0200) [AT DMA Controller] at acpi0 not configured
npx1 at acpi0 (COPR, PNP0C04)
npx1: io 0xf0-0xff irq 13
npx1: reported by CPUID; using exception 16
hpet0 at acpi0 (HPET, PNP0103)
hpet0: mem 0xfed00000-0xfed003ff
hpet0: Found 64-bits HPET, will only use lowest 32-bits
timecounter: Timecounter "hpet0" frequency 14318179 Hz quality 2000
MB2 (PNP0C01) [System Board] at acpi0 not configured
MB3 (PNP0C01) [System Board] at acpi0 not configured
LNKA (PNP0C0F) [PCI interrupt link device] at acpi0 not configured
LNKB (PNP0C0F) [PCI interrupt link device] at acpi0 not configured
LNKC (PNP0C0F) [PCI interrupt link device] at acpi0 not configured
LNKD (PNP0C0F) [PCI interrupt link device] at acpi0 not configured
LNKE (PNP0C0F) [PCI interrupt link device] at acpi0 not configured
LNKF (PNP0C0F) [PCI interrupt link device] at acpi0 not configured
LNKG (PNP0C0F) [PCI interrupt link device] at acpi0 not configured
MB1 (PNP0C01) [System Board] at acpi0 not configured
acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
acpibut0 at acpi0 (PBTN, PNP0C0C): ACPI Power Button
acpibut1 at acpi0 (SBTN, PNP0C0E): ACPI Sleep Button
acpiacad0 at acpi0 (AC, ACPI0003): ACPI AC Adapter
acpibat0 at acpi0 (BAT0, PNP0C0A-1): ACPI Battery (Control Method)
AMW0 (pnp0c14) at acpi0 not configured
acpitz0 at acpi0 (THM): ACPI Thermal Zone
acpitz0: unable to get polling interval; using default of 30.0s
acpitz0: passive cooling mode only
acpitz0: critical 99.0C
apm0 at acpi0: Power Management spec V1.2
acpiacad0: AC adapter online.
acpibat0: battery info: DP-LGC52, LION, DELL NX5117 1438
pckbd0 at pckbc2 (kbd slot)
pckbc2: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
pms0 at pckbc2 (aux slot)
pms0: Synaptics touchpad version 6.3
pms0: Palm detect, Multi-finger
pckbc2: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi1: attached to attimer1
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0
pchb0: Intel 82965PM Host Bridge (rev. 0x0c)
agp0 at pchb0pci_mem_find: expected mem type 00000000, found 00000004
: can't map mmadr registers
vga1 at pci0 dev 2 function 0: Intel 82965PM Integrated Graphics Device (rev. 0x0c)
vga1: WARNING: ignoring 64-bit BAR @ 0x10
vga1: WARNING: ignoring 64-bit BAR @ 0x18
wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation), using wskbd0
wsmux1: connecting to wsdisplay0
direct rendering for vga1 unsupported
Intel 82965PM Integrated Graphics Device (miscellaneous display, revision 0x0c) at pci0 dev 2 function 1 not configured
uhci0 at pci0 dev 26 function 0: Intel 82801H USB UHCI Controller (rev. 0x02)
uhci0: interrupting at ioapic0 pin 20 (irq 10)
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1 at pci0 dev 26 function 1: Intel 82801H USB UHCI Controller (rev. 0x02)
uhci1: interrupting at ioapic0 pin 21 (irq 9)
usb1 at uhci1: USB revision 1.0
uhub1 at usb1
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ehci0 at pci0 dev 26 function 7: Intel 82801H USB EHCI Controller (rev. 0x02)
ehci0: interrupting at ioapic0 pin 22 (irq 7)
ehci0: BIOS has given up ownership
ehci0: EHCI version 1.0
ehci0: companion controllers, 2 ports each: uhci0 uhci1
usb2 at ehci0: USB revision 2.0
uhub2 at usb2
uhub2: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub2: 4 ports with 4 removable, self powered
azalia0 at pci0 dev 27 function 0: Generic High Definition Audio Controller
azalia0: interrupting at ioapic0 pin 21 (irq 9)
azalia0: host: Intel 82801H High Definition Audio Controller (rev. 2)
azalia0: host: High Definition Audio rev. 1.0
ppb0 at pci0 dev 28 function 0: Intel 82801H PCI Express Port #1 (rev. 0x02)
ppb0: disabling notification events
pci1 at ppb0 bus 11
pci1: i/o space, memory space enabled, rd/line, wr/inv ok
ppb1 at pci0 dev 28 function 1: Intel 82801H PCI Express Port #2 (rev. 0x02)
ppb1: disabling notification events
pci2 at ppb1 bus 12
pci2: i/o space, memory space enabled, rd/line, wr/inv ok
wpi0 at pci2 dev 0 function 0: Intel PRO/Wireless LAN 3945ABG Mini-PCI Adapter (rev. 0x02)
wpi0: interrupting at ioapic0 pin 17 (irq 10)
, MoW2, address 00:1b:77:b6:58:e6
wpi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wpi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wpi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ppb2 at pci0 dev 28 function 3: Intel 82801H PCI Express Port #4 (rev. 0x02)
ppb2: disabling notification events
pci3 at ppb2 bus 13
pci3: i/o space, memory space enabled, rd/line, wr/inv ok
ppb3 at pci0 dev 28 function 5: Intel 82801H PCI Express Port #6 (rev. 0x02)
ppb3: disabling notification events
pci4 at ppb3 bus 9
pci4: i/o space, memory space enabled, rd/line, wr/inv ok
Broadcom BCM5906M NetLink Fast Ethernet (ethernet network, revision 0x02) at pci4 dev 0 function 0 not configured
uhci2 at pci0 dev 29 function 0: Intel 82801H USB UHCI Controller (rev. 0x02)
uhci2: interrupting at ioapic0 pin 20 (irq 10)
usb3 at uhci2: USB revision 1.0
uhub3 at usb3
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
uhci3 at pci0 dev 29 function 1: Intel 82801H USB UHCI Controller (rev. 0x02)
uhci3: interrupting at ioapic0 pin 21 (irq 9)
usb4 at uhci3: USB revision 1.0
uhub4 at usb4
uhub4: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub4: 2 ports with 2 removable, self powered
uhci4 at pci0 dev 29 function 2: Intel 82801H USB UHCI Controller (rev. 0x02)
uhci4: interrupting at ioapic0 pin 22 (irq 7)
usb5 at uhci4: USB revision 1.0
uhub5 at usb5
uhub5: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub5: 2 ports with 2 removable, self powered
ehci1 at pci0 dev 29 function 7: Intel 82801H USB EHCI Controller (rev. 0x02)
ehci1: interrupting at ioapic0 pin 20 (irq 10)
ehci1: BIOS has given up ownership
ehci1: EHCI version 1.0
ehci1: companion controllers, 2 ports each: uhci2 uhci3 uhci4
usb6 at ehci1: USB revision 2.0
uhub6 at usb6
uhub6: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub6: 6 ports with 6 removable, self powered
ppb4 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI Bridge (rev. 0xf2)
pci5 at ppb4 bus 3
pci5: i/o space, memory space enabled
fwohci0 at pci5 dev 1 function 0: Ricoh product 0x0832 (rev. 0x05)
fwohci0: interrupting at ioapic0 pin 19 (irq 5)
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 43:4f:c0:00:22:0d:8c:70
fwohci0: Phy 1394a available S400, 1 ports.
fwohci0: Link S400, max_rec 2048 bytes.
ieee1394if0 at fwohci0: IEEE1394 bus
fwip0 at ieee1394if0: IP over IEEE1394
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
ieee1394if0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
ieee1394if0: bus manager 0 (me)
Ricoh product 0x0822 (SD Host Controller system, interface 0x01, revision 0x22) at pci5 dev 1 function 1 not configured
Ricoh product 0x0843 (miscellaneous system, revision 0x12) at pci5 dev 1 function 2 not configured
Ricoh product 0x0592 (miscellaneous system, revision 0x12) at pci5 dev 1 function 3 not configured
Ricoh product 0x0852 (miscellaneous system, revision 0x12) at pci5 dev 1 function 4 not configured
pcib0 at pci0 dev 31 function 0
pcib0: Intel 82801HBM LPC Interface Bridge (rev. 0x02)
piixide0 at pci0 dev 31 function 1
piixide0: Intel 82801HBM IDE Controller (ICH8M) (rev. 0x02)
piixide0: bus-master DMA support present
piixide0: primary channel configured to compatibility mode
piixide0: primary channel interrupting at ioapic0 pin 14 (irq 14)
atabus0 at piixide0 channel 0
piixide0: secondary channel configured to compatibility mode
piixide0: secondary channel ignored (disabled)
ahcisata0 at pci0 dev 31 function 2: Intel 82801HBM SATA Controller
ahcisata0: interrupting at ioapic0 pin 17 (irq 10)
ahcisata0: AHCI revision 1.1, 3 ports, 32 command slots, features 0xe720e0c0
atabus1 at ahcisata0 channel 0
atabus2 at ahcisata0 channel 2
ichsmb0 at pci0 dev 31 function 3: Intel 82801H SMBus Controller (rev. 0x02)
ichsmb0: interrupting at ioapic0 pin 17 (irq 10)
iic0 at ichsmb0: I2C bus
iic0: devices at 0x00 0x44 0x50 0x52
isa0 at pcib0
isapnp0 at isa0 port 0x279: ISA Plug 'n Play device support
isapnp0: no ISA Plug 'n Play devices found
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
azalia0: codec[0]: 0x8384/0x7616 (rev. 2.1)
azalia0: codec[0]: High Definition Audio rev. 1.0
azalia0: playback: max channels=2, encodings=1<PCM>
azalia0: playback: PCM formats=e07e0<24bit,20bit,16bit,192kHz,176.4kHz,96kHz,88.2kHz,48kHz,44.1kHz>
azalia0: recording: max channels=2, encodings=1<PCM>
azalia0: recording: PCM formats=e07e0<24bit,20bit,16bit,192kHz,176.4kHz,96kHz,88.2kHz,48kHz,44.1kHz>
azalia0: codec[2]: 0x1095/0x1392 (rev. 0.0)
azalia0: codec[2]: High Definition Audio rev. 1.0
azalia0: playback: max channels=2, DIGITAL, encodings=5<AC3,PCM>
azalia0: playback: PCM formats=1e07f0<32bit,24bit,20bit,16bit,192kHz,176.4kHz,96kHz,88.2kHz,48kHz,44.1kHz,32kHz>
audio0 at azalia0: full duplex, independent
Kernelized RAIDframe activated
Too many symbols for tree, skipping 1496 symbols
atapibus0 at atabus0: 2 targets
cd0 at atapibus0 drive 0: <MATSHITA DVD+/-RW UJ-857G, , Z111> cdrom removable
cd0: 32-bit data port
cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 2 (Ultra/33)
cd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA)
ahcisata0 port 0: device present, speed: 3.0Gb/s
wd0 at atabus1 drive 0: <Hitachi HTS722020K9A300>
wd0: drive supports 16-sector PIO transfers, LBA48 addressing
wd0: 186 GB, 387621 cyl, 16 head, 63 sec, 512 bytes/sect x 390721968 sectors
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA)
ahcisata0 port 2: PHY offline
ugen0 at uhub6 port 6
ugen0: OmniVision Technologies, Inc. -2640-07.05.16.3 Laptop Integrated Webcam, rev 2.00/1.00, addr 2
boot device: wd0
root on wd0a dumps on wd0b
root file system type: ffs
uhub7 at uhub0 port 2
uhub7: Broadcom BCM2045B2, class 9/0, rev 2.00/1.00, addr 2
uhub7: 3 ports with 0 removable, self powered
ugen1 at uhub1 port 2
ugen1: Novatel Wireless Novatel Wireless HSDPA Modem, rev 1.10/0.00, addr 2
ubt0 at uhub7 port 1
ubt0: Broadcom Corp BCM2045, rev 2.00/1.00, addr 3
uhidev0 at uhub7 port 2 configuration 1 interface 0
uhidev0: Broadcom Corp product 0x4502, rev 2.00/1.00, addr 4, iclass 3/1
ukbd0 at uhidev0
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub7 port 3 configuration 1 interface 0
uhidev1: Broadcom Corp product 0x4503, rev 2.00/1.00, addr 5, iclass 3/1
uhidev1: 125 report ids
ums0 at uhidev1 reportid 2: 3 buttons
wsmouse1 at ums0 mux 0
uhid0 at uhidev1 reportid 125: input=2, output=0, feature=0
wsdisplay0: screen 1 added (80x25, vt100 emulation)
wsdisplay0: screen 2 added (80x25, vt100 emulation)
wsdisplay0: screen 3 added (80x25, vt100 emulation)
wsdisplay0: screen 4 added (80x25, vt100 emulation)

--DocE+STaALJfprDB
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="pchb.c.diff"

--- ./sys/arch/x86/pci/pchb.c.orig	2007-11-10 13:09:36.000000000 +0100
+++ ./sys/arch/x86/pci/pchb.c	2007-11-11 15:43:52.000000000 +0100
@@ -326,4 +326,5 @@
 		case PCI_PRODUCT_INTEL_82965Q_HB:
 		case PCI_PRODUCT_INTEL_82965G_HB:
+		case PCI_PRODUCT_INTEL_82965PM_HB:
 			/*
 			 * The host bridge is either in GFX mode (internal

--DocE+STaALJfprDB
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="pci0.txt"

000:00:0: Intel product 0x2a00 (host bridge, revision 0x0c)
000:02:0: Intel product 0x2a02 (VGA display, revision 0x0c)
000:02:1: Intel product 0x2a03 (miscellaneous display, revision 0x0c)
000:26:0: Intel 82801H USB UHCI Controller (USB serial bus, revision 0x02)
000:26:1: Intel 82801H USB UHCI Controller (USB serial bus, revision 0x02)
000:26:7: Intel 82801H USB EHCI Controller (USB serial bus, interface 0x20, revision 0x02)
000:27:0: Intel 82801H High Definition Audio Controller (multimedia subclass 0x03, revision 0x02)
000:28:0: Intel 82801H PCI Express Port #1 (PCI bridge, revision 0x02)
000:28:1: Intel 82801H PCI Express Port #2 (PCI bridge, revision 0x02)
000:28:3: Intel 82801H PCI Express Port #4 (PCI bridge, revision 0x02)
000:28:5: Intel 82801H PCI Express Port #6 (PCI bridge, revision 0x02)
000:29:0: Intel 82801H USB UHCI Controller (USB serial bus, revision 0x02)
000:29:1: Intel 82801H USB UHCI Controller (USB serial bus, revision 0x02)
000:29:2: Intel 82801H USB UHCI Controller (USB serial bus, revision 0x02)
000:29:7: Intel 82801H USB EHCI Controller (USB serial bus, interface 0x20, revision 0x02)
000:30:0: Intel 82801BAM Hub-PCI Bridge (PCI bridge, interface 0x01, revision 0xf2)
000:31:0: Intel 82801HBM LPC Interface Bridge (ISA bridge, revision 0x02)
000:31:1: Intel 82801H IDE Controller (IDE mass storage, interface 0x8a, revision 0x02)
000:31:2: Intel 82801HBM SATA Controller (SATA mass storage, interface 0x01, revision 0x02)
000:31:3: Intel 82801H SMBus Controller (SMBus serial bus, revision 0x02)

--DocE+STaALJfprDB
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="pcidevs.diff"

--- ./sys/dev/pci/pcidevs.orig	2007-11-10 13:10:22.000000000 +0100
+++ ./sys/dev/pci/pcidevs	2007-11-11 15:52:32.000000000 +0100
@@ -2444,4 +2444,7 @@
 product INTEL 82965G_IGD	0x29a2  82965G Integrated Graphics Device
 product INTEL 82965G_IGD_1	0x29a3  82965G Integrated Graphics Device
+product INTEL 82965PM_HB	0x2a00	82965PM Host Bridge
+product INTEL 82965PM_IGD	0x2a02	82965PM Integrated Graphics Device
+product INTEL 82965PM_IGD_1	0x2a03	82965PM Integrated Graphics Device
 product INTEL 82801I_LAN	0x29c4	82801I LAN Controller
 product INTEL 31244		0x3200	31244 Serial ATA Controller

--DocE+STaALJfprDB
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="pcidevs.h.diff"

--- /home/cvs/src/sys/dev/pci/pcidevs.h.orig	2007-10-31 06:46:42.000000000 +0100
+++ /home/cvs/src/sys/dev/pci/pcidevs.h	2007-11-11 16:20:40.000000000 +0100
@@ -2451,4 +2451,7 @@
 #define	PCI_PRODUCT_INTEL_82965G_IGD	0x29a2		/* 82965G Integrated Graphics Device */
 #define	PCI_PRODUCT_INTEL_82965G_IGD_1	0x29a3		/* 82965G Integrated Graphics Device */
+#define PCI_PRODUCT_INTEL_82965PM_HB	0x2a00		/* 82965PM Host Bridge */
+#define PCI_PRODUCT_INTEL_82965PM_IGD	0x2a02		/* 82965PM Integrated Graphics Device */
+#define PCI_PRODUCT_INTEL_82965PM_IGD_1 0x2a03		/* 82965PM Integrated Graphics Device */
 #define	PCI_PRODUCT_INTEL_82801I_LAN	0x29c4		/* 82801I LAN Controller */
 #define	PCI_PRODUCT_INTEL_31244	0x3200		/* 31244 Serial ATA Controller */

--DocE+STaALJfprDB
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="pcidevs_data.h.diff"

--- /home/cvs/src/sys/dev/pci/pcidevs_data.h.orig	2007-10-31 06:46:43.000000000 +0100
+++ /home/cvs/src/sys/dev/pci/pcidevs_data.h	2007-11-11 16:30:30.000000000 +0100
@@ -8645,4 +8645,16 @@
 	},
 	{
+	    PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_HB,
+	    "82965PM Host Bridge",
+	},
+	{
+	    PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_IGD,
+	    "82965PM Integrated Graphics Device",
+	},
+	{
+	    PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_IGD_1,
+	    "82965PM Integrated Graphics Device",
+	},
+	{
 	    PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_LAN,
 	    "82801I LAN Controller",

--DocE+STaALJfprDB--

--5I6of5zJg18YgZEa
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (NetBSD)

iD8DBQFHNyiC0/VH7L7F7Y4RAhhKAJ9JECqD2xeX1SphvqItqxW4cs8+lwCeONYS
euHxLflgwYGVZ+X5L3GNt0A=
=MwQo
-----END PGP SIGNATURE-----

--5I6of5zJg18YgZEa--