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_pcn.c
Age
Commit message (
Expand
)
Author
2006-11-09
remove another useless header and move the 12 register definitions to
Reyk Floeter
2006-06-14
reset the chip in pcn_shutdown().
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-04-21
repair intr establish error printf
Michael Shalayeff
2006-04-20
Fix various printf() issues: too many arguments, not enough arguments, argument
Miod Vallat
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-19
recognize the 976 and 978
Brad Smith
2006-03-12
Make use of pci_matchbyid().
Brad Smith
2006-03-12
with pcn(4) now in place remove or replace the references to PCI le(4)
Martin Reindl
2006-02-22
IBM makes a pcn card that shows up as:
Brad Smith
2006-02-03
jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flag
Brad Smith
2005-12-16
fix error printf's.
Brad Smith
2005-11-03
- fix error message printed when pci_mapreg_map() fails.
Brad Smith
2005-08-01
Remove spurious space.
Mark Kettenis
2005-07-28
New driver for the AMD PCnet-PCI family of Ethernet chips. This
Brad Smith