Changeset 272


Ignore:
Timestamp:
Feb 7, 2011, 6:50:54 PM (14 years ago)
Author:
Rick van der Zwet
Message:

Random bits of documentation.

Location:
freebsd-mos-driver
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • freebsd-mos-driver/README

    r171 r272  
    1 HIGHLY EXPERIMENTAL, use with care. Active development
     1HIGHLY EXPERIMENTAL Alpha code, use with care. Active development.
     2
     3The FreeBSD if_mos.c driver is based on various different sources:
     4The vendor provided driver at the following URL:
     5http://www.moschip.com/data/products/MCS7830/Driver_FreeBSD_7830.tar.gz
     6
     7Mixed together with the OpenBSD if_mos.c driver for validation and checking
     8and the FreeBSD if_reu.c as reference for the USB Ethernet framework.
     9 
     10Bugs and/or feedback welcome!
     11/Rick van der Zwet <info@rickvanderzwet.nl>
     12
     13== COMPILE & RUN ==
     14 1. Make sure you got the FreeBSD source (RELENG_8) checked out in /usr/src
     15 2. make load
     16 3. Driver ready for use (device found is ue0)
  • freebsd-mos-driver/if_mos.c

    r271 r272  
    8989 */
    9090
     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
    91100#include <sys/stdint.h>
    92101#include <sys/stddef.h>
Note: See TracChangeset for help on using the changeset viewer.