summaryrefslogtreecommitdiffstats
path: root/sys/dev/my
Commit message (Collapse)AuthorAgeFilesLines
* network interface driver changes:sam2002-11-141-14/+6
| | | | | | | | | | | | | | o don't strip the Ethernet header from inbound packets; pass packets up the stack intact (required significant changes to some drivers) o reference common definitions in net/ethernet.h (e.g. ETHER_ALIGN) o track ether_ifattach/ether_ifdetach API changes o track bpf changes (use BPF_TAP and BPF_MTAP) o track vlan changes (ifnet capabilities, revised processing scheme, etc.) o use if_input to pass packets "up" o call ether_ioctl for default handling of ioctls Reviewed by: many Approved by: re
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
| | | | Verified by: md5
* Cast a pointer to a uintptr_t instead of a u_int.jhb2002-11-071-1/+1
|
* Add missing unlockjulian2002-05-301-1/+3
| | | | Submitted by: dirkx@covalent.net
* Add missing UNLOCKsjulian2002-05-021-1/+9
| | | | Submitted by: dirkx@covalent.net
* Need more includes.julian2002-04-301-0/+2
|
* Add the extra argument to mtx_init()julian2002-04-301-1/+2
|
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-9/+9
|
* diff reductionjulian2002-04-171-9/+0
|
* Slight diff-reduction to -stable.julian2002-04-171-5/+5
|
* Diff reduction to 4.x version.julian2002-04-161-44/+41
|
* Add the driver for "myson" ethernet cards.julian2002-04-042-0/+2467
This driver was written by Myson and is made available by their courtesy. The 5.x version is not fully tested (I will be testing) but the 4.x version has been tested by many. I will commit it soon. Myson have their own chip design based on the DEC 214xx family but with several differences. Myson sells this chip to several EOMs in teh Chinese area so there may be many noname brand cards that respond to this driver. Myson will be supplying a list of some of these.
OpenPOWER on IntegriCloud