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

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

Diff for /src/sys/arch/evbmips/conf/MALTA between version 1.40.2.3 and 1.41

version 1.40.2.3, 2006/09/14 12:31:09 version 1.41, 2006/04/30 11:48:37
Line 38  options  USERCONF # userconf(4) support
Line 38  options  USERCONF # userconf(4) support
 options         DDB             # kernel dynamic debugger  options         DDB             # kernel dynamic debugger
 options         DDB_HISTORY_SIZE=100 # enable history editing in DDB  options         DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions     DEBUG="-g"      # compile full symbol table  makeoptions     DEBUG="-g"      # compile full symbol table
 options         SYMTAB_SPACE=175000     # size for embedded symbol table  options         SYMTAB_SPACE=150000     # size for embedded symbol table
   
 # Compatibility options  # Compatibility options
 #options        COMPAT_43       # compatibility with 4.3BSD binaries  #options        COMPAT_43       # compatibility with 4.3BSD binaries
Line 93  options  INET  # Internet protocols
Line 93  options  INET  # Internet protocols
 #options        IPSEC_DEBUG     # debug for IP security  #options        IPSEC_DEBUG     # debug for IP security
 #options        MROUTING        # packet forwarding of multicast packets  #options        MROUTING        # packet forwarding of multicast packets
 #options        PIM             # Protocol Independent Multicast  #options        PIM             # Protocol Independent Multicast
   #options        NS              # Xerox NS networking
   #options        NSIP            # Xerox NS tunneling over IP
 #options        ISO,TPIP        # OSI networking  #options        ISO,TPIP        # OSI networking
 #options        EON             # OSI tunneling over IP  #options        EON             # OSI tunneling over IP
   #options        CCITT,LLC,HDLC  # X.25
 #options        NETATALK        # AppleTalk (over Ethernet) protocol  #options        NETATALK        # AppleTalk (over Ethernet) protocol
 #options        PPP_BSDCOMP     # BSD-Compress compression support for PPP  #options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
 #options        PPP_DEFLATE     # Deflate compression support for PPP  #options        PPP_DEFLATE     # Deflate compression support for PPP
 #options        PPP_FILTER      # Active filter support for PPP (requires bpf)  #options        PPP_FILTER      # Active filter support for PPP (requires bpf)
 #options        PFIL_HOOKS      # pfil(9) packet filter hooks  #options        PFIL_HOOKS      # pfil(9) packet filter hooks
 #options        IPFILTER_LOG    # ipmon(8) log support  #options        IPFILTER_LOG    # ipmon(8) log support
 #options        IPFILTER_LOOKUP # ippool(8) support  
   
 # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.  # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
 #options        TCP_COMPAT_42  #options        TCP_COMPAT_42
Line 221  atabus*  at ata? channel ?
Line 223  atabus*  at ata? channel ?
 wd*             at atabus? drive ? flags 0x0000  wd*             at atabus? drive ? flags 0x0000
   
 # PCI network interfaces  # PCI network interfaces
 ath*            at pci? dev ? function ?        # Atheros WLAN  
 #en*            at pci? dev ? function ?        # ENI/Adaptec ATM  #en*            at pci? dev ? function ?        # ENI/Adaptec ATM
 #ep*            at pci? dev ? function ?        # 3Com 3c59x  #ep*            at pci? dev ? function ?        # 3Com 3c59x
 #ex*            at pci? dev ? function ?        # 3Com 90x[B]  #ex*            at pci? dev ? function ?        # 3Com 90x[B]

Legend:
Removed from v.1.40.2.3  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>