cvs commit: src/sys/compat/ndis kern_windrv.c subr_hal.c
src/sys/dev/if_ndis if_ndis_pccard.c src/usr.sbin/ndiscvt
windrv_stub.c
Bill Paul
wpaul at FreeBSD.org
Sun May 8 16:07:51 PDT 2005
wpaul 2005-05-08 23:07:51 UTC
FreeBSD src repository
Modified files:
sys/compat/ndis kern_windrv.c subr_hal.c
sys/dev/if_ndis if_ndis_pccard.c
usr.sbin/ndiscvt windrv_stub.c
Log:
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.)
Revision Changes Path
1.9 +11 -0 src/sys/compat/ndis/kern_windrv.c
1.23 +3 -3 src/sys/compat/ndis/subr_hal.c
1.12 +2 -1 src/sys/dev/if_ndis/if_ndis_pccard.c
1.2 +15 -13 src/usr.sbin/ndiscvt/windrv_stub.c
More information about the cvs-src
mailing list