summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ne2000.c
AgeCommit message (Expand)Author
2006-11-07- The ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seemBrad Smith
2006-10-20use the ASIX AX88190 defines from ax88190reg.h and remove someBrad Smith
2006-10-20remove another chunk of unused NetBSD code.Brad Smith
2006-10-20remove some NetBSD code.Brad Smith
2006-10-20ansiBrad Smith
2006-10-10Add bus_space_barrier.Brad Smith
2006-07-29Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>Miod Vallat
2006-07-09In ne2000_detect(), temporarily mark the dp8390 subpart as inactive, so thatMiod Vallat
2005-10-22shorten ne(4) dmesg entries from 2-3 lines to 1.Brad Smith
2004-01-07amout -> amount; from Pedro Martelletto.Federico G. Schwindt
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2002-03-14First round of __P removal in sysTodd C. Miller
2001-03-29Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC andAaron Campbell
2001-03-13The prescence of a DL10019 does not appear to imply a 24k buffer size. AlwaysAaron Campbell
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
2000-05-30Changes from NetBSD:Federico G. Schwindt
1999-03-26Add support for some 100Mbit PCMCIA cards.Federico G. Schwindt
1998-11-06Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.Federico G. Schwindt
1998-10-14syncFederico G. Schwindt
1998-10-05We really should use our bus.h API, all big-endian users were brokenNiklas Hallqvist
1998-10-05Remove unimportant printf.Federico G. Schwindt
1998-10-04Use swap16 not bswap16 in OpenBSDNiklas Hallqvist
1998-09-22Add the NE[12]00 core driver from NetBSD.Federico G. Schwindt