sysinstall complains about creating acd0t* devices while all dists are

extracted and recreating device files.

Without this, you'll see following messages when 'MAKEDEV all':
	[:  : out of range
	[:  : out of range
	acd0t is invalid -- can't have more than 32 devices or 169 tracks

Reported by: David Syphers <dsyphers@uchicago.edu> (at current@FreeBSD.org)
This commit is contained in:
Makoto Matsushita 2001-11-13 18:07:14 +00:00
parent 853fbff5f7
commit 3e7b2f7461

View File

@ -261,7 +261,7 @@ all)
sh $0 ata # ATA control sh $0 ata # ATA control
sh $0 ad0 ad1 ad2 ad3 # ATA disk sh $0 ad0 ad1 ad2 ad3 # ATA disk
sh $0 ar0 ar1 # ATA RAID disk sh $0 ar0 ar1 # ATA RAID disk
sh $0 acd0 acd0t afd0 ast0 # ATAPI devices sh $0 acd0 acd0t0 afd0 ast0 # ATAPI devices
sh $0 wd0 wd1 wd2 wd3 # OLD disk sh $0 wd0 wd1 wd2 wd3 # OLD disk
sh $0 wcd0 wfd0 wst0 # OLD ATAPI devs sh $0 wcd0 wfd0 wst0 # OLD ATAPI devs
sh $0 cd0 matcd0 mcd0 scd0 # cdrom sh $0 cd0 matcd0 mcd0 scd0 # cdrom