Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Jun 1997 21:06:19 -0700
From:      Paul Traina <pst@shockwave.com>
To:        Peter Wemm <peter@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/net if_ppp.c ppp_tty.c 
Message-ID:  <199706020406.VAA26041@precipice.shockwave.com>
In-Reply-To: Your message of "Sat, 31 May 1997 03:13:47 PDT." <199705311013.DAA19031@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for dealing with this, it's been on my todo list for ages, but
I no longer run ppp on any of my freebsd machines.

  From: Peter Wemm <peter@FreeBSD.ORG>
  Subject: cvs commit: src/sys/net if_ppp.c ppp_tty.c
  peter       1997/05/31 03:13:46 PDT
  
    Modified files:
      sys/net              if_ppp.c ppp_tty.c 
    Log:
    Bruce mentioned to me that Paul Traina had noticed that the ppp_tty
    interrupt mask hackery wasn't happening when being modloaded via the
    if_ppp lkm.  It seems that the lkm system doesn't particularly like having
    two sets of load/unload/etc routines. :-]  This really should be fixed
    by having a seperate if_ppp and ppp_tty lkm, but that requires that ppp_tty
    is loaded after if_ppp, and needs to be able to link with symbols in
    if_ppp.  This gets messy, it is a better task for the in-kernel linker.
    (if_ppp is generic, ppp_tty is a tty-specific bottom end for if_ppp, it's
     not _too_ hard to have another "provider" (such as a hdlc sync card)
     connected to if_ppp)
    
    Revision  Changes    Path
    1.41      +9 -1      src/sys/net/if_ppp.c
    1.17      +4 -4      src/sys/net/ppp_tty.c
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706020406.VAA26041>