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
/
arch
/
sparc
/
dev
/
hme.c
Age
Commit message (
Expand
)
Author
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2001-01-30
- make hme_put() a little neater
Jason Wright
2001-01-30
borrow an idea from if_rl... take advantage of HME_RX_OFFSET and use
Jason Wright
2001-01-23
three small bugs pointed out by Adam <vt@ikp.pl>
Jason Wright
2000-11-28
How did this work?
Jason Wright
2000-11-28
Repair: grrrrrr... brought in wrong changes -again-
Jason Wright
2000-11-28
oops, not yet
Jason Wright
2000-11-28
remove statics and knf
Jason Wright
2000-06-18
don't reset the chip on NORXD, and certainly don't print a message about it
Jason Wright
2000-06-18
hmm, you'd never know these started out as if_ie.c....
Jason Wright
1999-12-10
fix rx mbuf allocation
Jason Wright
1999-08-20
uninitialized variable; art@
Jason Wright
1999-04-18
KNF & typo in printf
Jason Wright
1999-02-23
better promisc and allmulti handling
Jason Wright
1999-02-06
match qfe's as hme's
Jason Wright
1999-01-31
Typo in comment
Jason Wright
1999-01-07
Take advantage of kernel printf %b
Jason Wright
1998-12-14
Do clamping of dvma burst size like everything else
Jason Wright
1998-11-11
Detect cards that require dma that are in non-dma slots and don't allow
Jason Wright
1998-10-02
Fixed multicast filter setup.
Jason Wright
1998-09-24
o If using the serial phy interface and an bad phy addr is requested, make
Jason Wright
1998-09-16
missed flags from mii layer merge
Jason Wright
1998-09-10
default media type is auto if a phy is found, and none if not
Jason Wright
1998-09-10
Modified to use mii layer for hme
Jason Wright
1998-09-09
Better if_media support (actually works consistently now for non-autoneg)
Jason Wright
1998-09-08
o hme get ifmedia support
Jason Wright
1998-09-01
o Removed dependence on stp2002 (not sharable with qec+be)
Jason Wright
1998-07-17
Moved most of the DMA functions to a chipset driver so that
Jason Wright
1998-07-13
- Fix handling of 'local-mac-address' (use it if present, otherwise default
Jason Wright
1998-07-10
Add build support for hme
Jason Wright
1998-07-10
hme (Happy Meal) ethernet driver.
Jason Wright