From owner-cvs-sys Sun Jun 1 23:30:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA00624 for cvs-sys-outgoing; Sun, 1 Jun 1997 23:30:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA00454; Sun, 1 Jun 1997 23:28:40 -0700 (PDT) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA07645; Sun, 1 Jun 1997 23:28:05 -0700 (PDT) Date: Sun, 1 Jun 1997 23:28:05 -0700 (PDT) Message-Id: <199706020628.XAA07645@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux.h linux_ioctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1997/06/01 23:28:05 PDT Modified files: sys/i386/linux linux.h linux_ioctl.c Log: Add support for the SIOCGIFHWADDR ioctl, commonly used by license managers to obtain the host's ethernet address as a key. Note that this implementation takes the first hardware address for the first ethernet interface found, and disregards the interface name that may be passed in, as linux ethernet devices are all "ethX". Revision Changes Path 1.15 +71 -1 src/sys/i386/linux/linux.h 1.17 +44 -1 src/sys/i386/linux/linux_ioctl.c