diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-14 07:30:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-14 07:30:01 +0000 |
commit | 17be04b4a9892f99505a426cac7cedc2e9f235b4 (patch) | |
tree | a9f029d1dbd8cda7ab15ebce67b8b9ef4ebdac48 | |
parent | 8b0461d9c3e6343db7a01319a37c8ea0e915e113 (diff) |
you CANNOT reuse ebus without breaking other architectures
-rw-r--r-- | sys/dev/pci/files.pci | 12 |
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 |