Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2010 21:08:59 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c
Message-ID:  <201011302109.oAUL9KOO013138@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-11-30 21:08:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  SVN rev 216085 on 2010-11-30 21:08:59Z by marius
  
  - Remove the remaining support for older (in this case pre-7.0-RELEASE)
    versions of FreeBSD. In fact we are already missing a lot of conditional
    code necessary to support older versions of FreeBSD, including alternatives
    for vital functionality not yet provided by the respective subsystem back
    then (see for example r199663). So this change shouldn't actually break
    this driver on versions of FreeBSD that were supported before. Besides,
    this driver also isn't maintained as an multi-release version outside of
    the main repository, so removing the conditional code shouldn't be a
    problem in that regard either.
  - Sprinkle some more const on tables.
  
  Revision  Changes    Path
  1.335     +19 -47    src/sys/dev/bge/if_bge.c



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