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

version 1.894.2.1, 2008/06/23 04:30:26 version 1.894.2.2, 2008/09/18 04:33:27
Line 86  options  INSECURE # disable kernel secur
Line 86  options  INSECURE # disable kernel secur
   
 options         RTC_OFFSET=0    # hardware clock is this many mins. west of GMT  options         RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 options         NTP             # NTP phase/frequency locked loop  options         NTP             # NTP phase/frequency locked loop
 #options        NO_TSC_TIME     # Don't use TSC microtime, even if available.  
                                 # Improves time behavior under VMware.  
   
 options         KTRACE          # system call tracing via ktrace(1)  options         KTRACE          # system call tracing via ktrace(1)
   
Line 195  file-system  TMPFS  # Efficient memory f
Line 193  file-system  TMPFS  # Efficient memory f
 options         QUOTA           # UFS quotas  options         QUOTA           # UFS quotas
 #options        FFS_EI          # FFS Endian Independent support  #options        FFS_EI          # FFS Endian Independent support
 options         SOFTDEP         # FFS soft updates support.  options         SOFTDEP         # FFS soft updates support.
   options         WAPBL           # File system journaling support - Experimental
 # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.  # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
 # It is not recommended for general use.  # It is not recommended for general use.
 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental  #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
Line 326  config  netbsd root on ? type ?
Line 325  config  netbsd root on ? type ?
 # Basic Bus Support  # Basic Bus Support
   
 #IPMI support  #IPMI support
 #ipmi0          at mainbus?  ipmi0           at mainbus?
   
 # Advanced Configuration and Power Interface  # Advanced Configuration and Power Interface
   
Line 339  acpi0   at mainbus0
Line 338  acpi0   at mainbus0
   
 #options        ACPI_ACTIVATE_DEV       # If set, activate inactive devices  #options        ACPI_ACTIVATE_DEV       # If set, activate inactive devices
 #options        ACPICA_PEDANTIC         # force strict conformance to the Spec.  #options        ACPICA_PEDANTIC         # force strict conformance to the Spec.
   options         VGA_POST                # in-kernel support for VGA POST
   
 # ACPI devices  # ACPI devices
 apm*            at acpi?                # ACPI apm emulation  apm*            at acpi?                # ACPI apm emulation
Line 1335  midi* at pcppi?  # MIDI interface to the
Line 1335  midi* at pcppi?  # MIDI interface to the
 #radio* at sf2r?  #radio* at sf2r?
   
   
   # Video capture devices
   
   pseye* at uhub?                 # Sony PLAYSTATION(R) Eye webcam
   video* at videobus?
   
   
 # TV cards  # TV cards
   
 # Brooktree 848/849/878/879 based TV cards  # Brooktree 848/849/878/879 based TV cards
Line 1477  pseudo-device agr   # IEEE 802.3ad link 
Line 1483  pseudo-device agr   # IEEE 802.3ad link 
 # srt is EXPERIMENTAL  # srt is EXPERIMENTAL
 #pseudo-device  srt                     # source-address-based routing  #pseudo-device  srt                     # source-address-based routing
   
   #
   # accept filters
   pseudo-device   accf_data               # "dataready" accept filter
   pseudo-device   accf_http               # "httpready" accept filter
   
 # miscellaneous pseudo-devices  # miscellaneous pseudo-devices
 pseudo-device   pty                     # pseudo-terminals  pseudo-device   pty                     # pseudo-terminals
 pseudo-device   sequencer       1       # MIDI sequencer  pseudo-device   sequencer       1       # MIDI sequencer

Legend:
Removed from v.1.894.2.1  
changed lines
  Added in v.1.894.2.2

CVSweb <webmaster@jp.NetBSD.org>