summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2005-08-13 23:00:00 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2005-08-13 23:00:00 +0000
commitc617849d564e1a2e8ab0d99ecd6d887c10767f08 (patch)
tree9788a1ec825531884a5a2f97e4397a09ef19948c
parentf388a4a279861576a23bdf74b94ba18bb291f4ed (diff)
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