From 1bf96a44c751a5a9f3e414de4f98752e460d2943 Mon Sep 17 00:00:00 2001 From: krw Date: Wed, 9 Nov 2022 22:25:27 +0000 Subject: [PATCH] No more xd/xy devs. --- sbin/disklabel/editor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index 8f991ddc487..dde107143a9 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.378 2022/11/09 15:17:28 krw Exp $ */ +/* $OpenBSD: editor.c,v 1.379 2022/11/09 22:25:27 krw Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller @@ -1373,8 +1373,6 @@ getdisktype(struct disklabel *lp, char *banner, char *dev) { "sd", "SCSI" }, { "wd", "IDE" }, { "fd", "FLOPPY" }, - { "xd", "SMD" }, - { "xy", "SMD" }, { "hd", "HP-IB" }, { "vnd", "VND" }, { "svnd", "VND" }, -- 2.20.1