summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-09-18 18:43:52 +0000
committerdfr <dfr@FreeBSD.org>1998-09-18 18:43:52 +0000
commit51cec067f771af850a6e7a46988286eaa90f7d5d (patch)
tree97c3d8d03be0a688d5fad36d91763ded6d41f076 /sys/alpha
parent64de3881399a90bd0eb52cf00840db95029e0a7b (diff)
downloadFreeBSD-src-51cec067f771af850a6e7a46988286eaa90f7d5d.zip
FreeBSD-src-51cec067f771af850a6e7a46988286eaa90f7d5d.tar.gz
Change sd to da and comment out the non-cam TurboChannel scsi drivers.
Fix a typo which prevented VGA consoles from working.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC10
-rw-r--r--sys/alpha/conf/NOTES10
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 21c1f97..2d90f6c 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.6 1998/09/16 08:22:09 dfr Exp $
+# $Id: GENERIC,v 1.7 1998/09/18 00:46:37 mjacob Exp $
machine "alpha"
cpu "EV4"
@@ -42,7 +42,7 @@ options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
options UCONSOLE #Allow users to grab the console
options FAILSAFE #Be conservative
-config kernel root on sd0
+config kernel root on da0
# Platform chipsets
controller cia0
@@ -56,14 +56,14 @@ controller isa0
# TurboChannel host bus support
controller tcasic0
controller tc0
-controller tcds0
+#controller tcds0
controller ioasic0
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
controller ncr0
controller isp0
-controller esp0
+#controller esp0
controller scbus0
@@ -76,7 +76,7 @@ device cd0
device mcclock0 at isa0 port 0x70
# syscons is the default console driver, resembling an SCO console
-device sc0 at isa? port "IO_KBD" irq 1
+device sc0 at isa0 port "IO_KBD" irq 1
device sio0 at isa0 port "IO_COM1" irq 4
device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 21c1f97..2d90f6c 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.6 1998/09/16 08:22:09 dfr Exp $
+# $Id: GENERIC,v 1.7 1998/09/18 00:46:37 mjacob Exp $
machine "alpha"
cpu "EV4"
@@ -42,7 +42,7 @@ options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
options UCONSOLE #Allow users to grab the console
options FAILSAFE #Be conservative
-config kernel root on sd0
+config kernel root on da0
# Platform chipsets
controller cia0
@@ -56,14 +56,14 @@ controller isa0
# TurboChannel host bus support
controller tcasic0
controller tc0
-controller tcds0
+#controller tcds0
controller ioasic0
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
controller ncr0
controller isp0
-controller esp0
+#controller esp0
controller scbus0
@@ -76,7 +76,7 @@ device cd0
device mcclock0 at isa0 port 0x70
# syscons is the default console driver, resembling an SCO console
-device sc0 at isa? port "IO_KBD" irq 1
+device sc0 at isa0 port "IO_KBD" irq 1
device sio0 at isa0 port "IO_COM1" irq 4
device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50
OpenPOWER on IntegriCloud