/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | cortina,gemini-sata-bridge.txt | 20 ata0 slave interface brought out on IDE pads 23 ata1 slave interface brought out on IDE pads 27 on IDE pads 31 on IDE pads 34 - cortina,gemini-enable-ide-pins: enables the PATA to IDE connection. 53 cortina,gemini-enable-ide-pins;
|
H A D | pata-common.yaml | 14 ATA (PATA, also known as IDE) AT attachment storage devices. 18 The PATA (IDE) controller-specific device tree bindings are responsible for 23 pattern: "^ide(@.*)?$" 26 "ide". 35 "^ide-port@[0-1]$": 39 nodes will be named "ide-port".
|
H A D | cortina,gemini-sata-bridge.yaml | 58 ata0 slave interface brought out on IDE pads 61 ata1 slave interface brought out on IDE pads 64 ata0 master and slave interfaces brought out on IDE pads 67 ata1 master and slave interfaces brought out on IDE pads 69 cortina,gemini-enable-ide-pins: 71 description: Enables the PATA to IDE connection. 105 cortina,gemini-enable-ide-pins;
|
H A D | faraday,ftide010.yaml | 13 This controller is the first Faraday IDE interface block, used in the 74 ide@63000000 { 83 ide-port@0 { 86 ide-port@1 {
|
H A D | cavium-compact-flash.txt | 18 - cavium,true-ide: Optional, if present the CF connection is in True IDE mode. 28 cavium,true-ide;
|
H A D | intel,ixp4xx-compact-flash.yaml | 14 a CompactFlash card to the system as a true IDE (parallel ATA) device. The 54 ide@1,0 {
|
/freebsd/sys/powerpc/psim/ |
H A D | psim-tree | 23 ./ofwdisk "/phb@0x70000000/ide@1/disk@0 41 /phb@0x70000000/ide@1 42 ./device_type "ide 43 ./name "ide 59 /phb@0x70000000/ide@1/disk@0/file "../image.iso 83 #/iobus@0x90000000/ide@0x90052000 89 #/iobus@0x90000000/ide@0x90052000 > a irq12 /iobus/opic
|
/freebsd/stand/i386/loader/ |
H A D | help.i386 | 17 # Tset Snum_ide_disks DSet the number of IDE disks 23 When booting from a SCSI disk on a system with one or more IDE disks, 24 and where the IDE disks are the default boot device, it is necessary 25 to tell the kernel how many IDE disks there are in order to have it 34 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
|
/freebsd/sys/dev/hptmv/ |
H A D | atapi.h | 35 * IDE IO Register File 39 * IDE IO Port definition 53 * IDE status definitions 79 * IDE command definitions 94 #define IDE_COMMAND_SET_FEATURES 0xEF /* IDE set features command */ 106 #define IDE_COMMAND_DMA_READ 0xc8 /* IDE DMA read command */ 107 #define IDE_COMMAND_DMA_WRITE 0xca /* IDE DMA write command */ 110 #define IDE_COMMAND_READ_DMA_QUEUE 0xc7 /* IDE read DMA queue command */ 111 #define IDE_COMMAND_WRITE_DMA_QUEUE 0xcc /* IDE write DMA queue command */ 112 #define IDE_COMMAND_SERVICE 0xA2 /* IDE service command command */ [all …]
|
H A D | command.h | 44 BYTE bSectorCountReg; /* IDE sector count register. */ 45 BYTE bLbaLowReg; /* IDE sector number register. */ 46 BYTE bLbaMidReg; /* IDE low order cylinder value. */ 47 BYTE bLbaHighReg; /* IDE high order cylinder value. */ 48 BYTE bDriveHeadReg; /* IDE drive/head register. */ 49 BYTE bCommandReg; /* Actual IDE command. Checked for validity by driver. */ 100 /* Ide Command */ 101 AtaComm Ide; member
|
/freebsd/release/scripts/oracle/ |
H A D | image_capability_data.json | 13 "IDE", 48 "IDE", 67 "IDE",
|
/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini.dtsi | 138 sata_and_ide_pins: pinctrl-sata-ide { 144 function = "ide"; 212 * This defines the special "ide" state that needs 213 * to be explicitly enabled to enable the IDE pins, 216 pinctrl-names = "default", "ide"; 385 ide0: ide@63000000 { 398 ide1: ide@63400000 {
|
H A D | gemini-dlink-dir-685.dts | 63 /* Collides with IDE pins, that's cool (we do not use them) */ 128 /* Collides with IDE */ 460 ide@63000000 { 468 drive0: ide-port@0 {
|
H A D | gemini-nas4220b.dts | 173 ide@63000000 { 177 ide@63400000 {
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hptintf.h | 546 HPT_U32 IoPort; /* IDE Base Port Address */ 547 HPT_U32 ControlPort; /* IDE Control Port Address */ 554 HPT_U32 IoPort; /* IDE Base Port Address */ 555 HPT_U32 ControlPort; /* IDE Control Port Address */ 1312 * IDE pass-through command. Use it at your own risk! 1317 HPT_U8 bSectorCountReg; /* IDE sector count register. */ 1318 HPT_U8 bLbaLowReg; /* IDE LBA low value. */ 1319 HPT_U8 bLbaMidReg; /* IDE LBA mid register. */ 1320 HPT_U8 bLbaHighReg; /* IDE LBA high value. */ 1321 HPT_U8 bDriveHeadReg; /* IDE drive/head register. */ [all …]
|
H A D | him.h | 318 #define ATA_CMD_READ_DMA 0xc8 /* IDE DMA read command */ 319 #define ATA_CMD_WRITE_DMA 0xca /* IDE DMA write command */ 445 AtaComm Ide; member
|
/freebsd/sys/dev/hptnr/ |
H A D | hptintf.h | 542 HPT_U32 IoPort; /* IDE Base Port Address */ 543 HPT_U32 ControlPort; /* IDE Control Port Address */ 550 HPT_U32 IoPort; /* IDE Base Port Address */ 551 HPT_U32 ControlPort; /* IDE Control Port Address */ 1308 * IDE pass-through command. Use it at your own risk! 1313 HPT_U8 bSectorCountReg; /* IDE sector count register. */ 1314 HPT_U8 bLbaLowReg; /* IDE LBA low value. */ 1315 HPT_U8 bLbaMidReg; /* IDE LBA mid register. */ 1316 HPT_U8 bLbaHighReg; /* IDE LBA high value. */ 1317 HPT_U8 bDriveHeadReg; /* IDE drive/head register. */ [all …]
|
H A D | him.h | 318 #define ATA_CMD_READ_DMA 0xc8 /* IDE DMA read command */ 319 #define ATA_CMD_WRITE_DMA 0xca /* IDE DMA write command */ 433 AtaComm Ide; member
|
/freebsd/sbin/bsdlabel/ |
H A D | disktab | 85 qp120at|Quantum Peripherals 120MB IDE:\ 92 pan60|Panasonic Laptop's 60MB IDE:\ 106 cp3100|Connor Peripherals 100MB IDE:\ 120 cp3100new|Connor Peripherals 100MB IDE, with a different configuration:\
|
/freebsd/stand/man/ |
H A D | loader_simp.8 | 474 Sets the number of IDE disks as a workaround for some problems in 490 confused, e.g.\& by a mix of SCSI and IDE disks, or IDE disks with 705 This would be needed in a system with two IDE disks, 706 with the second IDE disk hardwired to ada2 instead of ada1.
|
H A D | loader_lua.8 | 218 This would be needed in a system with two IDE disks, 219 with the second IDE disk hardwired to ada2 instead of ada1.
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | windows_support.rst | 73 Using Visual Studio IDE/MSBuild 81 Alternatively, you can use msbuild if you don't like to work in an IDE::
|
/freebsd/sys/dev/hptrr/ |
H A D | hptintf.h | 459 HPT_U32 IoPort; /* IDE Base Port Address */ 460 HPT_U32 ControlPort; /* IDE Control Port Address */ 467 HPT_U32 IoPort; /* IDE Base Port Address */ 468 HPT_U32 ControlPort; /* IDE Control Port Address */ 1111 * IDE pass-through command. Use it at your own risk! 1119 HPT_U8 bSectorCountReg; /* IDE sector count register. */ 1120 HPT_U8 bLbaLowReg; /* IDE LBA low value. */ 1121 HPT_U8 bLbaMidReg; /* IDE LBA mid register. */ 1122 HPT_U8 bLbaHighReg; /* IDE LBA high value. */ 1123 HPT_U8 bDriveHeadReg; /* IDE drive/head register. */ [all …]
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | dkio.h | 84 #define DKC_DIRECT 20 /* Intel direct attached device i.e. IDE */ 234 #define DKIOCADDBAD (DKIOC|20) /* Re-read the alternate map (IDE) */ 235 #define DKIOCGETDEF (DKIOC|21) /* read defect list (IDE) */ 238 * Used by applications to get disk defect information from IDE
|
/freebsd/release/scripts/ |
H A D | box.ovf | 51 <rasd:Description>IDE Controller</rasd:Description> 60 <rasd:Description>IDE Controller</rasd:Description> 218 …<StorageController name="IDE Controller" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable…
|