Home
last modified time | relevance | path

Searched full:ide (Results 1 – 25 of 167) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dcortina,gemini-sata-bridge.txt20 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 Dpata-common.yaml14 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 Dcortina,gemini-sata-bridge.yaml58 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 Dfaraday,ftide010.yaml13 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 Dcavium-compact-flash.txt18 - cavium,true-ide: Optional, if present the CF connection is in True IDE mode.
28 cavium,true-ide;
H A Dintel,ixp4xx-compact-flash.yaml14 a CompactFlash card to the system as a true IDE (parallel ATA) device. The
54 ide@1,0 {
/freebsd/sys/powerpc/psim/
H A Dpsim-tree23 ./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 Dhelp.i38617 # 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 Datapi.h35 * 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 Dcommand.h44 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 Dimage_capability_data.json13 "IDE",
48 "IDE",
67 "IDE",
/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini.dtsi138 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 Dgemini-dlink-dir-685.dts63 /* 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 Dgemini-nas4220b.dts173 ide@63000000 {
177 ide@63400000 {
/freebsd/sys/dev/hpt27xx/
H A Dhptintf.h546 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 Dhim.h318 #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 Dhptintf.h542 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 Dhim.h318 #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 Ddisktab85 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 Dloader_simp.8474 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 Dloader_lua.8218 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 Dwindows_support.rst73 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 Dhptintf.h459 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 Ddkio.h84 #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 Dbox.ovf51 <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…

1234567