aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2007-05-28 14:38:43 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2007-05-28 14:38:43 +0000
commit35fafac2acb5a440c73644f67258f453824c7753 (patch)
tree08ee677c2ebab04c2fbee1e1d1b1c0378aebb7f5 /sys/sparc64
parent832345319aba8b65de4c986b6b6371a145b02b08 (diff)
downloadsrc-35fafac2acb5a440c73644f67258f453824c7753.tar.gz
src-35fafac2acb5a440c73644f67258f453824c7753.zip
Enable fwip and dcons in GENERIC. They seem fairly stable.
Note on dcons: To enable dcons in kernel, put the following lines in /boot/loader.conf. You may also want to enable dcons in /etc/ttys. boot_multicons="YES" #Force dcons to be the high-level console if a firewire bus presents. #hw.firewire.dcons_crom.force_console=1 FireWire/dcons support in loader will come shortly. (i386/amd64 only)
Notes
Notes: svn path=/head/; revision=170061
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 2d4063e82cc6..7675f46b49b8 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -238,3 +238,6 @@ device ums # Mouse
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
+device fwip # IP over FireWire (RFC 2734,3146)
+device dcons # Dumb console driver
+device dcons_crom # Configuration ROM for dcons