DragonFly BSD
DragonFly commits List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/dev/netif/sis if_sis.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 7 Jul 2004 09:05:52 -0700 (PDT)

: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@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]