Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2005 15:59:47 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sn if_sn.c if_sn_isa.c if_sn_pccard.c if_snvar.h
Message-ID:  <200507061559.j66FxlKc019447@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-07-06 15:59:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sn           if_sn.c if_sn_isa.c if_sn_pccard.c 
                         if_snvar.h 
  Log:
  Add support for Farallon EtherMAC PC Card.
  Move ethernet MAC address setting into pccard attachment
  Fix panic from IFP2ENADDR() use prior to if_alloc
  Remove OLDCARD compat support.  This should work still on oldcard, however.
  sn_attach now requires that the resources be activated now, so adjust.
  
  Approved by: re (scottl)
  
  Revision  Changes    Path
  1.44      +15 -28    src/sys/dev/sn/if_sn.c
  1.14      +14 -5     src/sys/dev/sn/if_sn_isa.c
  1.29      +34 -30    src/sys/dev/sn/if_sn_pccard.c
  1.8       +1 -2      src/sys/dev/sn/if_snvar.h



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