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
2293472d
Commit
2293472d
authored
May 25, 2003
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[netdvr tulip] nuke stale defines
Noticed (indirectly) by davej
parent
ba05e30f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
drivers/net/tulip/tulip.h
drivers/net/tulip/tulip.h
+0
-13
No files found.
drivers/net/tulip/tulip.h
View file @
2293472d
...
...
@@ -193,16 +193,6 @@ enum desc_status_bits {
};
enum
t21041_csr13_bits
{
csr13_eng
=
(
0xEF0
<<
4
),
/* for eng. purposes only, hardcode at EF0h */
csr13_aui
=
(
1
<<
3
),
/* clear to force 10bT, set to force AUI/BNC */
csr13_cac
=
(
1
<<
2
),
/* CSR13/14/15 autoconfiguration */
csr13_srl
=
(
1
<<
0
),
/* When reset, resets all SIA functions, machines */
csr13_mask_auibnc
=
(
csr13_eng
|
csr13_aui
|
csr13_srl
),
csr13_mask_10bt
=
(
csr13_eng
|
csr13_srl
),
};
enum
t21143_csr6_bits
{
csr6_sc
=
(
1
<<
31
),
csr6_ra
=
(
1
<<
30
),
...
...
@@ -449,9 +439,6 @@ extern const char * const medianame[];
extern
const
char
tulip_media_cap
[];
extern
struct
tulip_chip_table
tulip_tbl
[];
extern
u8
t21040_csr13
[];
extern
u16
t21041_csr13
[];
extern
u16
t21041_csr14
[];
extern
u16
t21041_csr15
[];
#ifndef USE_IO_OPS
#undef inb
...
...
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