index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
ne2000.c
Age
Commit message (
Expand
)
Author
2006-11-07
- The ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seem
Brad Smith
2006-10-20
use the ASIX AX88190 defines from ax88190reg.h and remove some
Brad Smith
2006-10-20
remove another chunk of unused NetBSD code.
Brad Smith
2006-10-20
remove some NetBSD code.
Brad Smith
2006-10-20
ansi
Brad Smith
2006-10-10
Add bus_space_barrier.
Brad Smith
2006-07-29
Do not redefine ALIGNED_POINTER, it comes from <machine/param.h>
Miod Vallat
2006-07-09
In ne2000_detect(), temporarily mark the dp8390 subpart as inactive, so that
Miod Vallat
2005-10-22
shorten ne(4) dmesg entries from 2-3 lines to 1.
Brad Smith
2004-01-07
amout -> amount; from Pedro Martelletto.
Federico G. Schwindt
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
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
2001-03-13
The prescence of a DL10019 does not appear to imply a 24k buffer size. Always
Aaron Campbell
2001-03-12
Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.
Aaron Campbell
2000-05-30
Changes from NetBSD:
Federico G. Schwindt
1999-03-26
Add support for some 100Mbit PCMCIA cards.
Federico G. Schwindt
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