Age | Commit message (Collapse) | Author |
|
understand it enough to fix.
|
|
this was done in -two- places is beyone me); spotted and tested by Nick.
|
|
based on netbsd.
|
|
|
|
idea from deraadt@ via NetBSD
millert@ ok
|
|
|
|
|
|
mode being moved to if_ether.c. This is the last of the drivers hopefully.
|
|
>From Mycroft: If we fail to allocate a cluster to hold a large packet,
>simply drop it rather than using a chain of tiny mbufs.
|
|
>- Remove unused `register' modifier on declarations
>- Reverse the sense of some tests to make the code more clear
>- Type casts per KNF
>- Move a static variable into the only function that uses it
> (perhaps we can eliminate it entirely, someday?)
Also, I went through these files and XXX'ed some things that should be and
fixed a few more formatting problems per KNF.
|
|
Several more changes to move us toward MI-ness:
- Use more consistent and portable types in the softc.
- Map registers using an array of bus_size_t offsets, and set up the
mapping in the attach code (thanks to Jason Thorpe for suggesting
this!).
- Disable the ae-specific watchdog, which is no longer necessary in
the general case.
Still remaining: split out functions used to copy data to/from the
card, and retain a way to have a local driver name with the MI code.
|
|
|
|
|
|
|
|
|
|
NS,IPX,X.25 special processing is now handled in there.
reflect this amazing addition in all the ether ifaces.
ppl, pls check the stuff.
|
|
|
|
was nicely optimizing the reads out for us. Kudos for this one go to
Steven R. Weiss <srw@hvcn.org>. (from netbsd)
|
|
Patch to at least recognise FOCUS EtherLAN. From Erik Bertelson
<erik@sockdev.uni-c.dk>
|
|
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
|
|
|