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
/
pci
/
if_lge.c
Age
Commit message (
Expand
)
Author
2004-08-05
remove some separate per driver constants and use
Brad Smith
2004-06-05
- replace handrolled crc32 with ether_crc32_be()
Ryan Thomas McBride
2004-04-09
do not whine if we cannot get mbufs. the countless printfd makes the machine
Henning Brauer
2003-10-06
make lge(4) compile, from tedu@
David Krause
2003-08-06
Remove some double semicolons (hmm, do two semis equal a maxi?).
Todd C. Miller
2002-11-26
1000baseTX -> 1000baseT
Nathan Binkert
2002-07-10
shorten address printout
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-12
sync with KAME
Kenjiro Cho
2002-02-15
Don't cast nonexistent return value from splx to (void). ok art@
Thomas Nordin
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-05
compile fix; fgsch@ ok
Todd T. Fries
2001-11-05
Use ether_input_mbuf(). As a bonus, tcpdump should show the ethernet
Federico G. Schwindt
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-09-05
fix pci_intr_map so that it uses the new interface
Nathan Binkert
2001-09-04
Driver for the Level1 LXT1001 Gigabit Ethernet Chip.
Nathan Binkert