summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-15 10:23:17 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-15 10:23:17 +0000
commit12e1349910474f0f1455dde5bd1b7dbac032954e (patch)
tree19b308e470617a47b7eafdf8419c243a8db5e000 /lib
parent945f396d8cad77eb3af96e62b3d1de6e0b08da83 (diff)
downloadFreeBSD-src-12e1349910474f0f1455dde5bd1b7dbac032954e.zip
FreeBSD-src-12e1349910474f0f1455dde5bd1b7dbac032954e.tar.gz
Remove references to the "od" device.
Diffstat (limited to 'lib')
-rw-r--r--lib/libdisk/create_chunk.c4
-rw-r--r--lib/libdisk/disk.c4
2 files changed, 3 insertions, 5 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c
index 10ce2e0..86e18f8 100644
--- a/lib/libdisk/create_chunk.c
+++ b/lib/libdisk/create_chunk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: create_chunk.c,v 1.29 1998/02/10 17:19:12 jkh Exp $
+ * $Id: create_chunk.c,v 1.30 1998/03/20 23:43:03 jkh Exp $
*
*/
@@ -257,8 +257,6 @@ MakeDev(struct chunk *c1, const char *path)
bmaj = 0, cmaj = 3;
else if (!strncmp(p, "sd", 2))
bmaj = 4, cmaj = 13;
- else if (!strncmp(p, "od", 2))
- bmaj = 20, cmaj = 70;
else if (!strncmp(p, "wfd", 3))
bmaj = 1, cmaj = 87;
else if (!strncmp(p, "da", 2)) /* CAM support */
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c
index 89f3f3b..c6ffeeb 100644
--- a/lib/libdisk/disk.c
+++ b/lib/libdisk/disk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: disk.c,v 1.34 1998/05/15 21:17:01 obrien Exp $
+ * $Id: disk.c,v 1.35 1998/05/19 11:15:44 obrien Exp $
*
*/
@@ -289,7 +289,7 @@ Collapse_Disk(struct disk *d)
}
#endif
-static char * device_list[] = {"wd","sd","da","od","wfd",0};
+static char * device_list[] = {"wd","sd","da","wfd",0};
char **
Disk_Names()
OpenPOWER on IntegriCloud