Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-07 | amout -> amount; from Pedro Martelletto. | Federico G. Schwindt | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-03-29 | Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC and | Aaron Campbell | |
New Media LiveWire Fast Ethernet adapters now work after these changes, although the Netgear card still requires media to be set manually. | |||
2001-03-13 | The prescence of a DL10019 does not appear to imply a 24k buffer size. Always | Aaron Campbell | |
use an 8k buffer for NE1000 cards, 16k otherwise. This is likely sub-optimal, but at least it fixes the D-Link DE660 card, which hasn't worked since last August (and it seems like a fairly common model). fgsch@ ok. Thanks to Felix Kronlage who donated a test card and dongle for me to debug with. | |||
2001-03-12 | Adjust the way that media is initialized on DP8390-compatibles; from NetBSD. | Aaron Campbell | |
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok | |||
2000-05-30 | Changes from NetBSD: | Federico G. Schwindt | |
* support for ax88190 * set the memory size based on the ne2k type, changing the number of transmit buffers. * make ne2000_attach return some value so it can be used in pcmcia. * move code for dl10019 to the pcmcia part. | |||
1999-03-26 | Add support for some 100Mbit PCMCIA cards. | Federico G. Schwindt | |
Change the ne2000_detect parm list. | |||
1998-11-06 | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | Federico G. Schwindt | |
1998-10-14 | sync | Federico G. Schwindt | |
1998-10-05 | We really should use our bus.h API, all big-endian users were broken | Niklas Hallqvist | |
1998-10-05 | Remove unimportant printf. | Federico G. Schwindt | |
1998-10-04 | Use swap16 not bswap16 in OpenBSD | Niklas Hallqvist | |
1998-09-22 | Add the NE[12]00 core driver from NetBSD. | Federico G. Schwindt | |