summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-12-10 09:28:59 +0000
committerkato <kato@FreeBSD.org>1997-12-10 09:28:59 +0000
commit9c8df1263b66f0e424093443f3e6a9f02e909d7d (patch)
tree3d39ab84b494634a02ecb72b8e46b373f080ab18 /sys
parent5d0cdaa3ce2aec0a1bc43901cfdd5edfa8bea074 (diff)
downloadFreeBSD-src-9c8df1263b66f0e424093443f3e6a9f02e909d7d.zip
FreeBSD-src-9c8df1263b66f0e424093443f3e6a9f02e909d7d.tar.gz
Sync with sys/i386/conf/files.i386, majors.i386 and options.i386
revisions 1.181, 1.23 and 1.64, respectively.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.pc983
-rw-r--r--sys/conf/options.pc985
-rw-r--r--sys/pc98/conf/files.pc983
-rw-r--r--sys/pc98/conf/majors.pc983
-rw-r--r--sys/pc98/conf/options.pc985
5 files changed, 8 insertions, 11 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 4be2a72..51e28ad 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -3,7 +3,7 @@
#
# modified for PC-9801
#
-# $Id: files.pc98,v 1.42 1997/11/27 10:14:54 kato Exp $
+# $Id: files.pc98,v 1.43 1997/12/02 08:20:34 kato Exp $
#
#
# The long compile-with and dependency lines are required because of
@@ -98,6 +98,7 @@ i386/isa/bs/bshw.c optional bs device-driver
i386/isa/bs/bsif.c optional bs device-driver
i386/isa/aha1542.c optional aha device-driver
i386/isa/aic6360.c optional aic device-driver
+i386/isa/alog.c optional alog device-driver
i386/isa/b004.c optional bqu device-driver
i386/isa/bt742a.c optional bt device-driver
i386/isa/bt5xx-445.c optional bt device-driver
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 3a07475..102aad6 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -1,4 +1,4 @@
-# $Id: options.pc98,v 1.42 1997/10/18 14:19:57 kato Exp $
+# $Id: options.pc98,v 1.43 1997/12/05 11:51:29 kato Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@@ -75,9 +75,6 @@ SLOW_VGA opt_syscons.h
STD8X16FONT opt_syscons.h
SC_HISTORY_SIZE opt_syscons.h
-PSM_ACCEL opt_psm.h
-PSM_EMULATION opt_psm.h
-PSM_CHECKSYNC opt_psm.h
PSM_HOOKAPM opt_psm.h
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98
index 4be2a72..51e28ad 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.42 1997/11/27 10:14:54 kato Exp $
+# $Id: files.pc98,v 1.43 1997/12/02 08:20:34 kato Exp $
#
#
# The long compile-with and dependency lines are required because of
@@ -98,6 +98,7 @@ i386/isa/bs/bshw.c optional bs device-driver
i386/isa/bs/bsif.c optional bs device-driver
i386/isa/aha1542.c optional aha device-driver
i386/isa/aic6360.c optional aic device-driver
+i386/isa/alog.c optional alog device-driver
i386/isa/b004.c optional bqu device-driver
i386/isa/bt742a.c optional bt device-driver
i386/isa/bt5xx-445.c optional bt device-driver
diff --git a/sys/pc98/conf/majors.pc98 b/sys/pc98/conf/majors.pc98
index c502be9..05c0a9c 100644
--- a/sys/pc98/conf/majors.pc98
+++ b/sys/pc98/conf/majors.pc98
@@ -1,4 +1,4 @@
-$Id: majors.pc98,v 1.16 1997/11/10 13:46:38 kato Exp $
+$Id: majors.pc98,v 1.17 1997/11/19 11:34:22 kato Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@@ -124,3 +124,4 @@ chrdev name comments
83 can CAN16-2 CAN-PC Interface
84 ttxt Unitext teletext decoder (arg@arg1.demon.co.uk)
85 vesa VESA support device (j_mini@efn.org)
+86 alog Industrial Computer Source AIO8-P driver
diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98
index 3a07475..102aad6 100644
--- a/sys/pc98/conf/options.pc98
+++ b/sys/pc98/conf/options.pc98
@@ -1,4 +1,4 @@
-# $Id: options.pc98,v 1.42 1997/10/18 14:19:57 kato Exp $
+# $Id: options.pc98,v 1.43 1997/12/05 11:51:29 kato Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@@ -75,9 +75,6 @@ SLOW_VGA opt_syscons.h
STD8X16FONT opt_syscons.h
SC_HISTORY_SIZE opt_syscons.h
-PSM_ACCEL opt_psm.h
-PSM_EMULATION opt_psm.h
-PSM_CHECKSYNC opt_psm.h
PSM_HOOKAPM opt_psm.h
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
OpenPOWER on IntegriCloud