summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2001-11-13 18:07:14 +0000
committermatusita <matusita@FreeBSD.org>2001-11-13 18:07:14 +0000
commit212eddcc659e17e53dad81548faa9dc81c1bfb6c (patch)
tree3ff58f3427bab988c5496035ea63c2ffc6db8d11 /etc/MAKEDEV
parent32b75878ad16ecfaefad1cfcb1aaacfbaaae8aee (diff)
downloadFreeBSD-src-212eddcc659e17e53dad81548faa9dc81c1bfb6c.zip
FreeBSD-src-212eddcc659e17e53dad81548faa9dc81c1bfb6c.tar.gz
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)
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 1a7b47a..3aafdb0 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -261,7 +261,7 @@ all)
sh $0 ata # ATA control
sh $0 ad0 ad1 ad2 ad3 # ATA 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 wcd0 wfd0 wst0 # OLD ATAPI devs
sh $0 cd0 matcd0 mcd0 scd0 # cdrom
OpenPOWER on IntegriCloud