diff options
author | obrien <obrien@FreeBSD.org> | 2003-08-20 01:52:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-08-20 01:52:30 +0000 |
commit | a8da4c622c2839b220d4e96bf27320a291a19b68 (patch) | |
tree | fa317e27ac18ac05c47efbc0927572f7086d8541 | |
parent | f266bbb14145e1ad62c832513a76a485035a0e13 (diff) | |
download | FreeBSD-src-a8da4c622c2839b220d4e96bf27320a291a19b68.zip FreeBSD-src-a8da4c622c2839b220d4e96bf27320a291a19b68.tar.gz |
Document the OFW_NEWPCI commit to sparc64 generic.
-rw-r--r-- | UPDATING | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -15,7 +15,12 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: related kernel options, INVARIANTS, malloc debugging flags in userland, and various verbose features in the kernel. Many developers choose to disable these features on build machines - to maximize performance. + +20030819: + The OFW_NEWPCI option has been turned on in the Sparc64 GENERIC kernel. + Among other things, this changes the device enumeration to be + closer to Solaris. Be aware that, this can even cause the machine + to not boot without manual intervention before the fstab is adjusted. 20030728: All current USB and Firewire quirks in da(4) have been deprecated |