Changeset 272 for freebsd-mos-driver/if_mos.c
- Timestamp:
- Feb 7, 2011, 6:50:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
freebsd-mos-driver/if_mos.c
r271 r272 89 89 */ 90 90 91 /* 92 * The FreeBSD if_mos.c driver is based on various different sources: 93 * The vendor provided driver at the following URL: 94 * http://www.moschip.com/data/products/MCS7830/Driver_FreeBSD_7830.tar.gz 95 * 96 * Mixed together with the OpenBSD if_mos.c driver for validation and checking 97 * and the FreeBSD if_reu.c as reference for the USB Ethernet framework. 98 */ 99 91 100 #include <sys/stdint.h> 92 101 #include <sys/stddef.h>
Note:
See TracChangeset
for help on using the changeset viewer.