aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/my
Commit message (Collapse)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
| | | | | | | Approved by: trb Notes: svn path=/head/; revision=111119
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
| | | | | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT. Notes: svn path=/head/; revision=109623
* network interface driver changes:Sam Leffler2002-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 Notes: svn path=/head/; revision=106937
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-2/+2
| | | | | | | Verified by: md5 Notes: svn path=/head/; revision=106696
* Cast a pointer to a uintptr_t instead of a u_int.John Baldwin2002-11-071-1/+1
| | | | Notes: svn path=/head/; revision=106588
* Add missing unlockJulian Elischer2002-05-301-1/+3
| | | | | | | Submitted by: dirkx@covalent.net Notes: svn path=/head/; revision=97641
* Add missing UNLOCKsJulian Elischer2002-05-021-1/+9
| | | | | | | Submitted by: dirkx@covalent.net Notes: svn path=/head/; revision=95939
* Need more includes.Julian Elischer2002-04-301-0/+2
| | | | Notes: svn path=/head/; revision=95807
* Add the extra argument to mtx_init()Julian Elischer2002-04-301-1/+2
| | | | Notes: svn path=/head/; revision=95803
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-281-9/+9
| | | | Notes: svn path=/head/; revision=95673
* diff reductionJulian Elischer2002-04-171-9/+0
| | | | Notes: svn path=/head/; revision=94905
* Slight diff-reduction to -stable.Julian Elischer2002-04-171-5/+5
| | | | Notes: svn path=/head/; revision=94904
* Diff reduction to 4.x version.Julian Elischer2002-04-161-44/+41
| | | | Notes: svn path=/head/; revision=94863
* Add the driver for "myson" ethernet cards.Julian Elischer2002-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. Notes: svn path=/head/; revision=93746