1998-08-11 04:08:23 +04:00
|
|
|
# $NetBSD: files.pci,v 1.44 1998/08/11 00:08:23 thorpej Exp $
|
1995-04-17 11:46:10 +04:00
|
|
|
#
|
1997-07-21 00:30:46 +04:00
|
|
|
# Config file and device description for machine-independent PCI code.
|
1995-04-17 11:46:10 +04:00
|
|
|
# Included by ports that need it. Requires that the SCSI files be
|
|
|
|
# defined first.
|
|
|
|
|
1997-09-13 12:49:50 +04:00
|
|
|
defopt PCIVERBOSE
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device pci {[dev = -1], [function = -1]}
|
1996-03-17 03:53:54 +03:00
|
|
|
attach pci at pcibus
|
1996-02-28 04:47:06 +03:00
|
|
|
file dev/pci/pci.c pci needs-flag
|
1997-08-30 10:48:57 +04:00
|
|
|
file dev/pci/pci_map.c pci
|
1998-05-31 10:03:44 +04:00
|
|
|
file dev/pci/pci_quirks.c pci
|
1996-02-28 04:47:06 +03:00
|
|
|
file dev/pci/pci_subr.c pci
|
1995-04-17 11:46:10 +04:00
|
|
|
|
1996-05-16 07:44:13 +04:00
|
|
|
# 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
|
|
|
|
|
1997-03-12 09:39:47 +03:00
|
|
|
# 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
|
1998-02-17 01:12:45 +03:00
|
|
|
device de: ether, ifnet, arp
|
1996-03-17 03:53:54 +03:00
|
|
|
attach de at pci
|
1995-06-05 05:03:45 +04:00
|
|
|
file dev/pci/if_de.c de
|
1995-08-19 04:44:48 +04:00
|
|
|
|
1996-11-13 02:58:01 +03:00
|
|
|
# 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
|
1996-11-13 02:58:01 +03:00
|
|
|
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
|
|
|
|
|
1995-08-19 04:44:48 +04:00
|
|
|
# Digital DEFPA PCI FDDI Controller
|
1998-02-17 01:12:45 +03:00
|
|
|
device fpa: pdq, fddi, ifnet, arp
|
1996-03-17 03:53:54 +03:00
|
|
|
attach fpa at pci
|
1995-08-19 04:44:48 +04:00
|
|
|
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
|
1998-07-21 21:30:26 +04:00
|
|
|
attach le at pci with le_pci: le32
|
1996-07-14 23:13:22 +04:00
|
|
|
file dev/pci/if_le_pci.c le_pci
|
|
|
|
|
1995-08-19 04:44:48 +04:00
|
|
|
# NCR 53c8xx SCSI chips
|
1998-02-17 01:12:45 +03:00
|
|
|
device ncr: scsi
|
1996-03-17 03:53:54 +03:00
|
|
|
attach ncr at pci
|
1995-08-19 04:44:48 +04:00
|
|
|
file dev/pci/ncr.c ncr
|
1996-02-28 04:47:06 +03:00
|
|
|
|
1998-03-04 09:38:44 +03:00
|
|
|
# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
|
|
|
|
# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET. (when the conf/files
|
|
|
|
# XXX and files.isa bogons are fixed, this can be fixed as well.)
|
|
|
|
|
|
|
|
# # PCI IDE controllers
|
|
|
|
# device pciide {[channel = -1]}
|
|
|
|
# attach pciide at pci
|
|
|
|
# file dev/pci/pciide.c pciide
|
|
|
|
# attach wdc at pciide with wdc_pciide
|
|
|
|
# file dev/pci/wdc_pciide.c wdc_pciide
|
|
|
|
|
1996-02-28 04:47:06 +03:00
|
|
|
# PCI-PCI bridge chips
|
1998-02-17 01:12:45 +03:00
|
|
|
device ppb: pcibus
|
1996-03-17 03:53:54 +03:00
|
|
|
attach ppb at pci
|
1996-02-28 04:47:06 +03:00
|
|
|
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
|
1997-06-05 06:15:36 +04:00
|
|
|
|
|
|
|
# Intel EtherExpress PRO 10/100B
|
1998-08-11 04:08:23 +04:00
|
|
|
device fxp: ether, ifnet, arp, mii
|
1997-06-05 06:15:36 +04:00
|
|
|
attach fxp at pci
|
|
|
|
file dev/pci/if_fxp.c fxp
|
1997-10-15 03:12:17 +04:00
|
|
|
|
|
|
|
# NE2000-compatible PCI Ethernet cards
|
|
|
|
attach ne at pci with ne_pci
|
|
|
|
file dev/pci/if_ne_pci.c ne_pci
|
1997-10-17 22:38:23 +04:00
|
|
|
|
1997-10-21 09:54:21 +04:00
|
|
|
# Texas Instruments ThunderLAN Chip.
|
1998-08-11 04:08:23 +04:00
|
|
|
device tl: ether, ifnet, arp, i2c, i2c_eeprom, mii
|
1997-10-17 22:38:23 +04:00
|
|
|
attach tl at pci
|
|
|
|
file dev/pci/if_tl.c tl
|
1998-04-16 00:17:17 +04:00
|
|
|
|
1998-07-26 07:28:28 +04:00
|
|
|
# SDL Communications N2 PCI Network Interface
|
|
|
|
device ntwoc: ifnet, hd64570
|
|
|
|
attach ntwoc at pci with ntwoc_pci
|
|
|
|
file dev/pci/if_ntwoc_pci.c ntwoc_pci
|
|
|
|
|
1998-05-14 04:04:57 +04:00
|
|
|
# Essential Communications HIPPI interface
|
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach esh at pci with esh_pci
|
|
|
|
file dev/pci/if_esh_pci.c esh_pci
|
|
|
|
|
1998-04-16 00:17:17 +04:00
|
|
|
# generic PCI VGA
|
|
|
|
attach vga at pci with vga_pci
|
|
|
|
file dev/pci/vga_pci.c vga_pci needs-flag
|
|
|
|
|
|
|
|
# DEC TGA
|
|
|
|
device tga: wsemuldisplaydev, wsrasteremulops
|
|
|
|
attach tga at pci
|
|
|
|
file dev/pci/tga.c tga needs-flag
|
|
|
|
file dev/pci/tga_conf.c tga
|
|
|
|
file dev/pci/tga_bt463.c tga
|
|
|
|
file dev/pci/tga_bt485.c tga
|
1998-05-02 01:54:33 +04:00
|
|
|
|
|
|
|
# Ensoniq AudioPCI S5016
|
|
|
|
device eap: audio, auconv, mulaw
|
|
|
|
attach eap at pci
|
|
|
|
file dev/pci/eap.c eap
|
1998-06-02 05:29:41 +04:00
|
|
|
|
|
|
|
# SMC EPIC/100 Fast Ethernet on PCI
|
|
|
|
attach epic at pci with epic_pci
|
|
|
|
file dev/pci/if_epic_pci.c epic_pci
|
1998-06-26 22:52:41 +04:00
|
|
|
|
|
|
|
# PCI "universal" communication device driver, for PCI com, lpt, etc. ports
|
|
|
|
# (see documentation in the driver for what, exactly, should be supported)
|
|
|
|
device puc { port = -1 }
|
|
|
|
attach puc at pci
|
|
|
|
file dev/pci/puc.c puc
|
|
|
|
file dev/pci/pucdata.c puc
|
|
|
|
|
|
|
|
attach com at puc with com_puc
|
|
|
|
file dev/pci/com_puc.c com_puc
|
|
|
|
|
|
|
|
# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
|
|
|
|
# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
|
|
|
|
# XXX (when the conf/files and files.isa bogons are fixed, this can
|
|
|
|
# XXX be fixed as well.)
|
|
|
|
|
|
|
|
# attach lpt at puc with lpt_puc
|
|
|
|
# file dev/pci/lpt_puc.c lpt_puc
|
1998-07-12 23:51:55 +04:00
|
|
|
|
|
|
|
# UHCI USB controller
|
|
|
|
attach uhci at pci with uhci_pci
|
|
|
|
file dev/pci/uhci_pci.c uhci
|
|
|
|
|
|
|
|
# OHCI USB controller
|
|
|
|
attach ohci at pci with ohci_pci
|
|
|
|
file dev/pci/ohci_pci.c ohci
|