From 0f54bd34deebef3d74865f27ffaa9c786f953983 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 6 Apr 2004 00:32:07 -0400 Subject: [PATCH] Support newer revisions of broadcoms in b44.c This adds support for newer revisions of the chips. The b44_disable_ints at the beggining actually kills machine with newer revision, but its removal has no ill effects. --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux') diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index d2abc99de3fb..7907a202385a 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1837,6 +1837,8 @@ #define PCI_DEVICE_ID_TIGON3_5901 0x170d #define PCI_DEVICE_ID_TIGON3_5901_2 0x170e #define PCI_DEVICE_ID_BCM4401 0x4401 +#define PCI_DEVICE_ID_BCM4401B0 0x4402 +#define PCI_DEVICE_ID_BCM4401B1 0x170c #define PCI_VENDOR_ID_ENE 0x1524 #define PCI_DEVICE_ID_ENE_1211 0x1211 -- cgit v1.2.3