summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2012-05-09 08:05:50 +0000
committeravg <avg@FreeBSD.org>2012-05-09 08:05:50 +0000
commiteff14f3f2c0ff6cd55b6dcc290f61ff21f516173 (patch)
tree28b99430eb9687496602347c155edf4d1cc70598 /sys/boot/pc98
parenta5d68259c2d9ee2ae1d901e393c549f79274ba13 (diff)
downloadFreeBSD-src-eff14f3f2c0ff6cd55b6dcc290f61ff21f516173.zip
FreeBSD-src-eff14f3f2c0ff6cd55b6dcc290f61ff21f516173.tar.gz
i386 boot: consolidate MAXBDDEV definition
MFC after: 1 month
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/libpc98/biosdisk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/pc98/libpc98/biosdisk.c b/sys/boot/pc98/libpc98/biosdisk.c
index c2e7d66..dc98145 100644
--- a/sys/boot/pc98/libpc98/biosdisk.c
+++ b/sys/boot/pc98/libpc98/biosdisk.c
@@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
#define BIOS_NUMDRIVES 0x475
#define BIOSDISK_SECSIZE 512
#define BUFSIZE (1 * BIOSDISK_SECSIZE)
-#define MAXBDDEV MAXDEV
#define DT_ATAPI 0x10 /* disk type for ATAPI floppies */
#define WDMAJOR 0 /* major numbers for devices we frontend for */
OpenPOWER on IntegriCloud