From 01ac52a7a7748b5696ddfb054042b6cebd58f658 Mon Sep 17 00:00:00 2001 From: krw Date: Thu, 10 Nov 2022 15:26:38 +0000 Subject: [PATCH] HP-300's hd is now gone. svnd transmorgified into vnd in 2011. No need to keep checking for these device names. --- 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 dde107143a9..00c838eb725 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.379 2022/11/09 22:25:27 krw Exp $ */ +/* $OpenBSD: editor.c,v 1.380 2022/11/10 15:26:38 krw Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller @@ -1373,9 +1373,7 @@ getdisktype(struct disklabel *lp, char *banner, char *dev) { "sd", "SCSI" }, { "wd", "IDE" }, { "fd", "FLOPPY" }, - { "hd", "HP-IB" }, { "vnd", "VND" }, - { "svnd", "VND" }, }; if ((s = basename(dev)) != NULL) { -- 2.20.1