Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 1998 10:08:09 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/netinet mlf_ipl.c
Message-ID:  <199803271808.KAA04685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/03/27 10:08:09 PST

  Modified files:
    sys/netinet          mlf_ipl.c 
  Log:
  When building in in the kernel rather than as a LKM, don't compile
  all the LKM load/unload junk, and don't forget to register the SYSINIT
  so that the cdevsw entry is attached.
  
  BTW: I think the way it builds it's /dev nodes on the fly as an LKM with
  vnode ops is kinda cute - I guess that'd be one way to solve the devfs
  persistance problems.. :-)  (ie: have the drivers make the nodes in /dev
  on disk directly if they are missing, but leave them alone if present).
  
  Revision  Changes    Path
  1.5       +4 -4      src/sys/netinet/mlf_ipl.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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