2 * linux/drivers/block/pdc4030.h
4 * Copyright (C) 1995-1998 Linus Torvalds & authors
8 * Principal author: Peter Denison <peterd@pnd-pc.demon.co.uk>
14 #define PROMISE_EXTENDED_COMMAND 0xF0
15 #define PROMISE_READ 0xF2
16 #define PROMISE_WRITE 0xF3
17 /* Extended commands - main command code = 0xf0 */
18 #define PROMISE_GET_CONFIG 0x10
19 #define PROMISE_IDENTIFY 0x20
21 struct translation_mode
{
40 struct translation_mode current_tm
[4];
41 u8 pad
[SECTOR_WORDS
*4 - 32];