Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
9f9618b6
Commit
9f9618b6
authored
Jan 14, 2003
by
James Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[STI] Updates to latest PARISC changes. Use the latest PCI ids.
parent
95cf11e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
drivers/video/console/sticore.c
drivers/video/console/sticore.c
+5
-7
No files found.
drivers/video/console/sticore.c
View file @
9f9618b6
...
...
@@ -1003,14 +1003,12 @@ static void __devexit sticore_pci_remove(struct pci_dev *pd)
}
#define PCI_DEVICE_ID_VISUALIZE_EG 0x1005
#define PCI_DEVICE_ID_VISUALIZE_FX 0x1008
#define PCI_DEVICE_ID_VISUALIZE_FX_NEW 0x108b
static
struct
pci_device_id
sti_pci_tbl
[]
__devinitdata
=
{
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_VISUALIZE_EG
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
0
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_VISUALIZE_FX
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
0
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_VISUALIZE_FX_NEW
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
0
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_VISUALIZE_EG
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
0
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_VISUALIZE_FX6
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
0
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_VISUALIZE_FX4
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
0
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_VISUALIZE_FX2
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
0
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_VISUALIZE_FXE
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
0
},
{
0
,
}
/* terminate list */
};
MODULE_DEVICE_TABLE
(
pci
,
sti_pci_tbl
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment