Default NANO_DRIVE to ada0 not ad0. This shouldn't affect working

configs (since they'd have to change NANO_DRIVE to be ada0 to work),
but will fix old ones that used to work.

MFC After: 1 week
This commit is contained in:
Warner Losh 2016-01-26 18:39:31 +00:00
parent 545ed21a78
commit 4c1ca03b46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294848

View File

@ -93,7 +93,7 @@ NANO_LATE_CUSTOMIZE=""
NANO_NEWFS="-b 4096 -f 512 -i 8192 -U"
# The drive name of the media at runtime
NANO_DRIVE=ad0
NANO_DRIVE=ada0
# Target media size in 512 bytes sectors
NANO_MEDIASIZE=2000000