Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 1997 23:28:05 -0700 (PDT)
From:      Michael Smith <msmith@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
Message-ID:  <199706020628.XAA07645@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706020628.XAA07645>