summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_pc98.c
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2003-05-01 14:40:16 +0000
committernyan <nyan@FreeBSD.org>2003-05-01 14:40:16 +0000
commit0ecbcb89a3dff86799319bbf2a4d85d076c62788 (patch)
treed3099caa9bdda40a9fcefcad0bd48f874a9dd816 /sys/geom/geom_pc98.c
parent9e8300e563e0e22571d5a17004590fe95f4ffb6d (diff)
downloadFreeBSD-src-0ecbcb89a3dff86799319bbf2a4d85d076c62788.zip
FreeBSD-src-0ecbcb89a3dff86799319bbf2a4d85d076c62788.tar.gz
Remove DIOCGPC98 ioctl.
Diffstat (limited to 'sys/geom/geom_pc98.c')
-rw-r--r--sys/geom/geom_pc98.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c
index 312ae3c..a086789 100644
--- a/sys/geom/geom_pc98.c
+++ b/sys/geom/geom_pc98.c
@@ -200,11 +200,6 @@ g_pc98_start(struct bio *bp)
gio = (struct g_ioctl *)bp->bio_data;
switch (gio->cmd) {
- case DIOCGPC98:
- /* Return a copy of the disklabel to userland. */
- bcopy(mp->sec, gio->data, 8192);
- g_io_deliver(bp, 0);
- return (1);
case DIOCSPC98:
/*
* These we cannot do without the topology lock and some
OpenPOWER on IntegriCloud