<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>07263b02 - pccard: Remove if_ndis(4) PC Card attachment</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/if_ndis/Makefile#07263b02</link>
        <description>pccard: Remove if_ndis(4) PC Card attachmentPC Card support is being removed, so remove its attachment here. ndisis slated to be removed entirely for 13, but that&apos;s not been done yet.Relnotes: Yes

            List of files:
            /freebsd-13.1/sys/modules/if_ndis/Makefile</description>
        <pubDate>Thu, 07 Jan 2021 22:32:53 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/if_ndis/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/sys/modules/if_ndis/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6affafd0 - o port NDIS USB support from USB1 to the new usb(USB2).</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/if_ndis/Makefile#6affafd0</link>
        <description>o port NDIS USB support from USB1 to the new usb(USB2).o implement URB_FUNCTION_ABORT_PIPE handling.o remove unused code related with canceling the timer list for USB  drivers.o whitespace cleanup and style(9)Obtained from:	hps&apos;s original patch

            List of files:
            /freebsd-13.1/sys/modules/if_ndis/Makefile</description>
        <pubDate>Sat, 07 Mar 2009 07:26:22 +0000</pubDate>
        <dc:creator>Weongyo Jeong &lt;weongyo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6de9e91 - Remove bridge(4) from the tree.  if_bridge(4) is a full functional</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/if_ndis/Makefile#b6de9e91</link>
        <description>Remove bridge(4) from the tree.  if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on:	-archReviewed by:	thompsaX-MFC-after:	never (RELENG_6 as transition period)

            List of files:
            /freebsd-13.1/sys/modules/if_ndis/Makefile</description>
        <pubDate>Tue, 27 Sep 2005 18:10:43 +0000</pubDate>
        <dc:creator>Max Laier &lt;mlaier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>96b50ea3 - Throw the switch on the new driver generation/loading mechanism. From</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/if_ndis/Makefile#96b50ea3</link>
        <description>Throw the switch on the new driver generation/loading mechanism. Fromhere on in, if_ndis.ko will be pre-built as a module, and can be builtinto a static kernel (though it&apos;s not part of GENERIC). Drivers arecreated using the new ndisgen(8) script, which uses ndiscvt(8) underthe covers, along with a few other tools. The result is a driver modulethat can be kldloaded into the kernel.A driver with foo.inf and foo.sys files will be converted intofoo_sys.ko (and foo_sys.o, for those who want/need to make statickernels). This module contains all of the necessary info from the.INF file and the driver binary image, converted into an ELF module.You can kldload this module (or add it to /boot/loader.conf) to haveit loaded automatically. Any required firmware files can be bundledinto the module as well (or converted/loaded separately).Also, add a workaround for a problem in NdisMSleep(). During systembootstrap (cold == 1), msleep() always returns 0 without actuallysleeping. The Intel 2200BG driver uses NdisMSleep() to wait forthe NIC&apos;s firmware to come to life, and fails to load if NdisMSleep()doesn&apos;t actually delay. As a workaround, if msleep() (and hencendis_thsuspend()) returns 0, use a hard DELAY() to sleep instead).This is not really the right thing to do, but we can&apos;t really do muchelse. At the very least, this makes the Intel driver happy.There are probably other drivers that fail in this way during bootstrap.Unfortunately, the only workaround for those is to avoid pre-loadingthem and kldload them once the system is running instead.

            List of files:
            /freebsd-13.1/sys/modules/if_ndis/Makefile</description>
        <pubDate>Sun, 24 Apr 2005 20:21:22 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dba6dd17 - Move to generating pccarddevs.h on the fly, both for the kernel and</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/if_ndis/Makefile#dba6dd17</link>
        <description>Move to generating pccarddevs.h on the fly, both for the kernel andthe modules.Also generate usbdevs.h automatically now, but a non-kernel file isstopping that at the moment.

            List of files:
            /freebsd-13.1/sys/modules/if_ndis/Makefile</description>
        <pubDate>Wed, 26 May 2004 00:53:10 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d329ad60 - Add preliminary support for PCMCIA devices in addition to PCI/cardbus.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/if_ndis/Makefile#d329ad60</link>
        <description>Add preliminary support for PCMCIA devices in addition to PCI/cardbus.if_ndis.c has been split into if_ndis_pci.c and if_ndis_pccard.c.The ndiscvt(8) utility should be able to parse device info for PCMCIAdevices now. The ndis_alloc_amem() has moved from kern_ndis.c toif_ndis_pccard.c so that kern_ndis.c no longer depends on pccard.NOTE: this stuff is not guaranteed to work 100% correctly yet. Sofar I have been able to load/init my PCMCIA Cisco Aironet 340 card,but it crashes in the interrupt handler. The existing support forPCI/cardbus devices should still work as before.

            List of files:
            /freebsd-13.1/sys/modules/if_ndis/Makefile</description>
        <pubDate>Sun, 07 Mar 2004 02:49:06 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87feaafc - Grrr. Put the right .PATH statements in the right Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/if_ndis/Makefile#87feaafc</link>
        <description>Grrr. Put the right .PATH statements in the right Makefiles.

            List of files:
            /freebsd-13.1/sys/modules/if_ndis/Makefile</description>
        <pubDate>Thu, 11 Dec 2003 23:22:44 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c854fc10 - Commit the first cut of Project Evil, also known as the NDISulator.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/if_ndis/Makefile#c854fc10</link>
        <description>Commit the first cut of Project Evil, also known as the NDISulator.Yes, it&apos;s what you think it is. Yes, you should run away now.This is a special compatibility module for allowing Windows NDISminiport network drivers to be used with FreeBSD/x86. This provides_binary_ NDIS compatibility (not source): you can run NDIS drivercode, but you can&apos;t build it. There are three main parts:sys/compat/ndis: the NDIS compat API, which provides binarycompatibility functions for many routines in NDIS.SYS, HAL.dlland ntoskrnl.exe in Windows (these are the three modules thatmost NDIS miniport drivers use). The compat module also containsa small PE relocator/dynalinker which relocates the Windows .SYSimage and then patches in our native routines.sys/dev/if_ndis: the if_ndis driver wrapper. This module makesuse of the ndis compat API and can be compiled with a speciallyprepared binary image file (ndis_driver_data.h) containing theWindows .SYS image and registry key information parsed out of theaccompanying .INF file. Once if_ndis.ko is built, it can be loadedand unloaded just like a native FreeBSD kenrel module.usr.sbin/ndiscvt: a special utility that converts foo.sys and foo.infinto an ndis_driver_data.h file that can be compiled into if_ndis.o.Contains an .inf file parser graciously provided by Matt Dodd (andmercilessly hacked upon by me) that strips out device ID info andregistry key info from a .INF file and packages it up with a binaryimage array. The ndiscvt(8) utility also does some manipulation ofthe segments within the .sys file to make life easier for the kernelloader. (Doing the manipulation here saves the kernel code from havingto move things around later, which would waste memory.)ndiscvt is only built for the i386 arch. Only files.i386 has beenupdated, and none of this is turned on in GENERIC. It should probablywork on pc98. I have no idea about amd64 or ia64 at this point.This is still a work in progress. I estimate it&apos;s about %85 done, butI want it under CVS control so I can track subsequent changes. It hasbeen tested with exactly three drivers: the LinkSys LNE100TX v4 driver(Lne100v4.sys), the sample Intel 82559 driver from the Windows DDK(e100bex.sys) and the Broadcom BCM43xx wireless driver (bcmwl5.sys). Itstill needs to have a net80211 stuff added to it. To use it, you woulddo something like this:# cd /sys/modules/ndis# make; make load# cd /sys/modules/if_ndis# ndiscvt -i /path/to/foo.inf -s /path/to/foo.sys -o ndis_driver_data.h# make; make load# sysctl -a | grep ndisAll registry keys are mapped to sysctl nodes. Sometimes drivers referto registry keys that aren&apos;t mentioned in foo.inf. If this happens,the NDIS API module creates sysctl nodes for these keys on the fly soyou can tweak them.An example usage of the Broadcom wireless driver would be:# sysctl hw.ndis0.EnableAutoConnect=1# sysctl hw.ndis0.SSID=&quot;MY_SSID&quot;# sysctl hw.ndis0.NetworkType=0 (0 for bss, 1 for adhoc)# ifconfig ndis0 &lt;my ipaddr&gt; netmask 0xffffff00 upThings to be done:- get rid of debug messages- add in ndis80211 support- defer transmissions until after a status update with  NDIS_STATUS_CONNECTED occurs- Create smarter lookaside list support- Split off if_ndis_pci.c and if_ndis_pccard.c attachments- Make sure PCMCIA support works- Fix ndiscvt to properly parse PCMCIA device IDs from INF files- write ndisapi.9 man page

            List of files:
            /freebsd-13.1/sys/modules/if_ndis/Makefile</description>
        <pubDate>Thu, 11 Dec 2003 22:34:37 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
