netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Generic HDLC update
@ 2006-09-26 20:42 Krzysztof Halasa
  2006-09-26 21:18 ` [PATCH 1/2] Modularize generic HDLC Krzysztof Halasa
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Krzysztof Halasa @ 2006-09-26 20:42 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev, lkml, PC300 Maintainer

Hi,

Jeff,
in this thread I'm posting two patches:
- 1/2: modularizes generic HDLC code - WAN protocols (FR, Cisco HDLC
  etc.) can now be separate modules. We can now have multiple module
  versions for a protocol (something like syncppp-based PPP or based
  on generic PPP). Also we don't have to load things like syncppp or
  lapb if we don't need it.

  "Core" generic HDLC code doesn't now know anything about the
  WAN protocols - all protocol-related information has been moved from
  hdlc.h to the protocol drivers.


- 2/2: while both user-space and low-level driver interfaces are not
  changed by the first patch, it has to change data structures
  internal to the generic HDLC. Unfortunately, there is one particular
  driver - pc300 - abusing those internal structures. There are few
  ways to fix this driver but it's not trivial. PC300 maintainer has
  been notified about the problem and possible solutions, and has
  been sent a copy of the modularizing patch two+ months ago.

  This patch removes accesses to the HDLC-internal data structures
  from pc300 driver, thus enabling it to compile but breaking part
  of its functionality.

Please apply both patches to Linux 2.6.
Thanks.
-- 
Krzysztof Halasa

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-09-26 21:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-26 20:42 Generic HDLC update Krzysztof Halasa
2006-09-26 21:18 ` [PATCH 1/2] Modularize generic HDLC Krzysztof Halasa
2006-09-26 21:23 ` [PATCH 1/2] Modularize generic HDLC - now signed-off Krzysztof Halasa
2006-09-26 21:40   ` Jeff Garzik
2006-09-26 21:48     ` Krzysztof Halasa
2006-09-26 21:24 ` [PATCH 2/2] Make PC300 WAN driver compile again Krzysztof Halasa
2006-09-26 21:35 ` Generic HDLC update Krzysztof Halasa
2006-09-26 21:38   ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).