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
Kirill Smelkov
linux
Commits
022661f5
Commit
022661f5
authored
Nov 02, 2004
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SERIAL] Add support for Dell PCI Remote Access Card III.
parent
b815b4b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
drivers/serial/8250_pci.c
drivers/serial/8250_pci.c
+14
-0
include/linux/pci_ids.h
include/linux/pci_ids.h
+2
-1
No files found.
drivers/serial/8250_pci.c
View file @
022661f5
...
@@ -1026,6 +1026,7 @@ enum pci_board_num_t {
...
@@ -1026,6 +1026,7 @@ enum pci_board_num_t {
pbn_b1_bt_2_921600
,
pbn_b1_bt_2_921600
,
pbn_b1_1_1382400
,
pbn_b1_2_1382400
,
pbn_b1_2_1382400
,
pbn_b1_4_1382400
,
pbn_b1_4_1382400
,
pbn_b1_8_1382400
,
pbn_b1_8_1382400
,
...
@@ -1253,6 +1254,12 @@ static struct pci_board pci_boards[] __devinitdata = {
...
@@ -1253,6 +1254,12 @@ static struct pci_board pci_boards[] __devinitdata = {
.
uart_offset
=
8
,
.
uart_offset
=
8
,
},
},
[
pbn_b1_1_1382400
]
=
{
.
flags
=
FL_BASE1
,
.
num_ports
=
1
,
.
base_baud
=
1382400
,
.
uart_offset
=
8
,
},
[
pbn_b1_2_1382400
]
=
{
[
pbn_b1_2_1382400
]
=
{
.
flags
=
FL_BASE1
,
.
flags
=
FL_BASE1
,
.
num_ports
=
2
,
.
num_ports
=
2
,
...
@@ -2108,6 +2115,13 @@ static struct pci_device_id serial_pci_tbl[] = {
...
@@ -2108,6 +2115,13 @@ static struct pci_device_id serial_pci_tbl[] = {
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
pbn_b0_bt_1_460800
},
pbn_b0_bt_1_460800
},
/*
* Dell Remote Access Card III - Tim_T_Murphy@Dell.com
*/
{
PCI_VENDOR_ID_DELL
,
PCI_DEVICE_ID_DELL_RACIII
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
pbn_b1_1_1382400
},
/*
/*
* RAStel 2 port modem, gerg@moreton.com.au
* RAStel 2 port modem, gerg@moreton.com.au
*/
*/
...
...
include/linux/pci_ids.h
View file @
022661f5
...
@@ -521,7 +521,8 @@
...
@@ -521,7 +521,8 @@
#define PCI_VENDOR_ID_AI 0x1025
#define PCI_VENDOR_ID_AI 0x1025
#define PCI_DEVICE_ID_AI_M1435 0x1435
#define PCI_DEVICE_ID_AI_M1435 0x1435
#define PCI_VENDOR_ID_DELL 0x1028
#define PCI_VENDOR_ID_DELL 0x1028
#define PCI_DEVICE_ID_DELL_RACIII 0x0008
#define PCI_VENDOR_ID_MATROX 0x102B
#define PCI_VENDOR_ID_MATROX 0x102B
#define PCI_DEVICE_ID_MATROX_MGA_2 0x0518
#define PCI_DEVICE_ID_MATROX_MGA_2 0x0518
...
...
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