Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2011 19:08:25 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ipw if_ipw.c src/sys/dev/iwi if_iwi.c src/sys/dev/iwn if_iwn.c src/sys/dev/wpi if_wpi.c
Message-ID:  <201105311908.p4VJ8YBD044116@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bschmidt    2011-05-31 19:08:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ipw          if_ipw.c 
    sys/dev/iwi          if_iwi.c 
    sys/dev/iwn          if_iwn.c 
    sys/dev/wpi          if_wpi.c 
  Log:
  SVN rev 222543 on 2011-05-31 19:08:25Z by bschmidt
  
  Add module version to iwi/ipw/wpi and iwn.
  
  The version is used to check if a module is already preset, not setting
  it results in:
  
  can't re-use a leaf (ipw)!
  module_register: module pci/ipw already exists!
  Module pci/ipw failed to register: 17
  
  while trying to load the module due to an entry in loader.conf. With this
  commit we get the expected:
  
  module ipw already present!
  
  Reported by:    Dru Lavigne, bz
  Tested by:      bz
  MFC after:      1 week
  
  Revision  Changes    Path
  1.55      +2 -0      src/sys/dev/ipw/if_ipw.c
  1.79      +2 -0      src/sys/dev/iwi/if_iwi.c
  1.111     +2 -0      src/sys/dev/iwn/if_iwn.c
  1.45      +2 -0      src/sys/dev/wpi/if_wpi.c



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