NetBSD/sys/dev/pci/files.pci

83 lines
2.1 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.pci,v 1.30 1997/10/17 18:38:23 bouyer Exp $
#
1997-07-21 00:30:46 +04:00
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
# defined first.
defopt PCIVERBOSE
device pci {[dev = -1], [function = -1]}
attach pci at pcibus
file dev/pci/pci.c pci needs-flag
1997-08-30 10:48:57 +04:00
file dev/pci/pci_map.c pci
file dev/pci/pci_subr.c pci
# Adaptec 3940, 2940, and aic78[5678]0 SCSI controllers
# device declaration in sys/conf/files
attach ahc at pci with ahc_pci
file dev/pci/ahc_pci.c ahc_pci
file dev/ic/smc93cx6.c ahc_pci
1996-02-27 04:31:33 +03:00
1996-09-01 04:10:55 +04:00
# BusLogic BT-9xx PCI family
1997-09-12 09:20:52 +04:00
# device declaration in sys/conf/files
1996-09-01 04:10:55 +04:00
attach bha at pci with bha_pci
file dev/pci/bha_pci.c bha_pci
# Qlogic ISP 10x0 (PCI) family
# device declaration in sys/conf/files
attach isp at pci with isp_pci
file dev/pci/isp_pci.c isp_pci
1995-06-05 05:03:45 +04:00
# Ethernet driver for DC21040-based boards
device de: ether, ifnet, arp
attach de at pci
1995-06-05 05:03:45 +04:00
file dev/pci/if_de.c de
# Efficient Networks, Inc. ATM interface
# device declaration in sys/conf/files
1996-07-14 23:13:22 +04:00
attach en at pci with en_pci
file dev/pci/if_en_pci.c en_pci
1996-07-14 23:13:22 +04:00
# 3Com 3c590 and 3c595 Ethernet controllers
# device declaration in sys/conf/files
attach ep at pci with ep_pci
file dev/pci/if_ep_pci.c ep_pci
# Digital DEFPA PCI FDDI Controller
device fpa: pdq, fddi, ifnet, arp
attach fpa at pci
file dev/pci/if_fpa.c fpa
1996-07-14 23:13:22 +04:00
# AMD am7990 (LANCE) -based Ethernet controllers
# device declaration in sys/conf/files
attach le at pci with le_pci
file dev/pci/if_le_pci.c le_pci
# NCR 53c8xx SCSI chips
device ncr: scsi
attach ncr at pci
file dev/pci/ncr.c ncr
# PCI-PCI bridge chips
device ppb: pcibus
attach ppb at pci
file dev/pci/ppb.c ppb
1996-09-24 21:47:14 +04:00
# Cyclades Cyclom-8/16/32
attach cy at pci with cy_pci
file dev/pci/cy_pci.c cy_pci
# Intel EtherExpress PRO 10/100B
device fxp: ether, ifnet, arp
attach fxp at pci
file dev/pci/if_fxp.c fxp
# NE2000-compatible PCI Ethernet cards
attach ne at pci with ne_pci
file dev/pci/if_ne_pci.c ne_pci
# Texas Instruments ThunderLand Chip.
device tl: ether, ifnet, arp, i2c, i2c_eeprom, miibus
attach tl at pci
file dev/pci/if_tl.c tl