Diff for /elwix/config/ELWIX_i386 between versions 1.4.2.5 and 1.4.2.7

version 1.4.2.5, 2014/05/26 22:29:09 version 1.4.2.7, 2014/07/30 05:33:40
Line 1 Line 1
 # $Id$  # $Id$
# $FreeBSD: head/sys/i386/conf/GENERIC 265236 2014-05-02 20:25:09Z ken $# $FreeBSD: head/sys/i386/conf/GENERIC 268045 2014-06-30 16:18:38Z emaste $
   
 cpu             I486_CPU  cpu             I486_CPU
 cpu             I586_CPU  cpu             I586_CPU
Line 30  options  QUOTA   # Enable disk quotas for UFS Line 30  options  QUOTA   # Enable disk quotas for UFS
 options         MD_ROOT                 # MD is a potential root device  options         MD_ROOT                 # MD is a potential root device
 options         NFSCL                   # New Network Filesystem Client  options         NFSCL                   # New Network Filesystem Client
 options         NFSD                    # New Network Filesystem Server  options         NFSD                    # New Network Filesystem Server
 options         NFSCLIENT               #Network File System client  
 options         NFSSERVER               #Network File System server  
 options         NFSLOCKD                # Network Lock Manager  options         NFSLOCKD                # Network Lock Manager
 options         NFS_ROOT                # NFS usable as /, requires NFSCL  options         NFS_ROOT                # NFS usable as /, requires NFSCL
 options         MSDOSFS                 # MSDOS Filesystem  options         MSDOSFS                 # MSDOS Filesystem
Line 197  device  splash  # Splash screen and screen saver suppo Line 195  device  splash  # Splash screen and screen saver suppo
 device          sc  device          sc
 options         SC_PIXEL_MODE   # add support for the raster text mode  options         SC_PIXEL_MODE   # add support for the raster text mode
   
device          agp             # support several AGP chipsets# vt is the new video console driver
 device          vt
 device          vt_vga
 
 device          agp                     # support several AGP chipsets
   
 # Power management support (see NOTES for more options)  # Power management support (see NOTES for more options)
 #device         apm  #device         apm

Removed from v.1.4.2.5  
changed lines
  Added in v.1.4.2.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>