diff options
| author | Bartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl> | 2003-05-23 04:01:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2003-05-23 04:01:47 -0700 |
| commit | 7fc241996c5a97d1cca3ea71af341cfa77b82982 (patch) | |
| tree | 5d2ba0b232e9997a756d3bf84f04760b482406de /include/linux | |
| parent | 9c6c56a3d8ee2436bdae24f0d97e5b997bf94f54 (diff) | |
[PATCH] add hwif->hold flag
Add hwif->hold flag for hotswap interfaces.
Initialize founded hwif in ide_register_hw().
Original patch by Benjamin Herrenschmidt.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index f773ff4268a9..9fd858147813 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1001,6 +1001,7 @@ typedef struct hwif_s { unsigned noprobe : 1; /* don't probe for this interface */ unsigned present : 1; /* this interface exists */ + unsigned hold : 1; /* this interface is always present */ unsigned serialized : 1; /* serialized all channel operation */ unsigned sharing_irq: 1; /* 1 = sharing irq with another hwif */ unsigned reset : 1; /* reset after probe */ |
