diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-07 17:41:41 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-07 17:41:41 -0800 |
| commit | 87afa29af1652cfd6c8ad35aadb3102aee4e02a9 (patch) | |
| tree | c148a293d784dd88e8b8c3ce312a90bdda3f3c55 /include/linux | |
| parent | fb3b8050c442a54e935b86dcfa751b547216b55b (diff) | |
[PATCH] add device id to radeonfb
From: Andreas Steinmetz <ast@domdv.de>
The attached patch adds the pci id 5961 to radeonfb. Without the patch my
9200 displays only a blank screen. lspci output below.
05:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV280
[Radeon 9200] (rev 01) (prog-if 00 [VGA])
Subsystem: Giga-byte Technology: Unknown device 4018
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 16
Memory at e0000000 (32-bit, prefetchable) [size=128M]
I/O ports at b800 [size=256]
Memory at feaf0000 (32-bit, non-prefetchable) [size=64K]
Expansion ROM at feac0000 [disabled] [size=128K]
Capabilities: [58] AGP version 3.0
Capabilities: [50] Power Management version 2
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index c21bb5925bd1..79a90610f302 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -291,6 +291,7 @@ #define PCI_DEVICE_ID_ATI_RADEON_Ig 0x4967 /* Radeon RV280 (9200) */ #define PCI_DEVICE_ID_ATI_RADEON_Y_ 0x5960 +#define PCI_DEVICE_ID_ATI_RADEON_Ya 0x5961 #define PCI_DEVICE_ID_ATI_RADEON_Yd 0x5964 /* Radeon R300 (9500) */ #define PCI_DEVICE_ID_ATI_RADEON_AD 0x4144 |
