diff options
author | 2007-05-31 18:40:25 +0000 | |
---|---|---|
committer | 2007-05-31 18:40:25 +0000 | |
commit | 90812614dc3f98c77add8f476aa603e90c937617 (patch) | |
tree | a7faccbc896d4152ea94eac2b6ee4532a9227b48 | |
parent | erroneously EINVAL is always reported where the function (diff) | |
download | wireguard-openbsd-90812614dc3f98c77add8f476aa603e90c937617.tar.xz wireguard-openbsd-90812614dc3f98c77add8f476aa603e90c937617.zip |
add myx(4)
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 920c5573dbf..5652c5762ec 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.235 2007/05/26 17:39:53 claudio Exp $ +# $OpenBSD: files.pci,v 1.236 2007/05/31 18:40:25 reyk 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. @@ -365,6 +365,11 @@ device che: ether, ifnet, ifmedia, firmload attach che at cheg file dev/pci/if_che.c cheg | che +# Myricom Myri-10G Ethernet +device myx: ether, ifnet, ifmedia +attach myx at pci +file dev/pci/if_myx.c myx + # DEC/Intel 21143 and "tulip" clone ethernet attach dc at pci with dc_pci file dev/pci/if_dc_pci.c dc_pci |