Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
aca25753
Commit
aca25753
authored
Jul 01, 2008
by
Krzysztof Hałasa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WAN: Port COSA driver to generic HDLC.
Signed-off-by:
Krzysztof Hałasa
<
khc@pm.waw.pl
>
parent
0bee8db8
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
130 additions
and
167 deletions
+130
-167
drivers/net/wan/Kconfig
drivers/net/wan/Kconfig
+1
-1
drivers/net/wan/Makefile
drivers/net/wan/Makefile
+1
-1
drivers/net/wan/cosa.c
drivers/net/wan/cosa.c
+128
-165
No files found.
drivers/net/wan/Kconfig
View file @
aca25753
...
...
@@ -37,7 +37,7 @@ config HOSTESS_SV11
# The COSA/SRP driver has not been tested as non-modular yet.
config COSA
tristate "COSA/SRP sync serial boards support"
depends on ISA && m && ISA_DMA_API
depends on ISA && m && ISA_DMA_API
&& HDLC
---help---
Driver for COSA and SRP synchronous serial boards.
...
...
drivers/net/wan/Makefile
View file @
aca25753
...
...
@@ -23,7 +23,7 @@ pc300-objs := $(pc300-y)
obj-$(CONFIG_HOSTESS_SV11)
+=
z85230.o syncppp.o hostess_sv11.o
obj-$(CONFIG_SEALEVEL_4021)
+=
z85230.o syncppp.o sealevel.o
obj-$(CONFIG_COSA)
+=
syncppp.o
cosa.o
obj-$(CONFIG_COSA)
+=
cosa.o
obj-$(CONFIG_FARSYNC)
+=
farsync.o
obj-$(CONFIG_DSCC4)
+=
dscc4.o
obj-$(CONFIG_LANMEDIA)
+=
syncppp.o
...
...
drivers/net/wan/cosa.c
View file @
aca25753
This diff is collapsed.
Click to expand it.
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