cvs commit: src/sys/dev/atm/en midway.c src/sys/dev/netif/bge if_bge.c src/sys/dev/netif/lge if_lge.c src/sys/dev/netif/lnc if_lnc.c src/sys/dev/netif/nge if_nge.c src/sys/dev/netif/sk if_sk.c src/sys/dev/netif/ti if_ti.c src/sys/dev/netif/wb if_wb.c ...
Matthew Dillon
dillon at apollo.backplane.com
Tue May 31 09:14:51 PDT 2005
Nice work Joerg!
I was contemplating the field names... I'm wondering if it might be
better to go from ext_nfree.new -> ext_nfree instead of
ext_nfree.new -> ext_free, in order to ensure that drivers ported from
FreeBSD and other operating systems do not accidently try to use the old
interface without generating a compile time error.
-Matt
More information about the Commits
mailing list