Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2001 09:44:23 -0800 (PST)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/lnc if_lnc_isa.c if_lnc_pci.c
Message-ID:  <200103181744.f2IHiNm80288@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/03/18 09:44:23 PST

  Modified files:
    sys/dev/lnc          if_lnc_isa.c if_lnc_pci.c 
  Log:
  Use a module name of 'if_lnc' in both the PCI and ISA sections of
  the driver. Doing this breaks the ability to unload the unneeded
  parts of the driver (e.g unload the PCI section when using an ISA
  card), but currently ifconfig(8) expects an interface `XXX' to have
  a driver name of `if_XXX'.
  
  PR:		kern/25582
  Submitted by:	Alexander N. Kabaev <kabaev@mail.ru>, imp (apparently
  		Warner suggested a similar fix some time ago).
  Reviewed by:	paul (who would prefer to see ifconfig changed instead)
  
  Revision  Changes    Path
  1.11      +2 -2      src/sys/dev/lnc/if_lnc_isa.c
  1.24      +2 -2      src/sys/dev/lnc/if_lnc_pci.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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