summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-01-26 09:17:43 +0000
committerkato <kato@FreeBSD.org>1998-01-26 09:17:43 +0000
commit83321c495e2a2aea70608bd55fdcfbd1e311bfaa (patch)
tree98dcda5e9b67811fc7d6af28abd9f86ac4cf863f /sys/conf
parent3d536a81cbe802a89100bad31887b96044f028ad (diff)
downloadFreeBSD-src-83321c495e2a2aea70608bd55fdcfbd1e311bfaa.zip
FreeBSD-src-83321c495e2a2aea70608bd55fdcfbd1e311bfaa.tar.gz
Sync with sys/i386/confi/files.i386, majors.i386 and options.i386
revisions 1.187, 1.25 and 1.68, respectively.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.pc985
-rw-r--r--sys/conf/options.pc9811
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 1cbfd9f..f14015a 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -3,7 +3,7 @@
#
# modified for PC-9801
#
-# $Id: files.pc98,v 1.48 1998/01/15 15:09:00 kato Exp $
+# $Id: files.pc98,v 1.49 1998/01/18 15:09:34 kato Exp $
#
#
# The long compile-with and dependency lines are required because of
@@ -323,3 +323,6 @@ gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
gnu/i386/isa/dgb.c optional dgb device-driver
gnu/i386/isa/sound/awe_wave.c optional awe device-driver
pci/ide_pci.c optional wd device-driver
+dev/dpt/dpt_control.c optional dpt device-driver
+dev/dpt/dpt_scsi.c optional dpt device-driver
+pci/dpt_pci.c optional dpt device-driver
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 2546cd8..0fdceb9 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -1,4 +1,4 @@
-# $Id: options.pc98,v 1.46 1997/12/29 16:17:59 kato Exp $
+# $Id: options.pc98,v 1.47 1998/01/25 09:45:38 kato Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@@ -113,3 +113,12 @@ PCVT_SCANSET opt_pcvt.h
PCVT_SCREENSAVER opt_pcvt.h
PCVT_USEKBDSEC opt_pcvt.h
PCVT_VT220KEYB opt_pcvt.h
+DPT_VERIFY_HINTR opt_dpt.h
+DPT_USE_SINTR opt_dpt.h
+DPT_RESTRICTED_FREELIST opt_dpt.h
+DPT_MEASURE_PERFORMANCE opt_dpt.h
+DPT_FREELIST_IS_STACK opt_dpt.h
+DPT_HANDLE_TIMEOUTS opt_dpt.h
+DPT_TIMEOUT_FACTOR opt_dpt.h
+DPT_INTR_DELAY opt_dpt.h
+DPT_LOST_IRQ opt_dpt.h
OpenPOWER on IntegriCloud