summaryrefslogtreecommitdiffstats
path: root/sys/alpha/conf/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/conf/NOTES')
-rw-r--r--sys/alpha/conf/NOTES23
1 files changed, 22 insertions, 1 deletions
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 3265a1b..c966b63 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.2 1998/08/07 08:16:31 dfr Exp $
+# $Id: GENERIC,v 1.3 1998/08/10 07:53:58 dfr Exp $
machine "alpha"
cpu "EV4"
@@ -25,6 +25,8 @@ options "DEC_EB164" # EB164, PC164, PC164LX, PC164SX
options "DEC_2100_A50" # AlphaStation 200, 250, 255, 400
options "DEC_KN20AA" # AlphaStation 500, 600
options "DEC_ST550" # Personal Workstation 433, 500, 600
+options "DEC_3000_300" # DEC3000/300* Pelic* family
+options "DEC_3000_500" # DEC3000/[4-9]00 Flamingo/Sandpiper family
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
@@ -47,14 +49,32 @@ controller cia0
controller apecs0
controller lca0
+# TurboChannel
+controller tcasic0
+controller tc0
+controller ioasic0
+
+# TurboChannel devices
+controller tcds0
+controller esp0
+
+# TC IO Asic devices
+device le0
+
# Standard busses
controller pci0
controller isa0
+# TurboChannel host bus support
+controller tcasic0
+controller tc0
+controller tcds0
+
# 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 scbus0
@@ -77,6 +97,7 @@ device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0
+device le0
pseudo-device loop
pseudo-device ether
OpenPOWER on IntegriCloud