freebsd-src/usr.sbin/ndiscvt
Bill Paul 6169e4d097 Fix support for Windows drivers that support both PCI and PCMCIA devices at
the same time.

Fix if_ndis_pccard.c so that it sets sc->ndis_dobj and sc->ndis_regvals.

Correct IMPORT_SFUNC() macros for the READ_PORT_BUFFER_xxx() routines,
which take 3 arguments, not 2.

This fixes it so that the Windows driver for my Cisco Aironet 340 PCMCIA
card works again. (Yes, I know the an(4) driver supports this card natively,
but it's the only PCMCIA device I have with a Windows XP driver.)
2005-05-08 23:07:51 +00:00
..
inf-parse.y Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add 2004-01-02 04:31:06 +00:00
inf-token.l - Handle doubled double quotes: 2004-01-11 21:10:35 +00:00
inf.c Re-staticize a few functions I un-staticized for debugging purposes 2005-02-16 18:37:14 +00:00
inf.h
Makefile Throw the switch on the new driver generation/loading mechanism. From 2005-04-24 20:21:22 +00:00
ndiscvt.8 Scheduled mdoc(7) sweep. 2005-01-11 11:47:22 +00:00
ndiscvt.c Fix a small bug in firmcvt: outfile must be strdup()ed. 2005-02-19 07:37:01 +00:00
ndisgen.8 Throw the switch on the new driver generation/loading mechanism. From 2005-04-24 20:21:22 +00:00
ndisgen.sh Throw the switch on the new driver generation/loading mechanism. From 2005-04-24 20:21:22 +00:00
windrv_stub.c Fix support for Windows drivers that support both PCI and PCMCIA devices at 2005-05-08 23:07:51 +00:00