Datasheet

SATA Controller Registers (D31:F2)
Intel® Xeon® Processor D-1500 Product Family 345
Datasheet - Volume 1 of 4: Integrated Platform Controller Hub
March 2015
8.2.1 BMIC[P,S]—Bus Master IDE Command Register (D31:F2)
Address Offset: Primary: BAR + 00h Attribute: R/W
Secondary: BAR + 08h
Default Value: 00h Size: 8 bits
8.2.2 BMIS[P,S]—Bus Master IDE Status Register (D31:F2)
Address Offset: Primary: BAR + 02h Attribute: R/W, R/WC, RO
Secondary: BAR + 0Ah
Default Value: 00h Size: 8 bits
Bit Description
7:4 Reserved. Returns 0.
3 Read / Write Control (R/WC) — R/W. This bit sets the direction of the bus master transfer. This
bit must NOT be changed when the bus master function is active.
0 = Memory reads
1 = Memory writes
2:1 Reserved. Returns 0.
0 Start/Stop Bus Master (START) — R/W.
0 = All state information is lost when this bit is cleared. Master mode operation cannot be stopped
and then resumed. If this bit is reset while bus master operation is still active (that is, the Bus
Master IDE Active bit (D31:F2:BAR + 02h, bit 0) of the Bus Master IDE Status register for that
IDE channel is set) and the drive has not yet finished its data transfer (the Interrupt bit in the
Bus Master IDE Status register for that IDE channel is not set), the bus master command is said
to be aborted and data transferred from the drive may be discarded instead of being written to
system memory.
1 = Enables bus master operation of the controller. Bus master operation does not actually start
unless the Bus Master Enable bit (D31:F2:04h, bit 2) in PCI configuration space is also set. Bus
master operation begins when this bit is detected changing from 0 to 1. The controller will
transfer data between the IDE device and memory only when this bit is set. Master operation
can be halted by writing a 0 to this bit.
Note: This bit is intended to be cleared by software after the data transfer is completed, as
indicated by either the Bus Master IDE Active bit being cleared or the Interrupt bit of the
Bus Master IDE Status register for that IDE channel being set, or both. Hardware does not
clear this bit automatically. If this bit is cleared to 0 prior to the DMA data transfer being
initiated by the drive in a device to memory data transfer, then Intel® Xeon® Processor D-
1500 Product Family will not send DMAT to terminate the data transfer. SW intervention
(such as, sending SRST) is required to reset the interface in this condition.
Bit Description
7 Simplex Only — RO.
0 = Both bus master channels (primary and secondary) can be operated independently and can be
used at the same time.
1 = Only one channel may be used at the same time.
6 Drive 1 DMA Capable — R/W.
0 = Not Capable.
1 = Capable. Set by device dependent code (BIOS or device driver) to indicate that drive 1 for this
channel is capable of DMA transfers, and that the controller has been initialized for optimum
performance. Intel® Xeon® Processor D-1500 Product Family does not use this bit. It is
intended for systems that do not attach BMIDE to the PCI bus.
5 Drive 0 DMA Capable — R/W.
0 = Not Capable
1 = Capable. Set by device dependent code (BIOS or device driver) to indicate that drive 0 for this
channel is capable of DMA transfers, and that the controller has been initialized for optimum
performance. Intel® Xeon® Processor D-1500 Product Family does not use this bit. It is
intended for systems that do not attach BMIDE to the PCI bus.
4:3 Reserved. Returns 0.
2 Interrupt — R/WC.
0 = Software clears this bit by writing a 1 to it.
1 = Set when a device FIS is received with the ‘I’ bit set, provided that software has not disabled
interrupts using the IEN bit of the Device Control Register.