/openbmc/linux/drivers/eisa/ |
H A D | Kconfig | 3 # EISA configuration 9 menuconfig EISA config 10 bool "EISA support" 13 The Extended Industry Standard Architecture (EISA) bus was 27 depends on X86 && EISA 37 bool "Generic PCI/EISA bridge" 38 depends on !PARISC && PCI && EISA 51 bool "EISA virtual root device" 52 depends on EISA && (ALPHA || X86) 62 bool "EISA device name database" [all …]
|
H A D | eisa.ids | 1 # This list is a compilation of EISA ids. 104 APS0101 "EISA PIP INTERFACE" 105 APS0102 "EISA PIP INTERFACE" 106 APS0103 "EISA PIP INTERFACE" 111 ASU4001 "EISA-486C Main Board" 112 ASU4101 "EISA-486E Main Board" 511 FCT0001 "EISA SYSTEM BOARD" 566 HWPC091 "EISA System Board" 567 HWPC0D1 "EISA System Board" 568 HWPC0E1 "EISA System Board" [all …]
|
/openbmc/linux/Documentation/driver-api/ |
H A D | eisa.rst | 2 EISA bus support 7 This document groups random notes about porting EISA drivers to the 8 new EISA/sysfs API. 10 Starting from version 2.5.59, the EISA bus is almost given the same 18 most EISA drivers are among the oldest Linux drivers so, as you can 21 The EISA infrastructure is made up of three parts: 24 among all the architectures that the EISA code runs on. It 34 EISA code. This is the part to implement in order to have EISA 100 id_table an array of NULL terminated EISA id strings, 149 matching driver EISA id. [all …]
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | Kconfig | 9 depends on ISA || EISA || PCI || PCMCIA 22 depends on (ISA || EISA) 67 depends on (PCI || EISA) && HAS_IOPORT_MAP 71 10/100Mbps EISA, PCI and Cardbus 3Com network cards: 73 "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
|
/openbmc/linux/drivers/net/fddi/ |
H A D | Kconfig | 8 depends on PCI || EISA || TC 32 depends on FDDI && (PCI || EISA || TC) 35 EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
|
/openbmc/linux/Documentation/scsi/ |
H A D | aic7xxx.rst | 26 aic7770 10 EISA/VL 10MHz 16Bit 4 1 63 AHA-274X[A] aic7770 EISA SE-50M SE-HD50F 64 AHA-274X[A]W aic7770 EISA SE-HD68F SE-HD68F 66 AHA-274X[A]T aic7770 EISA 2 X SE-50M SE-HD50F 155 - Add support for the 2.5.X EISA framework. 169 - Correct operation on EISA Twin Channel controller. 229 :Definition: Do not probe for EISA/VLB controllers. 231 to not probe EISA/VLB controllers by default, 233 If the driver is compiled to probe EISA/VLB 238 :Default Value: EISA/VLB probing is disabled by default. [all …]
|
H A D | advansys.rst | 9 (8-bit transfer) SCSI Host Adapters for the ISA, EISA, VL, and PCI 41 - ABP742 - Bus-Master EISA (240 CDB) 54 - ABP752 - Dual Channel Bus-Master EISA (240 CDB Per Channel) 179 scanning to 1 - 4 I/O ports. Regardless of the option setting EISA and
|
H A D | BusLogic.rst | 251 BT-747C EISA Fast SCSI-2 252 BT-757C EISA Wide Fast SCSI-2 253 BT-757CD EISA Wide Differential Fast SCSI-2 260 BT-747S EISA Fast SCSI-2 261 BT-747D EISA Differential Fast SCSI-2 262 BT-757S EISA Wide Fast SCSI-2 263 BT-757D EISA Wide Differential Fast SCSI-2 264 BT-742A EISA SCSI-2 (742A revision H) 270 BT-742A EISA SCSI-2 (742A revisions A - G)
|
/openbmc/linux/drivers/parisc/ |
H A D | Kconfig | 2 menu "Bus options (PCI, PCMCIA, EISA, GSC, ISA)" 48 715/100. Wax includes an EISA adapter, a serial port (not always 54 depends on EISA 56 If you want to plug an ISA card into your EISA bus, say Y here.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | pnp.rst | 26 - id - displays a list of support EISA IDs 168 1. the protocol must use EISA IDs 190 adds an EISA ID to the list of supported IDs for the specified device 205 1. first make a list of supported EISA IDS
|
/openbmc/linux/drivers/net/ethernet/dec/ |
H A D | Kconfig | 9 depends on PCI || EISA || CARDBUS
|
/openbmc/linux/Documentation/networking/device_drivers/atm/ |
H A D | fore200e.rst | 16 or PCI+EISA). 19 for other bus interfaces such as EISA should not be too hard to add.
|
/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/ |
H A D | low-pin-count.yaml | 24 to the ISA/EISA binding specification.
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | Kconfig.aic7xxx | 8 depends on (PCI || EISA) && HAS_IOPORT && SCSI 12 based SCSI controllers as well as the aic7770 based EISA and VLB
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | Kconfig | 8 depends on (PCI || EISA || CARDBUS) 10 This selects the "Tulip" family of EISA/PCI network cards.
|
/openbmc/linux/drivers/net/ethernet/cirrus/ |
H A D | Kconfig | 9 depends on ISA || EISA || ARM || MAC || COMPILE_TEST
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig.bus | 45 inside your box. Other bus systems are PCI, EISA, MicroChannel
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | Kconfig | 9 depends on PCI || EISA || AR7 || ARCH_DAVINCI || ARCH_OMAP2PLUS || ARCH_KEYSTONE || ARCH_K3 168 depends on (PCI || EISA)
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | 3c509.rst | 32 - 3c579 (EISA) 74 3c589, the 3c529 (MCA bus), and the 3c579 (EISA bus).
|
H A D | vortex.rst | 34 - 3c592 EISA 10Mbps Demon/Vortex 35 - 3c597 EISA Fast Demon/Vortex
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | Kconfig | 11 ISA || EISA || PCMCIA || ARM64
|
/openbmc/linux/include/video/ |
H A D | mach64.h | 864 #define EISA 1 macro
|
/openbmc/linux/arch/parisc/ |
H A D | Kconfig | 52 select HAS_IOPORT if PCI || EISA
|
/openbmc/linux/arch/alpha/ |
H A D | Kconfig | 208 used programmable logic to interface a 486 EISA I/O bridge to the 316 inside your box. Other bus systems are PCI, EISA, MicroChannel
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
H A D | cs89x0.rst | 69 in 16-bit ISA or EISA bus expansion slots and are available in 325 corruption you should use your PC's BIOS to slow the EISA bus clock.
|