Author: nyan
Date: Sun Sep 28 14:39:11 2014
New Revision: 272259
URL: http://svnweb.freebsd.org/changeset/base/272259

Log:
  MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc.

Modified:
  head/sys/pc98/conf/GENERIC

Modified: head/sys/pc98/conf/GENERIC
==============================================================================
--- head/sys/pc98/conf/GENERIC  Sun Sep 28 14:25:46 2014        (r272258)
+++ head/sys/pc98/conf/GENERIC  Sun Sep 28 14:39:11 2014        (r272259)
@@ -35,6 +35,7 @@ options       SOFTUPDATES             # Enable FFS soft 
 options        UFS_ACL                 # Support for access control lists
 options        UFS_DIRHASH             # Improve performance on big directories
 options        UFS_GJOURNAL            # Enable gjournal-based UFS journaling
+options        QUOTA                   # Enable disk quotas for UFS
 options        MD_ROOT                 # MD is a potential root device
 options        NFSCL                   # New Network Filesystem Client
 options        NFSD                    # New Network Filesystem Server
@@ -60,6 +61,7 @@ options       SYSVSHM                 # SYSV-style shared m
 options        SYSVMSG                 # SYSV-style message queues
 options        SYSVSEM                 # SYSV-style semaphores
 options        _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions
+options        PRINTF_BUFR_SIZE=128    # Prevent printf output being 
interspersed.
 options        KBD_INSTALL_CDEV        # install a CDEV entry in /dev
 options        HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
 options        AUDIT                   # Security event auditing
@@ -112,6 +114,7 @@ device              sa                      # Sequential 
Access (tape e
 device         cd                      # CD
 device         pass                    # Passthrough device (direct ATA/SCSI 
access)
 device         ses                     # Enclosure Services (SES and SAF-TE)
+#device                ctl                     # CAM Target Layer
 
 # keyboard driver
 device         pckbd                   # PC98 keyboard
@@ -157,6 +160,8 @@ device              ppi                     # Parallel port 
interface 
 # OLD Parallel port
 #device                olpt
 
+device         puc                     # Multi I/O cards and multi-channel 
UARTs
+
 # PCI Ethernet NICs.
 device         de                      # DEC/Intel DC21x4x (``Tulip'')
 #device                em                      # Intel PRO/1000 Gigabit 
Ethernet Family
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to