From 35fafac2acb5a440c73644f67258f453824c7753 Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Mon, 28 May 2007 14:38:43 +0000 Subject: [PATCH] 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) --- sys/amd64/conf/GENERIC | 3 +++ sys/i386/conf/GENERIC | 3 +++ sys/sparc64/conf/GENERIC | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 2dd4edac75ea..62a5db9e54ac 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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 4bbdcd2a5dc4..f548058da56e 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -300,3 +300,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 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