summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-09-16 08:22:09 +0000
committerdfr <dfr@FreeBSD.org>1998-09-16 08:22:09 +0000
commit6dc7ad22496f2ceab679e6c8b3764c33b40322d1 (patch)
tree96619a9d65f909cb782261488fb7618505063c85 /sys/conf
parent8d967039de2a65bbd287156781f6960566748f00 (diff)
downloadFreeBSD-src-6dc7ad22496f2ceab679e6c8b3764c33b40322d1.zip
FreeBSD-src-6dc7ad22496f2ceab679e6c8b3764c33b40322d1.tar.gz
Change to cam.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.alpha4
-rw-r--r--sys/conf/files.alpha3
-rw-r--r--sys/conf/options.alpha7
3 files changed, 5 insertions, 9 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index de8d7a3..1606004 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -1,7 +1,7 @@
# Makefile.alpha -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.alpha 7.1 5/10/91
-# $Id: Makefile.alpha,v 1.7 1998/08/10 07:53:58 dfr Exp $
+# $Id: Makefile.alpha,v 1.8 1998/09/07 07:29:30 dfr Exp $
#
# Makefile for FreeBSD
#
@@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 300005
+%VERSREQ= 300006
BINFORMAT?= elf
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index 842428f..1448d7b 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.alpha,v 1.7 1998/08/24 08:48:22 dfr Exp $
+# $Id: files.alpha,v 1.8 1998/09/07 07:29:30 dfr Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -28,6 +28,7 @@ alpha/alpha/dec_3000_500.c optional dec_3000_500
alpha/alpha/mountroot.c optional slice
alpha/alpha/ipl_funcs.c standard
alpha/alpha/pal.s standard
+alpha/alpha/busdma_machdep.c standard
alpha/alpha/cons.c standard
alpha/alpha/prom.c standard
alpha/alpha/promcons.c standard
diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha
index 4b1c3e9..a0a5590 100644
--- a/sys/conf/options.alpha
+++ b/sys/conf/options.alpha
@@ -1,4 +1,4 @@
-# $Id: options.alpha,v 1.5 1998/08/20 08:27:10 dfr Exp $
+# $Id: options.alpha,v 1.6 1998/08/21 23:43:15 gpalmer Exp $
EV5 opt_global.h
EV4 opt_global.h
@@ -19,11 +19,6 @@ CMD640 opt_wd.h
SHOW_BUSYBUFS
PANIC_REBOOT_WAIT_TIME opt_panic.h
-AHC_TAGENABLE opt_aic7xxx.h
-AHC_SCBPAGING_ENABLE opt_aic7xxx.h
-AHC_ALLOW_MEMIO opt_aic7xxx.h
-AHC_SHARE_SCBS opt_aic7xxx.h
-
SC_SPLASH_SCREEN opt_syscons.h
MAXCONS opt_syscons.h
SLOW_VGA opt_syscons.h
OpenPOWER on IntegriCloud