Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   jakllsch
Date:           Tue Jul 27 21:02:00 UTC 2010

Modified Files:
        src/sys/dev/cardbus: if_re_cardbus.c
        src/sys/dev/ic: rtl8169.c rtl81x9.c rtl81x9var.h
        src/sys/dev/pci: if_re_pci.c if_rtk_pci.c

Log Message:
Make the Realtek PCI network interfaces detachable.
Use __arraycount to avoid null table entries.
Miscellaneous other touch-ups in bus front-ends.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/cardbus/if_re_cardbus.c
cvs rdiff -u -r1.131 -r1.132 src/sys/dev/ic/rtl8169.c
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/ic/rtl81x9.c
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/ic/rtl81x9var.h
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/if_re_pci.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/if_rtk_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index