From 7e9e0ce9bc5d700f215c3f49d5dbc6315e35855a Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sun, 30 Aug 2009 16:13:46 +0000 Subject: [PATCH] FXP: support for 8086/1064 (reported and tested by Jose Luis Sanchez) --- drivers/fxp/fxp.c | 1 + drivers/pci/pci_table.c | 1 + etc/drivers.conf | 1 + 3 files changed, 3 insertions(+) diff --git a/drivers/fxp/fxp.c b/drivers/fxp/fxp.c index b739bb0ca..25f3b7c58 100644 --- a/drivers/fxp/fxp.c +++ b/drivers/fxp/fxp.c @@ -99,6 +99,7 @@ PRIVATE struct pcitab pcitab_fxp[]= { 0x8086, 0x1229, 0 }, /* Intel 82557, etc. */ { 0x8086, 0x2449, 0 }, /* Intel 82801BA/BAM/CA/CAM */ { 0x8086, 0x103d, 0 }, /* Intel 82801DB */ + { 0x8086, 0x1064, 0 }, /* Intel 82562 */ { 0x0000, 0x0000, 0 } }; diff --git a/drivers/pci/pci_table.c b/drivers/pci/pci_table.c index 7b46c9ca7..c38a23cc4 100644 --- a/drivers/pci/pci_table.c +++ b/drivers/pci/pci_table.c @@ -119,6 +119,7 @@ struct pci_device pci_device_table[]= { 0x8086, 0x1029, "Intel EtherExpressPro100 ID1029" }, { 0x8086, 0x1030, "Intel Corporation 82559 InBusiness 10/100" }, { 0x8086, 0x103d, "Intel Corporation 82801DB PRO/100 VE (MOB)" }, + { 0x8086, 0x1064, "Intel Corporation 82562 PRO/100 VE" }, { 0x8086, 0x1209, "Intel EtherExpressPro100 82559ER" }, { 0x8086, 0x1229, "Intel EtherExpressPro100 82557/8/9" }, { 0x8086, 0x122D, "Intel 82437FX" }, diff --git a/etc/drivers.conf b/etc/drivers.conf index 6cf6821c9..ced6186f4 100644 --- a/etc/drivers.conf +++ b/etc/drivers.conf @@ -115,6 +115,7 @@ driver fxp SYSCTL ; pci device 8086/103d; + pci device 8086/1064; pci device 8086/1229; pci device 8086/2449; ipc