summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-08-14 07:30:00 +0000
committerderaadt <deraadt@openbsd.org>2005-08-14 07:30:00 +0000
commitb2cbbdfe0a40aab071c0efc93b16f4bff348b1b5 (patch)
tree643702e182b04e897374cca74b153ffc1f8e46cc
parentdocument EINVAL return bad values as "which"; ok deraadt, millert (diff)
downloadwireguard-openbsd-b2cbbdfe0a40aab071c0efc93b16f4bff348b1b5.tar.xz
wireguard-openbsd-b2cbbdfe0a40aab071c0efc93b16f4bff348b1b5.zip
you CANNOT reuse ebus without breaking other architectures
-rw-r--r--sys/dev/pci/files.pci12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 01649648ae2..5501fa17464 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.185 2005/08/13 22:59:59 claudio Exp $
+# $OpenBSD: files.pci,v 1.186 2005/08/14 07:30:00 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.
@@ -548,13 +548,13 @@ 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
+device musyccbus {} : musycc
+attach musyccbus at pci
+file dev/pci/musycc.c musycc | musyccbus
+file dev/pci/musycc_obsd.c musycc | musyccbus
# Accoom Artery PCI card
-device art: musycc, ebus, ifnet, ifmedia, sppp
+device art: musycc, musyccbus, ifnet, ifmedia, sppp
attach art at musycc
file dev/pci/if_art.c art
file dev/pci/bt8370.c art