diff options
| author | oster <oster@NetBSD.org> | 2001-09-26 03:01:19 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2001-09-26 03:01:19 +0000 |
| commit | d7a81df519ef9b7b69bd2c4ccd5ff671529c0643 (patch) | |
| tree | f3e3a3dbc5703cdfe4ccee522c17e266b0f41368 /sys/dev/raidframe/rf_raid.h | |
| parent | 91ffb9ffd3f43040bb2c6ceace9a7fc2cb519579 (diff) | |
RF_DEV2RAIDID isn't used anywhere anymore. Bye bye.
Diffstat (limited to 'sys/dev/raidframe/rf_raid.h')
| -rw-r--r-- | sys/dev/raidframe/rf_raid.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_raid.h b/sys/dev/raidframe/rf_raid.h index 49043116945..00fb9953f22 100644 --- a/sys/dev/raidframe/rf_raid.h +++ b/sys/dev/raidframe/rf_raid.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_raid.h,v 1.12 2000/02/24 17:12:10 oster Exp $ */ +/* $NetBSD: rf_raid.h,v 1.13 2001/09/26 03:01:19 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -57,7 +57,6 @@ #endif /* RF_INCLUDE_PARITYLOGGING > 0 */ #define RF_MAX_DISKS 128 /* max disks per array */ -#define RF_DEV2RAIDID(_dev) (DISKUNIT(_dev)) #define RF_COMPONENT_LABEL_VERSION_1 1 #define RF_COMPONENT_LABEL_VERSION 2 |
