-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 48547 b: refs/heads/master c: 9f271d5 h: refs/heads/master i: 48545: 1626163 48543: a64730d v: v3
- Loading branch information
Zhang, Yanmin
authored and
Jeff Garzik
committed
Feb 15, 2007
1 parent
86c2d9d
commit 81a825e
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 81afe893181b283f9d182ea8637ce6ccdbe1a56a | ||
refs/heads/master: 9f271d576a79f74a543c4099a014d8d4eafa737d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ config IA64 | |
|
||
config 64BIT | ||
bool | ||
select ATA_NONSTANDARD if ATA | ||
default y | ||
|
||
config ZONE_DMA | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#ifndef __ASM_IA64_LIBATA_PORTMAP_H | ||
#define __ASM_IA64_LIBATA_PORTMAP_H | ||
|
||
#define ATA_PRIMARY_CMD 0x1F0 | ||
#define ATA_PRIMARY_CTL 0x3F6 | ||
#define ATA_PRIMARY_IRQ(dev) isa_irq_to_vector(14) | ||
|
||
#define ATA_SECONDARY_CMD 0x170 | ||
#define ATA_SECONDARY_CTL 0x376 | ||
#define ATA_SECONDARY_IRQ(dev) isa_irq_to_vector(15) | ||
|
||
#endif |