diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-22 18:12:14 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-22 18:12:14 +0000 |
commit | 8d37bde677cb65076159a7f16c8b0db2d5e0c051 (patch) | |
tree | b5bc13af72ee5c7685a850e2e8e8e152c4c45dff /sys/dev/pci/files.pci | |
parent | 7494ab6c1b800af4a75410a82729e68c4295ce60 (diff) |
Very initial import to support the PrismGT chipset (FullMAC for now).
ok deraadt@
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 117371e4f6b..f65e4e704d4 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.215 2006/08/16 21:06:23 kettenis Exp $ +# $OpenBSD: files.pci,v 1.216 2006/08/22 18:12:12 mglocker Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -579,6 +579,12 @@ file dev/pci/if_ral_pci.c ral_pci attach acx at pci with acx_pci file dev/pci/if_acx_pci.c acx_pci +# +# Conexant PrismGT +# +attach pgt at pci with pgt_pci +file dev/pci/if_pgt_pci.c pgt_pci + # Sangoma PCI card device san: ifnet, ifmedia, sppp attach san at pci |