Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 1998 12:25:18 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/pci if_tx.c
Message-ID:  <199802012025.MAA29700@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/02/01 12:25:17 PST

  Modified files:
    sys/pci              if_tx.c 
  Log:
  Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>.  <sys/sockio.h> is
  a BSD4.4Lite1 feature, not a FreeBSD feature.  <sys/ioctl.h> is a
  compatibility misfeature.
  
  Moved NPCI ifdef.  This file didn't compile if NPCI <= 0.  It shouldn't
  be configured in that case, but it is easy to support (mis)configuration
  of drivers without buses by generating null objects, and many drivers
  do it.
  
  Removed unused includes.
  
  Revision  Changes    Path
  1.3       +5 -20     src/sys/pci/if_tx.c



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