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
/
dp8390.c
Age
Commit message (
Expand
)
Author
2002-10-09
Remove trailing '\n's from panic messages.
Kenneth R Westerback
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-12
don't need to call IFQ_SET_READY() twice; this driver was already
Federico G. Schwindt
2002-03-12
sync with KAME
Kenjiro Cho
2002-01-08
SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net>
Federico G. Schwindt
2001-09-20
occured->occurred
Mike Pechkin
2001-08-18
Make use of ax88190_stop_card and dl10019_stop_card.
Aaron Campbell
2001-07-09
Move IFQ_SET_READY macro to attach time.
Federico G. Schwindt
2001-07-08
Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN
Federico G. Schwindt
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-23
ether_input_mbuf().
Federico G. Schwindt
2001-06-23
Remove repeated ethernet constants; use if_ether.h for it instead.
Federico G. Schwindt
2001-03-29
Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC and
Aaron Campbell
2001-03-25
don't count the input packets twice.
Federico G. Schwindt
2001-03-12
Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.
Aaron Campbell
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2000-05-29
preparing for AX88190 support; from NetBSD.
Federico G. Schwindt
2000-04-19
Remove NetBSD ifdefs.
Federico G. Schwindt
2000-04-19
* use different numbers of transmit buffers depending on the memory
Federico G. Schwindt
1999-08-13
well of course it is Ethernet...
Theo de Raadt
1999-08-08
These all are backends for interfaces that can be attached late, whence
Niklas Hallqvist
1999-03-02
Ignore TX interrupts when there are not packets buffered.
Federico G. Schwindt
1999-02-28
compensate for the test of packet ownership being moved to ether_input()
Jason Wright
1998-09-22
New DS8390/WD83C690 device driver used by ec, ne and we from NetBSD.
Federico G. Schwindt