summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2022-09-01 13:45:28 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2022-09-01 13:45:28 +0000
commita3936318a64414e2c4c3114b3e0b07b8f4c52da7 (patch)
treecabc560cc72b9c788d5d5b623ec891180221b604 /sys/arch/i386/stand
parent312014976c38a48edf104f0caad0bae1c4050f1d (diff)
Stop setting d_bbsize and d_sbsize. Nobody has paid
any attention for some time. ok otto@ as part of larger diff
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/libsa/diskprobe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/libsa/diskprobe.c b/sys/arch/i386/stand/libsa/diskprobe.c
index 28c5a55d7c8..d2876cb8d9a 100644
--- a/sys/arch/i386/stand/libsa/diskprobe.c
+++ b/sys/arch/i386/stand/libsa/diskprobe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diskprobe.c,v 1.47 2020/12/09 18:10:18 krw Exp $ */
+/* $OpenBSD: diskprobe.c,v 1.48 2022/09/01 13:45:26 krw Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -340,9 +340,6 @@ cdprobe(void)
sizeof(dip->disklabel.d_packname));
DL_SETDSIZE(&dip->disklabel, 100);
- dip->disklabel.d_bbsize = 2048;
- dip->disklabel.d_sbsize = 2048;
-
/* 'a' partition covering the "whole" disk */
DL_SETPOFFSET(&dip->disklabel.d_partitions[0], 0);
DL_SETPSIZE(&dip->disklabel.d_partitions[0], 100);