Displaying 2 results from an estimated 2 matches for "wcx100p".
Did you mean:
wct100p
2005 Feb 06
0
Intel 537EP is NOT the MD3200 aka X100P [Re: Intel 537EP chipset, revisited]
...0
***************
*** 980,985 ****
--- 980,986 ----
{ 0xe159, 0x0001, 0x8086, PCI_ANY_ID, 0, 0, (unsigned long)
&generic },
{ 0xe159, 0x0001, 0x8087, PCI_ANY_ID, 0, 0, (unsigned long)
&generic },
{ 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)
&wcx100p },
+ { 0x8086, 0x1080, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)
&generic },
{ 0 }
};
***************
*** 1000,1005 ****
--- 1001,1048 ----
{
int res;
int x;
+
+
+ struct pci_dev *pdev;
+ int i;
+
+ /* workaround for serial driver falsely clai...
2004 Jun 10
1
Intel 537EP chipset, revisited
...Y_ID, 0, 0, (unsigned long)
&wcx101p },
{ 0xe159, 0x0001, 0x8086, PCI_ANY_ID, 0, 0, (unsigned long)
&generic },
{ 0x8086, 0x1080, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned
long) &generic },
{ 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned
long) &wcx100p },
{ 0 } };
That was done in accordance to this:
[root@gollum zaptel]# lspci -vv -n -d 8086:1080
00:0a.0 Class 0703: 8086:1080 (rev 04)
Subsystem: 8086:1000
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping+ SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+...