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
f3f8e122
Commit
f3f8e122
authored
Feb 18, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New driver for HFC PCI based ISDN cards
This is the first working version.
parent
0e386918
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
715 additions
and
328 deletions
+715
-328
drivers/isdn/hisax/hisax_hfcpci.c
drivers/isdn/hisax/hisax_hfcpci.c
+712
-327
drivers/isdn/hisax/hisax_hfcpci.h
drivers/isdn/hisax/hisax_hfcpci.h
+3
-1
No files found.
drivers/isdn/hisax/hisax_hfcpci.c
View file @
f3f8e122
This diff is collapsed.
Click to expand it.
drivers/isdn/hisax/hisax_hfcpci.h
View file @
f3f8e122
...
...
@@ -17,9 +17,11 @@ struct hfcpci_adapter {
spinlock_t
hw_lock
;
unsigned
int
irq
;
void
*
mmio
;
char
*
fifo
;
u8
*
fifo
;
dma_addr_t
fifo_dma
;
struct
FsmInst
l1m
;
struct
FsmTimer
timer
;
struct
sk_buff
*
tx_skb
;
int
last_fcnt
;
...
...
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