diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-09-27 08:28:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-09-27 08:28:13 +0000 |
commit | fdaa469335d96937b67d3075d5196299fc92c3ea (patch) | |
tree | 5ddf5cc0f4234cc0c71d5d916fbc0f37be1dfada /sys/dev/pci/files.pci | |
parent | 8f48a3294ea7ed267af11940cef329b938ca901b (diff) |
retire Accoom Networks Artery T1/E1 drive; ok claudio
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 4466905f6f6..1937f449a6b 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.308 2014/08/15 14:07:39 mikeb Exp $ +# $OpenBSD: files.pci,v 1.309 2014/09/27 08:28:12 deraadt 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. @@ -733,18 +733,6 @@ device ichwdt {} attach ichwdt at pci file dev/pci/ichwdt.c ichwdt -# Mindspeed/Conexant MUSYCC HDLC controller -device musycc {} : ifnet -attach musycc at pci -file dev/pci/musycc.c musycc -file dev/pci/musycc_obsd.c musycc - -# Accoom Artery PCI card -device art: musycc, ifnet, ifmedia, sppp -attach art at musycc -file dev/pci/if_art.c art -file dev/pci/bt8370.c art - # VMware VMXnet virtual interface device vic: ether, ifnet, ifmedia attach vic at pci |