From owner-freebsd-current@FreeBSD.ORG Tue Dec 24 03:43:17 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F31EEBC for ; Tue, 24 Dec 2013 03:43:17 +0000 (UTC) Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4764E1858 for ; Tue, 24 Dec 2013 03:43:17 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id up15so6034067pbc.10 for ; Mon, 23 Dec 2013 19:43:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=O3Zb1FaYbmOraSajWEept+7PJGolefNLAJZg7z4287s=; b=TTpIQ911YZVWCVVpvNIvSDbe2D96Pw2+4CMP7+mZhWWeJHOO4dujMnI87wIPztU2QM NUxphGqkrJr1csRwNu/e1HkslQvqhdHwFH5fXC5WsTxHLJo2vZvbxBfLDJnYvjzZ5mfc qb4XCl6VnuEZgUTptLfCruqk+NnlfqnIrHeKOZjumxzwFOHr1WMU0ENOrJhR0K9Olsfu v2+rn5liizmX+HtB0VthCE12hlOYxBg9UjwNVMto5MiHJzoCnn457VEkxvktZOYCJRcM DsoHhgwqY9pRauR/kTQiIDsu7SjCFEkKZUXya8+99cBrOS0IQpSreP0uJB3cazY4/ncP o8aQ== X-Gm-Message-State: ALoCoQlY0UOFrm6+LReJZuasH7NHYcEUAZqtB8oLlgzvdv6I88iTLO8+I4gU81nRNfFedQdMTA6T MIME-Version: 1.0 X-Received: by 10.68.130.130 with SMTP id oe2mr29676690pbb.135.1387856241169; Mon, 23 Dec 2013 19:37:21 -0800 (PST) Received: by 10.70.90.235 with HTTP; Mon, 23 Dec 2013 19:37:21 -0800 (PST) Date: Mon, 23 Dec 2013 19:37:21 -0800 Message-ID: Subject: device vtnet -> device virtio_net? From: Jos Backus To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 03:43:17 -0000 Hi, GENERIC has # VirtIO support device virtio # Generic VirtIO bus (required) device virtio_pci # VirtIO PCI device device vtnet # VirtIO Ethernet device device virtio_blk # VirtIO Block device device virtio_scsi # VirtIO SCSI device device virtio_balloon # VirtIO Memory Balloon device Maybe it's just my OCD kicking in, but why is vtnet not named virtio_net? That would be consistent with the other virtio device names. Cheers, Jos -- Jos Backus jos at catnook.com