From 9bab6e89005f8d7db270dbe408cd2eee983843e2 Mon Sep 17 00:00:00 2001 From: tmm Date: Tue, 1 Jul 2003 15:13:07 +0000 Subject: Add a commented-out entry for OFW_NEWPCI to GENERIC and NOTES, along with a comment describing it's advantages and the implication of changing it. While being there, fix a typo in NOTES. The option is not enabled in NOTES for now since large portions of code are conditional on it being disabled, too. --- sys/sparc64/conf/GENERIC | 8 ++++++++ sys/sparc64/conf/NOTES | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 6dd7918..6547d0e 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -75,6 +75,14 @@ device sbus device central device fhc +# New OpenFirmware PCI framework. This fixes a number of interrupt- +# routing problems and changes the device enumeration to be hopefully +# closer to Solaris. Be aware that, because of the latter, enabling or +# disabling this option may require reconfiguration, and can even +# cause the machine to not boot without manual intervention before the +# fstab is adjusted. +#options OFW_NEWPCI + # Floppy drives #device fdc diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES index 7d6c020..56c3f13 100644 --- a/sys/sparc64/conf/NOTES +++ b/sys/sparc64/conf/NOTES @@ -17,7 +17,7 @@ machine sparc64 # You must specify at least one CPU (the one you intend to run on); # deleting the specification for CPUs you don't need to use may make # parts of the system run faster. -# XXX: On the Sparc6, there is only one CPU type +# XXX: On the Sparc64, there is only one CPU type cpu SUN4U @@ -32,6 +32,14 @@ device sbus device central device fhc +# New OpenFirmware PCI framework. This fixes a number of interrupt- +# routing problems and changes the device enumeration to be hopefully +# closer to Solaris. Be aware that, because of the latter, enabling or +# disabling this option may require reconfiguration, and can even +# cause the machine to not boot without manual intervention before the +# fstab is adjusted. +#options OFW_NEWPCI + ##################################################################### # HARDWARE DEVICE CONFIGURATION -- cgit v1.1