Note addition of scan_ffs(8) from OpenBSD, utility to find FFSv1/FFSv2

partitions on disks.
This commit is contained in:
xtraeme 2005-06-15 18:08:41 +00:00
parent b67b8509c2
commit 6d1bcdaeab

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.474 $>
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.475 $>
[Note: This file does not mention every change made to the NetBSD source tree.
@ -40,3 +40,5 @@ Changes from NetBSD 3.0 to NetBSD 4.0:
psh3tp(4): Support touch-panel for PERSONA SH3 machines.
[kiyohara 20050523]
evbarm: Add support for the Arcom Viper. [pooka 20050606]
scan_ffs(8): Added scan_ffs from OpenBSD. Utility to find FFSv1/FFSv2
partitions, to recover lost disklabels. [xtraeme 20050615]