diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-09-11 13:35:16 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-09-11 13:35:16 +0000 |
commit | 121bf16df48d00dae7bb102ceab608a735aac61b (patch) | |
tree | 50940aae2486acd703cf84a820744de6400da26d /sys/dev/pci/files.pci | |
parent | ace20f11631f3fcbcb750e9acdc6324c539a1cb9 (diff) |
Remove the unfinished che(4) driver for Chelsio 10G cards. I lost interest
fixing this long ago.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 5410a10258d..1cef9349ab4 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.318 2015/06/19 11:12:24 jmatthew Exp $ +# $OpenBSD: files.pci,v 1.319 2015/09/11 13:35:15 claudio 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. @@ -381,13 +381,6 @@ device tht: ether, ifnet, ifmedia, firmload attach tht at thtc file dev/pci/if_tht.c thtc | tht -# Chelsio 10Gb Ethernet -device cheg {} -attach cheg at pci -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 |