• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/

Lines Matching refs:PCI

35 	DE434 TP PCI
36 DE435 TP/COAX/AUI PCI
37 DE450 TP/COAX/AUI PCI
38 DE500 10/100 PCI Fasternet
87 PCI support has been added to allow the driver to work with the DE434,
89 to the differences in the EISA and PCI CSR address offsets from the base
94 reboot sequences). Loadable module support under PCI and EISA has been
228 Changed the bus probing. EISA used to be done first, followed by PCI.
230 probe has messed up some SCSI cards in the past, so now PCI is always
232 either b) there have been no PCI cards detected or c) an EISA probe is
247 0.2 13-Jan-95 Added PCI support for DE435's.
252 Add loadable modules support for PCI.
270 0.31 13-Jun-95 Fixed PCI stuff for 1.3.1.
294 Fix for multiple PCI cards reported by <jos@xos.nl>
331 Fix sleep/wakeup calls for PCI cards, bug reported
397 Updated the PCI interface to conform with the latest
406 Fix probe bug with EISA & PCI cards present from
427 Change PCI/EISA bus probing order.
434 variable 'pb', on a non de4x5 PCI device, in this
435 case a PCI bridge (DEC chip 21152). The value of
440 0.548 30-Aug-03 Big 2.6 cleanup. Ported to PCI/EISA probing and
647 ** PCI Bus defines
803 int bus; /* EISA or PCI */
804 int bus_num; /* PCI Bus number */
805 int device; /* Device number on PCI bus */
872 ** can't follow the PCI to PCI Bridge Architecture spec.
1013 ** Note now that module autoprobing is allowed under EISA and PCI. The
1113 if (lp->bus == PCI) {
1258 ((lp->bus == PCI) ? "PCI BIOS" : "EISA CNFG"));
1475 ** the irq assertion, especially with a busy PCI bus.
1530 ** I/O Read/Writes through intermediate PCI bridges are never 'posted',
1534 ** is not on bus 0. Lost interrupts can still occur when the PCI bus load
1894 ** I assume PCI transaction ordering will mean you are either successful or
2069 /* Write the PCI Configuration Registers */
2198 ** PCI bus I/O device probe
2199 ** NB: PCI I/O accesses and Bus Mastering are enabled by the PCI BIOS, not
2200 ** the driver. Some PCI BIOS's, pre V2.1, need the slot + features to be
2207 ** PC doesn't conform to the PCI standard)!
2227 if (io) { /* probe a single PCI device */
2249 lp->bus = PCI;
3968 ** Look for a particular board name in the PCI configuration space
4108 if (lp->bus == PCI) {
4134 if (lp->bus == PCI) {
4230 ** Assume that the irq's do not follow the PCI spec - this is seems
4416 printk("%s: Cannot find correct PCI device [%d] for SROM decoding!\n",