summaryrefslogtreecommitdiffstats
path: root/sys
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
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')
-rw-r--r--sys/conf/files.pc985
-rw-r--r--sys/conf/options.pc9811
-rw-r--r--sys/pc98/conf/files.pc985
-rw-r--r--sys/pc98/conf/majors.pc983
-rw-r--r--sys/pc98/conf/options.pc9811
5 files changed, 30 insertions, 5 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
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98
index 1cbfd9f..f14015a 100644
--- a/sys/pc98/conf/files.pc98
+++ b/sys/pc98/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/pc98/conf/majors.pc98 b/sys/pc98/conf/majors.pc98
index 854e713..d59db30 100644
--- a/sys/pc98/conf/majors.pc98
+++ b/sys/pc98/conf/majors.pc98
@@ -1,4 +1,4 @@
-$Id: majors.pc98,v 1.18 1997/12/10 09:28:58 kato Exp $
+$Id: majors.pc98,v 1.19 1998/01/18 15:08:34 kato Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@@ -127,3 +127,4 @@ chrdev name comments
85 vesa VESA support device (j_mini@efn.org)
86 alog Industrial Computer Source AIO8-P driver
87 wfd ATAPI floppy client of "ata"
+88 dpt DPT RAID Controller <shimon@i-connect.net>
diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98
index 2546cd8..0fdceb9 100644
--- a/sys/pc98/conf/options.pc98
+++ b/sys/pc98/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