Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 1996 22:01:05 -0800 (PST)
From:      "Rodney W. Grimes" <rgrimes>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/pci README.de dc21040.h if_de.c
Message-ID:  <199612010601.WAA02784@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

rgrimes     96/11/30 22:01:05

  Modified:    sys/pci   README.de dc21040.h if_de.c
  Log:
  Cosmetic code cleanup from Matt's latest driver.
  
  a)  Removal of private typedefs tulip_uint*_t, use standard u_int_*_t.
  
  b)  Change [Dd][Cc]21.4. to just 21.4., seems Dec has done this to all
      of the drivers for all OS's.  (Did they get in trouble with someone?)
      [The few that remain can either not be eliminated, or are waiting for
      additional driver functional changes that will remove them.]
  
  c)  Move some code from dc21040.h into the driver, later a whole block of that
      code and more will move to devar.h, but for now this makes it easier
      to study diffs.
  
  d)  Add a big bold comment to the README.de file about it not reflecting
      reality anymore.
  
  Note that these are all cosmetic changes and should be no functional
  change in the driver whatsoever.  If _anyone_ spots a problem introduced
  by this please let me know ASAP!
  
  Revision  Changes    Path
  1.5       +11 -8     src/sys/pci/README.de
  1.9       +61 -101   src/sys/pci/dc21040.h
  1.56      +313 -279  src/sys/pci/if_de.c



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