svn commit: r274039 - stable/9/sys/pc98/conf

Takahashi Yoshihiro nyan at FreeBSD.org
Mon Nov 3 11:43:40 UTC 2014


Author: nyan
Date: Mon Nov  3 11:43:39 2014
New Revision: 274039
URL: https://svnweb.freebsd.org/changeset/base/274039

Log:
  MFC: r272258 (partial)
    - Reduce diffs against i386.
  
  MFC: r272259
    MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc.

Modified:
  stable/9/sys/pc98/conf/GENERIC
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/pc98/conf/GENERIC
==============================================================================
--- stable/9/sys/pc98/conf/GENERIC	Mon Nov  3 11:29:08 2014	(r274038)
+++ stable/9/sys/pc98/conf/GENERIC	Mon Nov  3 11:43:39 2014	(r274039)
@@ -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
@@ -87,13 +89,13 @@ device		mvs		# Marvell 88SX50XX/88SX60XX
 device		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
 
 # SCSI Controllers
-device		adv		# Advansys SCSI adapters
 device		ahc		# AHA2940 and onboard AIC7xxx devices
 device		esp		# AMD Am53C974 (Tekram DC-390(T))
 device		isp		# Qlogic family
 #device		ncr		# NCR/Symbios Logic
 device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
 
+device		adv		# Advansys SCSI adapters
 device		aic		# PC-9801-100
 device		ct		# host adapter using WD33C93[ABC] chip (C bus)
 
@@ -108,7 +110,8 @@ device		da		# Direct Access (disks)
 device		sa		# Sequential Access (tape etc)
 device		cd		# CD
 device		pass		# Passthrough device (direct ATA/SCSI access)
-device		ses		# SCSI Environmental Services (and SAF-TE)
+device		ses		# Enclosure Services (SES and SAF-TE)
+#device		ctl		# CAM Target Layer
 
 # keyboard driver
 device		pckbd		# PC98 keyboard
@@ -145,7 +148,7 @@ device		uart		# Generic UART driver
 device		mse
 #device		joy
 
-# NEW Parallel port
+# Parallel port
 device		ppc
 device		ppbus		# Parallel port bus (required)
 device		lpt		# Printer
@@ -155,6 +158,8 @@ device		ppi		# Parallel port interface d
 # 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 adapter Gigabit Ethernet Card


More information about the svn-src-all mailing list