summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-09-28 01:23:48 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-09-28 01:23:48 +0000
commit3ff8eb7ddf08c874d646d58684a3ec9975777e8a (patch)
tree07e99dcba297d733d5a0526af5f0bc7a64ca316e /sys/dev/pci
parentc8151eab40b7e5da76d1bc0578a5696077406b81 (diff)
introduce attribute 'ifmedia' which means 'this particulariface
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one!
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/files.pci8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index f4ad2f30d94..6e15d7ccda9 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.24 1998/09/27 03:55:59 rahnds Exp $
+# $OpenBSD: files.pci,v 1.25 1998/09/28 01:23:47 mickey Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config.new file and device description for machine-independent PCI code.
@@ -47,7 +47,7 @@ attach isp at pci with isp_pci
file dev/pci/isp_pci.c isp_pci
# Ethernet driver for DC21040-based boards
-device de: ether, ifnet
+device de: ether, ifnet, ifmedia
attach de at pci
file dev/pci/if_de.c de
@@ -102,12 +102,12 @@ attach bktr at pci
file dev/pci/brooktree848.c bktr needs-count
# 3C90x
-device xl: ether, ifnet
+device xl: ether, ifnet, ifmedia
attach xl at pci
file dev/pci/if_xl.c xl
# SMC EPIC, 83c170
-device tx: ether, ifnet
+device tx: ether, ifnet, ifmedia
attach tx at pci
file dev/pci/if_tx.c tx