Date: Sun, 8 May 2005 23:07:51 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200505082307.j48N7pXs007226@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505082307.j48N7pXs007226>
