diff options
author | njl <njl@FreeBSD.org> | 2003-07-29 04:40:33 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-07-29 04:40:33 +0000 |
commit | 763ea6d84f580d5cfcb43f29b71d3e4bfbb65468 (patch) | |
tree | 960ec64588b7f9d0fcdf2c837eeff21c945a1211 /UPDATING | |
parent | 30a1bdf8d080bb570b9208200738adc1d69fcc07 (diff) | |
download | FreeBSD-src-763ea6d84f580d5cfcb43f29b71d3e4bfbb65468.zip FreeBSD-src-763ea6d84f580d5cfcb43f29b71d3e4bfbb65468.tar.gz |
Note da(4) quirks being deprecated and the procedure for re-enabling them.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,6 +17,13 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: developers choose to disable these features on build machines to maximize performance. +20030728: + All current USB and Firewire quirks in da(4) have been deprecated + and will be removed for 5.2. If this causes failure for your + umass(4) devices, enable "options DA_OLD_QUIRKS" in your kernel + and send the output of "camcontrol inquiry da0" to scsi@freebsd.org + so the quirk can be re-enabled. + 20030722: FPU-less support has been removed from FreeBSD. Chances are you won't notice. 386+387 support should still work after this change, but |