Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ofppc/conf add the options for all the FirePower mo...
details: https://anonhg.NetBSD.org/src/rev/427aeb435ab5
branches: trunk
changeset: 536527:427aeb435ab5
user: chs <chs%NetBSD.org@localhost>
date: Wed Sep 18 01:55:02 2002 +0000
description:
add the options for all the FirePower models.
add the "openfirm" device, since we're got openfirmware.
diffstat:
sys/arch/ofppc/conf/GENERIC | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 7166e7b6145e -r 427aeb435ab5 sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC Wed Sep 18 01:47:08 2002 +0000
+++ b/sys/arch/ofppc/conf/GENERIC Wed Sep 18 01:55:02 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.53 2002/06/17 05:14:20 lukem Exp $
+# $NetBSD: GENERIC,v 1.54 2002/09/18 01:55:02 chs Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.53 $"
+#ident "GENERIC-$Revision: 1.54 $"
maxusers 32
@@ -56,7 +56,7 @@
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
options TRAP_PANICWAIT
-makeoptions DEBUG="-g" # compile fill symbol table
+makeoptions DEBUG="-g" # compile full symbol table
# Compatibility option
options COMPAT_09 # NetBSD 0.9,
@@ -177,3 +177,8 @@
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
+pseudo-device openfirm # /dev/openfirm
+
+options FIREPOWER_ES # Firepower ES
+options FIREPOWER_MX # Firepower MX
+options FIREPOWER_LX # Firepower LX
Home |
Main Index |
Thread Index |
Old Index