diff options
| author | Pavel Machek <pavel@ucw.cz> | 2004-04-06 00:32:07 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-06 00:32:07 -0400 |
| commit | 0f54bd34deebef3d74865f27ffaa9c786f953983 (patch) | |
| tree | 3de95632309715d75bafe138237f4c994b29d2ed /include | |
| parent | 196c4ebdac1bcb919ff0c798526412d8f28239b7 (diff) | |
[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.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
