cvs commit: src/sys/dev/netif/re if_re.c if_revar.h
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Tue Oct 7 05:50:04 PDT 2008
sephe 2008/10/07 05:49:05 PDT
DragonFly src repository
Modified files:
sys/dev/netif/re if_re.c if_revar.h
Log:
- According to Realtek's BSD driver v176, we could always write to MISSEDPKT
- Use pci_get_pciecap_ptr() to decide whether a given chip is PCI-E or not
- Rename re_flags to re_caps; we will need a real re_flags soon
Revision Changes Path
1.72 +46 -48 src/sys/dev/netif/re/if_re.c
1.16 +5 -6 src/sys/dev/netif/re/if_revar.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/re/if_re.c.diff?r1=1.71&r2=1.72&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/re/if_revar.h.diff?r1=1.15&r2=1.16&f=u
More information about the Commits
mailing list