aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWilko Bulte <wilko@FreeBSD.org>2002-03-29 23:05:05 +0000
committerWilko Bulte <wilko@FreeBSD.org>2002-03-29 23:05:05 +0000
commit7d8817d249eb029dbd8ba848ff59956a8d95c32b (patch)
tree9913a68404fea3e105fff329cc2936c64a65df25 /sys
parentadca9ffd3dea76774443a81c148cf946cf388a08 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/alpha/dec_eb64plus.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/sys/alpha/alpha/dec_eb64plus.c b/sys/alpha/alpha/dec_eb64plus.c
index 44c8f6601e3d..0d13a3a55259 100644
--- a/sys/alpha/alpha/dec_eb64plus.c
+++ b/sys/alpha/alpha/dec_eb64plus.c
@@ -31,21 +31,20 @@
*/
/*
- * Port to based on NetBSD/axp by Wilko Bulte <wilko@freebsd.org>
* FreeBSD version based on:
* NetBSD: dec_eb64plus.c,v 1.15 1998/11/19 02:20:07 ross Exp
*
- * Some info on the Aspen Alpine as this might be hard to come by:
+ * Some info on the Aspen Alpine which might be hard to come by:
* - Hardware is close enough to the DEC EB64+ design to allow it to run
- * the EB64+ SRM console f/w
- * - 3 PCI slots, closest to the SIMMs: Alpine calls this slot C
- * the middle one Alpine calls this slot B
- * the 3rd one is Alpine calls this slot A
- * (A, B, C is silkscreened on the PCB)
+ * the EB64+ SRM console firmware
+ * - 3 PCI slots, closest to the SIMMs: Alpine calls this one slot C
+ * the middle one Alpine calls slot B
+ * the 3rd one Alpine calls slot A
+ * (A, B, C are silkscreened on the PCB)
* - embedded NCR810, located at PCI slot 5
* - 3 ISA slots, hanging off an Intel 82378IB PCI-ISA bridge at PCI slot 8
- * - embedded floppy, PC keyboard interface, PS/2 mouse interface, 2x serial
- * ports and a parallel port. All of this hiding after the ISA bridge
+ * - embedded floppy, PC keyboard interface, PS/2 mouse interface, 2 serial
+ * ports and a parallel port. All of this hanging off the ISA bridge
*/
#include "opt_ddb.h"