[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / macppc / 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/macppc/conf/GENERIC between version 1.293 and 1.293.2.3

version 1.293, 2011/07/30 04:53:30 version 1.293.2.3, 2014/05/22 11:39:56
Line 38  options  KTRACE  # system call tracing v
Line 38  options  KTRACE  # system call tracing v
 options         SYSVMSG         # System V message queues  options         SYSVMSG         # System V message queues
 options         SYSVSEM         # System V semaphores  options         SYSVSEM         # System V semaphores
 options         SYSVSHM         # System V shared memory  options         SYSVSHM         # System V shared memory
 options         P1003_1B_SEMAPHORE # p1003.1b semaphore support  
   
 options         MODULAR         # new style module(7) framework  options         MODULAR         # new style module(7) framework
   
Line 76  options  COMPAT_20 # NetBSD 2.0,
Line 75  options  COMPAT_20 # NetBSD 2.0,
 options         COMPAT_30       # NetBSD 3.0,  options         COMPAT_30       # NetBSD 3.0,
 options         COMPAT_40       # NetBSD 4.0 compatibility.  options         COMPAT_40       # NetBSD 4.0 compatibility.
 options         COMPAT_50       # NetBSD 5.0 compatibility.  options         COMPAT_50       # NetBSD 5.0 compatibility.
   options         COMPAT_60       # NetBSD 6.0 compatibility.
 options         COMPAT_43       # and 4.3BSD  options         COMPAT_43       # and 4.3BSD
 #options        COMPAT_386BSD_MBRPART # recognize old partition ID  #options        COMPAT_386BSD_MBRPART # recognize old partition ID
 #options        COMPAT_LINUX    # Linux binary compatibility  #options        COMPAT_LINUX    # Linux binary compatibility
 #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.  #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.  options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
   
   # Wedge support
   options         DKWEDGE_AUTODISCOVER    # Automatically add dk(4) instances
   options         DKWEDGE_METHOD_GPT      # Supports GPT partitions as wedges
   # The following two options can break /etc/fstab, so handle with care
   #options        DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
   #options        DKWEDGE_METHOD_MBR      # Support MBR partitions as wedges
   
 # File systems  # File systems
 file-system     FFS             # UFS  file-system     FFS             # UFS
 file-system     EXT2FS          # second extended file system (linux)  file-system     EXT2FS          # second extended file system (linux)
Line 108  file-system TMPFS  # Efficient memory fi
Line 115  file-system TMPFS  # Efficient memory fi
 options         QUOTA           # legacy UFS quotas  options         QUOTA           # legacy UFS quotas
 options         QUOTA2          # new, in-filesystem UFS quotas  options         QUOTA2          # new, in-filesystem UFS quotas
 #options        FFS_EI          # FFS Endian Independent support  #options        FFS_EI          # FFS Endian Independent support
 options         WAPBL           # File system journaling support - Experimental  options         WAPBL           # File system journaling support
 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental  #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
 options         NFSSERVER       # Network File System server  options         NFSSERVER       # Network File System server
 #options        FFS_NO_SNAPSHOT # No FFS snapshot support  #options        FFS_NO_SNAPSHOT # No FFS snapshot support
Line 123  options  NFS_BOOT_DHCP # Support DHCP NF
Line 130  options  NFS_BOOT_DHCP # Support DHCP NF
 options         INET            # IP + ICMP + TCP + UDP  options         INET            # IP + ICMP + TCP + UDP
 options         INET6           # IPV6  options         INET6           # IPV6
 #options        IPSEC           # IP security  #options        IPSEC           # IP security
 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)  
 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)  
 #options        IPSEC_DEBUG     # debug for IP security  #options        IPSEC_DEBUG     # debug for IP security
 #options        MROUTING        # IP multicast routing  #options        MROUTING        # IP multicast routing
 #options        PIM             # Protocol Independent Multicast  #options        PIM             # Protocol Independent Multicast
 #options        ISO,TPIP        # OSI  
 #options        EON             # OSI tunneling over IP  
 options         NETATALK        # AppleTalk networking protocols  options         NETATALK        # AppleTalk networking protocols
 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         IPFILTER_LOG    # ipmon(8) log support  options         IPFILTER_LOG    # ipmon(8) log support
 options         IPFILTER_LOOKUP # ippool(8) support  options         IPFILTER_LOOKUP # ippool(8) support
 options         IPFILTER_COMPAT # Compat for IP-Filter  options         IPFILTER_COMPAT # Compat for IP-Filter
Line 165  options  USBVERBOSE # verbose USB device
Line 167  options  USBVERBOSE # verbose USB device
 # wscons options  # wscons options
 #options        WSEMUL_SUN                      # sun terminal emulation  #options        WSEMUL_SUN                      # sun terminal emulation
 options         WSEMUL_VT100                    # VT100 / VT220 emulation  options         WSEMUL_VT100                    # VT100 / VT220 emulation
   options         WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
   options         WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
   options         WSDISPLAY_COMPAT_USL            # VT handling
   
 options         WS_DEFAULT_FG=WSCOL_BLACK  options         WS_DEFAULT_FG=WSCOL_BLACK
 options         WS_DEFAULT_BG=WSCOL_LIGHT_WHITE  options         WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
Line 173  options  WS_KERNEL_BG=WSCOL_LIGHT_WHITE
Line 178  options  WS_KERNEL_BG=WSCOL_LIGHT_WHITE
   
 #options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes  #options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 options         FONT_GALLANT12x22  options         FONT_GALLANT12x22
   options         FONT_QVSS8x15           # a smaller font for lower resolutions
   
 # Optional Mac keyboard tweaks  # Optional Mac keyboard tweaks
   
