diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-20 02:28:48 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-20 02:28:48 +0000 |
commit | 4b4327feecb84b2c8cfc43510493b78ebd5a33dc (patch) | |
tree | 20d89c475e004bf2b33151063116228ad707c641 | |
parent | 7fab63623e7703040d99e7eecc88bb7c58e32fa1 (diff) |
tht uses ifmedia and firmload
-rw-r--r-- | sys/dev/pci/files.pci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 74692d1d308..c2e91bf6117 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.230 2007/04/16 16:21:11 reyk Exp $ +# $OpenBSD: files.pci,v 1.231 2007/04/20 02:28:47 dlg 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. @@ -350,7 +350,7 @@ file dev/pci/if_nx.c nxb | nx # Tehuti Networks 10Gb Ethernet device thtc {} attach thtc at pci -device tht: ether, ifnet +device tht: ether, ifnet, ifmedia, firmload attach tht at thtc file dev/pci/if_tht.c thtc | tht |