Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/patch/9legacy/kfs-sdahci.diff

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


--- /n/sources/plan9/sys/src/cmd/disk/kfs/main.c	Fri May  9 13:27:27 2008
+++ /sys/src/cmd/disk/kfs/main.c	Mon Dec  2 15:56:15 2019
@@ -42,7 +42,7 @@
 	ream = 0;
 	newbufsize = 0;
 	nocheck = 0;
-	wrenfile = "/dev/sdC0/fs";
+	wrenfile = "/dev/sdE0/fs";
 
 	pid = getpid();
 	snprint(buf, sizeof buf, "/proc/%d/ctl", pid);
--- /n/sources/plan9/sys/man/4/kfs	Thu Nov  4 14:45:43 2010
+++ /sys/man/4/kfs	Mon Dec  2 16:07:29 2019
@@ -70,7 +70,7 @@
 .I file
 as the disk.
 The default is 
-.BR /dev/sdC0/fs .
+.BR /dev/sdE0/fs .
 .TP
 .BI "n " name
 Use
@@ -113,9 +113,9 @@
 .EE
 .PP
 .SH FILES
-.TF /dev/sdC0/fs
+.TF /dev/sdE0/fs
 .TP
-.B /dev/sdC0/fs
+.B /dev/sdE0/fs
 Default file holding blocks.
 .SH SOURCE
 .B /sys/src/cmd/disk/kfs

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.