Line 280  trm* at pci? dev ? function ? # Tekram D
Line 286  trm* at pci? dev ? function ? # Tekram D
 # instead.  # instead.
   
 chipsfb*        at pci? function ?      # C&T 65550  chipsfb*        at pci? function ?      # C&T 65550
   gffb*           at pci? function ?      # NVIDIA GeForce2 MX
 machfb*         at pci? function ?      # ATI Mach 64, Rage, Rage Pro  machfb*         at pci? function ?      # ATI Mach 64, Rage, Rage Pro
   tdvfb*          at pci? function ?      # 3Dfx Voodoo2
   r128fb*         at pci? function ?      # ATI Rage 128
   voodoofb*       at pci? function ?      # 3Dfx Voodoo3
   
 radeonfb*       at pci? function ?      # ATI Radeon. R3xx is problematic  # ATI Radeon. Still has problems on some hardware
   radeonfb*       at pci? function ?
 options         RADEONFB_MMAP_BARS      # allow mmap()ing BARs - needed for X  options         RADEONFB_MMAP_BARS      # allow mmap()ing BARs - needed for X
   
 voodoofb*       at pci? function ?      # 3Dfx Voodoo3  # generic PCI framebuffer, should work with everything supported by OF
 r128fb*         at pci? function ?      # ATI Rage 128  
 genfb*          at pci? function ?  genfb*          at pci? function ?
   
 # make sure the console display is always wsdisplay0  # make sure the console display is always wsdisplay0
Line 521  ugen* at uhub? port ? configuration ? in
Line 531  ugen* at uhub? port ? configuration ? in
 # USB 802.11 adapters  # USB 802.11 adapters
 atu*    at uhub? port ?         # Atmel at76c50x 802.11b  atu*    at uhub? port ?         # Atmel at76c50x 802.11b
 otus*   at uhub? port ?         # Atheros AR9001U  otus*   at uhub? port ?         # Atheros AR9001U
 ral*    at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g  ural*   at uhub? port ?         # Ralink Technology RT2500USB 802.11a/b/g
 rum*    at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g  rum*    at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
 #zyd*   at uhub? port ?         # Zydas ZD1211  #zyd*   at uhub? port ?         # Zydas ZD1211
   
Line 572  pseudo-device   accf_http  # "httpready"
Line 582  pseudo-device   accf_http  # "httpready"
 #pseudo-device  swcrypto                # software crypto implementation  #pseudo-device  swcrypto                # software crypto implementation
 pseudo-device   vnd                     # disk-like interface to files  pseudo-device   vnd                     # disk-like interface to files
 #options        VND_COMPRESSION         # compressed vnd(4)  #options        VND_COMPRESSION         # compressed vnd(4)
 pseudo-device   ccd             4       # concatenated/striped disk devices  pseudo-device   ccd                     # concatenated/striped disk devices
 #pseudo-device  cgd             4       # cryptographic disk devices  #pseudo-device  cgd                     # cryptographic disk devices
 pseudo-device   raid            8       # RAIDframe disk driver  pseudo-device   raid                    # RAIDframe disk driver
 options         RAID_AUTOCONFIG         # auto-configuration of RAID components  options         RAID_AUTOCONFIG         # auto-configuration of RAID components
 # Options to enable various other RAIDframe RAID types.  # Options to enable various other RAIDframe RAID types.
 # options       RF_INCLUDE_EVENODD=1  # options       RF_INCLUDE_EVENODD=1
Line 603  pseudo-device bridge   # simple inter-ne
Line 613  pseudo-device bridge   # simple inter-ne
 #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too  #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
 pseudo-device   agr                     # IEEE 802.3ad link aggregation  pseudo-device   agr                     # IEEE 802.3ad link aggregation
 pseudo-device   pty                     # pseudo-terminals  pseudo-device   pty                     # pseudo-terminals
 pseudo-device   rnd                     # /dev/random and in-kernel generator  
 pseudo-device   openfirm                # /dev/openfirm  pseudo-device   openfirm                # /dev/openfirm
 pseudo-device   wsmux                   # mouse and keyboard multiplexor  pseudo-device   wsmux                   # mouse and keyboard multiplexer
   pseudo-device   swwdog                  # software watchdog driver - swwdog(4)
 pseudo-device   clockctl                # user control of clock subsystem  pseudo-device   clockctl                # user control of clock subsystem
 pseudo-device   ksyms                   # /dev/ksyms  pseudo-device   ksyms                   # /dev/ksyms
 pseudo-device   nsmb                    # SMB requester  pseudo-device   nsmb                    # SMB requester
Line 613  pseudo-device nsmb   # SMB requester
Line 623  pseudo-device nsmb   # SMB requester
 #pseudo-device  pflog                   # PF log if  #pseudo-device  pflog                   # PF log if
 pseudo-device   putter                  # for puffs and pud  pseudo-device   putter                  # for puffs and pud
   
   # userland interface to drivers, including autoconf and properties retrieval
   pseudo-device   drvctl
   
 # Veriexec  # Veriexec
 #  #
 # a pseudo device needed for veriexec  # a pseudo device needed for veriexec
 #pseudo-device  veriexec                1  #pseudo-device  veriexec
 #  #
 # Uncomment the fingerprint methods below that are desired. Note that  # Uncomment the fingerprint methods below that are desired. Note that
 # removing fingerprint methods will have almost no impact on the kernel  # removing fingerprint methods will have almost no impact on the kernel

Legend:
Removed from v.1.293  
changed lines
  Added in v.1.293.2.3

CVSweb <webmaster@jp.NetBSD.org>