summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2007-05-28 14:38:43 +0000
committersimokawa <simokawa@FreeBSD.org>2007-05-28 14:38:43 +0000
commit8adde71ecb3ba817b5cc6be8fcd696ed75f76194 (patch)
tree08ee677c2ebab04c2fbee1e1d1b1c0378aebb7f5 /sys/amd64/conf
parent9cc3888ac156aa046aadbd4261319e4822168bca (diff)
downloadFreeBSD-src-8adde71ecb3ba817b5cc6be8fcd696ed75f76194.zip
FreeBSD-src-8adde71ecb3ba817b5cc6be8fcd696ed75f76194.tar.gz
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)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 2dd4eda..62a5db9 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -285,3 +285,6 @@ device rue # RealTek RTL8150 USB Ethernet
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
OpenPOWER on IntegriCloud