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
/
hme.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-18
call ether_ioctl(), fix pr/2371; jason@ ok
Michael Shalayeff
2001-10-09
- keep a spare dmamap_t around for rx (use it to keep the old mbuf loaded
Jason Wright
2001-10-04
move stats update into ticker
Jason Wright
2001-10-04
Fix up tx logic: can't free zero length mbufs (may have to requeue, and it's
Jason Wright
2001-10-02
style
Jason Wright
2001-10-02
De uglify (a bit) and garbage collect a bunch of now unused functions.
Jason Wright
2001-10-02
Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into statically
Jason Wright
2001-09-23
solve mtu problem a little more elegantly (ramdisk works on blade100 and
Jason Wright
2001-09-20
undef HMEDEBUG by default, and maximum rx/tx size is
Jason Wright
2001-08-29
initialize ac_enaddr from sc_enaddr
Jason Wright
2001-08-23
decruftify: remove unnecessary/unused functions
Jason Wright
2001-08-23
need bpfilter.h
Jason Wright
2001-08-21
bus independent part of hme driver from netbsd
Jason Wright