1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Fix typo where the SCSI disk was refered to as `ad0'.

This commit is contained in:
David E. O'Brien 2001-09-30 02:03:25 +00:00
parent 87ccb28139
commit 4dd07763e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48277

View File

@ -67,8 +67,8 @@
+drive m: file="/dev/afd0" exclusive mformat_only cylinders=80 heads=2 sectors=18
+
+# SCSI hard disks
+# first disk (sd0) slice 1 (s1)
+#drive c: file="/dev/ad0s1"
+# first disk (da0) slice 1 (s1)
+#drive c: file="/dev/da0s1"
+
+# IDE hard disks
+# first disk on the first IDE interface (wd0) slice 1 (s1)