Date: Sun, 22 Jul 2001 14:31:44 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c Message-ID: <200107222131.f6MLVic16222@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/07/22 14:31:44 PDT Modified files: sys/dev/ed if_ed_pccard.c Log: Remove an old hack that remembered if the card type was Linksys by storing a flag in the global variable 'linksys' during the probe routine and reading it during the attach routine. We now have the ED_VENDOR_LINKSYS vendor code stored in sc->vendor, so check that instead. Revision Changes Path 1.31 +4 -8 src/sys/dev/ed/if_ed_pccard.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?200107222131.f6MLVic16222>