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_de.c
Age
Commit message (
Expand
)
Author
2006-07-08
print the chipset revision too.
Brad Smith
2006-07-08
shorten dmesg entry from two lines to one.
Brad Smith
2006-07-08
tulip_pci_(probe/attach) -> tulip_(probe/attach)
Brad Smith
2006-07-08
remove splnet from attach routine.
Brad Smith
2006-06-01
de-static and formatting.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-09
fix non-ALTQ case.
Brad Smith
2006-05-06
restore ALTQ support which was lost with rev 1.87
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-11-07
add bus_dma support.
Brad Smith
2005-10-01
oops, the include was just doing fine there
Martin Reindl
2005-10-01
fix some comments and put if_devar.h include where it belongs
Martin Reindl
2005-09-25
shuffle some stuff around
Brad Smith
2005-09-25
remove TULIP_PCI_ATTACH_ARGS and TULIP_SHUTDOWN_ARGS
Brad Smith
2005-09-25
remove more indirection through typedef's and macros
Brad Smith
2005-09-25
- delint: zero sized array initalisation is a gccism
Brad Smith
2005-09-08
add missing TULIP_STS_LINKFAIL flag in tulip_21041_media_probe().
Brad Smith
2005-09-08
make de(4) use ether_input_mbuf()
Brad Smith
2005-09-07
do not try to restore the spl level two times in a row.
Brad Smith
2005-09-06
- fix up the ioctl handler and make it use ether_ioctl() too
Brad Smith
2005-09-06
another round of removing ifdef crud from this driver.
Brad Smith
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-16
remove __BROKEN_INDIRECT_CONFIG cruft
Brad Smith
2005-06-26
remove one more piece of the media detection from SRM code.
Brad Smith
2005-06-20
Remove media detection from the SRM on alpha. Initially a good idea, it
Martin Reindl
2005-06-08
remove netns crud.
Henning Brauer
2005-05-25
- identify Compex NICs (untested)
Martin Reindl
2005-05-25
in tulip_reset() remove a useless printf and check flags before resetting
Martin Reindl
2005-05-23
- remomve unneeded tulip_reset() and always include intr.h
Martin Reindl
2005-05-22
ALTQ cleanout
Martin Reindl
2005-04-23
make sure bus mastering is enabled
Martin Reindl
2005-04-16
remove lots of crud from this driver, makes it fit on the alpha media
Theo de Raadt
2005-03-29
pull over some minor fixes from NetBSD:
Martin Reindl
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-11-08
put more debug stuff inside #ifdef, to make the driver a wee bit smaller
Theo de Raadt
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-05-31
Replace tulip_crc32 with ether_crc32_le.
Ryan Thomas McBride
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2003-08-06
Remove some double semicolons (hmm, do two semis equal a maxi?).
Todd C. Miller
2003-04-06
strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.
Hakan Olsson
2002-06-30
The #@$% message about the #$%@ cable down is going to drive me @#%$ insane.
Artur Grabowski
2002-06-02
withough -> without
Theo de Raadt
2002-04-01
Don't have dc and de return the same match value in any case.
Nathan Binkert
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-21
Correct some pryntf() usage: get the correct number of arguments in the
Miod Vallat
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-12
absolutely no need to include vm_parm.h after vm.h
Michael Shalayeff
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
[next]