[BACK]Return to files CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / conf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/conf/files between version 1.1279 and 1.1279.4.2

version 1.1279, 2021/02/06 16:03:31 version 1.1279.4.2, 2021/08/01 22:42:20
Line 18  devclass bus
Line 18  devclass bus
 # (note, these are case-sensitive)  # (note, these are case-sensitive)
 #  #
 defparam opt_param.h            MAXUSERS  defparam opt_param.h            MAXUSERS
   defparam opt_param.h            MSGBUFSIZE
 defflag                         INSECURE  defflag                         INSECURE
 defflag                         KTRACE  defflag                         KTRACE
 defflag                         MBUFTRACE  defflag                         MBUFTRACE
Line 289  defflag opt_ppp.h  PPP_DEFLATE PPP_BSDCO
Line 290  defflag opt_ppp.h  PPP_DEFLATE PPP_BSDCO
                                                 # compression, enable pppd                                                  # compression, enable pppd
                                                 # packet filtering support                                                  # packet filtering support
 defflag opt_pppoe.h             PPPOE_SERVER PPPOE_DEBUG  defflag opt_pppoe.h             PPPOE_SERVER PPPOE_DEBUG
   defparam opt_pppoe.h            PPPOE_DEQUEUE_MAXLEN
   
   defflag opt_sppp.h              SPPP_IFDOWN_RECONNECT
   defparam opt_sppp.h             SPPP_KEEPALIVE_INTERVAL
                                   SPPP_NORECV_TIME
                                   SPPP_ALIVE_INTERVAL
   
 # networking options  # networking options
 #  #
Line 371  define  pckbport {[slot = -1]}
Line 378  define  pckbport {[slot = -1]}
 define  pckbport_machdep_cnattach  define  pckbport_machdep_cnattach
 define  firmload  define  firmload
 define  ipmibus         { }  define  ipmibus         { }
   define  smbios
   
 # speaker devices, attaches to audio or pcppi drivers  # speaker devices, attaches to audio or pcppi drivers
 device  spkr: wsbelldev  device  spkr: wsbelldev
Line 1435  defpseudodev l2tp: ifnet, ether, arp
Line 1443  defpseudodev l2tp: ifnet, ether, arp
 defpseudo canloop:      ifnet  defpseudo canloop:      ifnet
 defpseudo ipsecif:      ifnet           # avoid to confuse ipsec itself option  defpseudo ipsecif:      ifnet           # avoid to confuse ipsec itself option
 defpseudo wg:           ifnet, blake2s, libsodium  defpseudo wg:           ifnet, blake2s, libsodium
   defpseudo lagg:         ifnet, ether
   
 defpseudo sequencer  defpseudo sequencer
 defpseudo clockctl  defpseudo clockctl

Legend:
Removed from v.1.1279  
changed lines
  Added in v.1.1279.4.2

CVSweb <webmaster@jp.NetBSD.org>