summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2014-09-28 14:39:11 +0000
committernyan <nyan@FreeBSD.org>2014-09-28 14:39:11 +0000
commitbe272918a075e16e10a918bd8b1117a669acad98 (patch)
treebf3e76ff1b71f5b62b4ba60b29808a5fb8b4e49c /sys/pc98
parent5143b2367278129c5b3b51cc68ca95ebeefc98a9 (diff)
downloadFreeBSD-src-be272918a075e16e10a918bd8b1117a669acad98.zip
FreeBSD-src-be272918a075e16e10a918bd8b1117a669acad98.tar.gz
MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 8606a66..9882bc4 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -35,6 +35,7 @@ options SOFTUPDATES # Enable FFS soft updates support
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 memory
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 etc)
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 device
# 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
OpenPOWER on IntegriCloud