--- src/sys/dev/raid/ips/ips.h 2006/06/04 21:09:50 1.10 +++ src/sys/dev/raid/ips/ips.h 2006/07/28 02:17:37 1.11 @@ -202,10 +202,6 @@ MALLOC_DECLARE(M_IPSBUF); #define d_maxsize si_iosize_max -#define disk_open_t d_open_t -#define disk_close_t d_close_t -#define disk_strategy_t d_strategy_t - #if defined(PCIR_MAPS) && !defined(PCIR_BARS) # define PCIR_BAR(x) (PCIR_BARS + (x) * 4) # define PCIR_BARS PCIR_MAPS