summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2005-08-13 22:59:59 +0000
committerclaudio <claudio@openbsd.org>2005-08-13 22:59:59 +0000
commitee05b9a8faf612423a3583d0e9165aed3965c26e (patch)
treeb71bcb3a8e2767bdad547d63d7e5dc1e76c5065c
parentRemove some superfluous output in dmesg line. (diff)
downloadwireguard-openbsd-ee05b9a8faf612423a3583d0e9165aed3965c26e.tar.xz
wireguard-openbsd-ee05b9a8faf612423a3583d0e9165aed3965c26e.zip
Add art(4) driver. OK deraadt@
-rw-r--r--sys/dev/pci/files.pci16
1 files changed, 15 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 06057ed22e6..01649648ae2 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.184 2005/08/07 20:08:45 mickey Exp $
+# $OpenBSD: files.pci,v 1.185 2005/08/13 22:59:59 claudio 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.
@@ -544,3 +544,17 @@ file dev/pci/piixpm.c piixpm
device ichwdt {}
attach ichwdt at pci
file dev/pci/ichwdt.c ichwdt
+
+# Mindspeed/Conexant MUSYCC HDLC controller and EBUS bridge
+device musycc {} : ifnet
+attach musycc at pci
+device ebus {} : musycc
+attach ebus at pci
+file dev/pci/musycc.c musycc | ebus
+file dev/pci/musycc_obsd.c musycc | ebus
+
+# Accoom Artery PCI card
+device art: musycc, ebus, ifnet, ifmedia, sppp
+attach art at musycc
+file dev/pci/if_art.c art
+file dev/pci/bt8370.c art