Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108017
b: refs/heads/master
c: 64bef76
h: refs/heads/master
i:
  108015: 3a59859
v: v3
  • Loading branch information
Krzysztof Hałasa committed Jul 23, 2008
1 parent 4003ba1 commit 2cb1a59
Show file tree
Hide file tree
Showing 9 changed files with 366 additions and 654 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52e8a6a2d8dc19002d1757870d16051157ce999c
refs/heads/master: 64bef7630ad5b0ccfdd73973e95cf7b7e39224d0
7 changes: 3 additions & 4 deletions trunk/drivers/net/wan/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ config COSA
#
config LANMEDIA
tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards"
depends on PCI && VIRT_TO_BUS
depends on PCI && VIRT_TO_BUS && HDLC
---help---
Driver for the following Lan Media family of serial boards:

Expand All @@ -78,9 +78,8 @@ config LANMEDIA
- LMC 5245 board connects directly to a T3 circuit saving the
additional external hardware.

To change setting such as syncPPP vs Cisco HDLC or clock source you
will need lmcctl. It is available at <ftp://ftp.lanmedia.com/>
(broken link).
To change setting such as clock source you will need lmcctl.
It is available at <ftp://ftp.lanmedia.com/> (broken link).

To compile this driver as a module, choose M here: the
module will be called lmc.
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ obj-$(CONFIG_SEALEVEL_4021) += z85230.o sealevel.o
obj-$(CONFIG_COSA) += cosa.o
obj-$(CONFIG_FARSYNC) += farsync.o
obj-$(CONFIG_DSCC4) += dscc4.o
obj-$(CONFIG_LANMEDIA) += syncppp.o
obj-$(CONFIG_X25_ASY) += x25_asy.o

obj-$(CONFIG_LANMEDIA) += lmc/
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/lmc/lmc_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
/*
* IFTYPE defines
*/
#define LMC_PPP 1 /* use sppp interface */
#define LMC_PPP 1 /* use generic HDLC interface */
#define LMC_NET 2 /* use direct net interface */
#define LMC_RAW 3 /* use direct net interface */

Expand Down
Loading

0 comments on commit 2cb1a59

Please sign in to comment.