cvs commit: src/sys/dev/netif/sis if_sis.c
Matthew Dillon
dillon at apollo.backplane.com
Wed Jul 7 09:06:55 PDT 2004
:joerg 2004/07/07 08:46:00 PDT
:
:DragonFly src repository
:
: Modified files:
: sys/dev/netif/sis if_sis.c
: Log:
: Add per-device polling support.
:
: Revision Changes Path
: 1.17 +10 -1 src/sys/dev/netif/sis/if_sis.c
:
:
:http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/sis/if_sis.c.diff?r1=1.16&r2=1.17&f=u
Joerg, this seems to be enabling polling by default (and possibly
on your other commits too):
+#ifdef DEVICE_POLLING
+ ifp->if_capabilities |= IFCAP_POLLING;
+#endif
+ ifp->if_capenable = ifp->if_capabilities;
I'm not sure we want to enable polling by default.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Commits
mailing list