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
52a1a11d
Commit
52a1a11d
authored
Sep 18, 2002
by
Szilárd Pásztor
Committed by
Jeff Garzik
Sep 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comx-hw-munich WAN driver "performance fix": remove hideous udelay.
Also, some cleanups.
parent
246d0553
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
drivers/net/wan/comx-hw-munich.c
drivers/net/wan/comx-hw-munich.c
+3
-9
No files found.
drivers/net/wan/comx-hw-munich.c
View file @
52a1a11d
...
...
@@ -55,11 +55,9 @@
#include "falc-lh.h"
#endif
MODULE_AUTHOR
(
"Bartok Istvan <bartoki@itc.hu>, Gergely Madarasz <gorgo@itc.hu>, Szilard Pasztor <don@itc.hu>"
);
MODULE_DESCRIPTION
(
"Hardware-level driver for the SliceCOM and PciCOM (WelCOM) adapters"
);
MODULE_AUTHOR
(
"Bartok Istvan <bartoki@itc.hu>, Gergely Madarasz <gorgo@itc.hu>, Szilard Pasztor <don@itc.hu>"
);
MODULE_DESCRIPTION
(
"Hardware-level driver for the SliceCOM and PciCOM (WelCOM) adapters"
);
MODULE_LICENSE
(
"GPL"
);
/*
* TODO: az ilyenek a comxhw.h -ban szoktak lenni, idovel menjenek majd oda:
*/
...
...
@@ -1253,8 +1251,6 @@ static void MUNICH_interrupt(int irq, void *dev_id, struct pt_regs *regs)
/* jon interrupt, de nincs mit feldolgozni, akkor torlom a STAT-ot. */
/* 'needs a rewrite', de elso megoldasnak jo lesz */
// {
udelay
(
10000
);
int_info
=
board
->
tiq
[
board
->
tiq_ptr
];
if
(
int_info
.
all
&
0xF0000000
)
/* ha ez nem 0, akkor itt interrupt_info van */
{
...
...
@@ -2779,8 +2775,6 @@ static int BOARD_init(struct net_device *dev)
static
int
BOARD_exit
(
struct
net_device
*
dev
)
{
struct
comx_channel
*
ch
=
(
struct
comx_channel
*
)
dev
->
priv
;
struct
slicecom_privdata
*
hw
=
ch
->
HW_privdata
;
// munich_board_t *board;
/* Free private data area */
// board = hw->boardnum + (ch->hardware == &pcicomhw ? pcicom_boards : slicecom_boards);
...
...
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