summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_pcn.c
AgeCommit message (Expand)Author
2006-11-09remove another useless header and move the 12 register definitions toReyk Floeter
2006-06-14reset the chip in pcn_shutdown().Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-04-21repair intr establish error printfMichael Shalayeff
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-19recognize the 976 and 978Brad Smith
2006-03-12Make use of pci_matchbyid().Brad Smith
2006-03-12with pcn(4) now in place remove or replace the references to PCI le(4)Martin Reindl
2006-02-22IBM makes a pcn card that shows up as:Brad Smith
2006-02-03jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flagBrad Smith
2005-12-16fix error printf's.Brad Smith
2005-11-03- fix error message printed when pci_mapreg_map() fails.Brad Smith
2005-08-01Remove spurious space.Mark Kettenis
2005-07-28New driver for the AMD PCnet-PCI family of Ethernet chips. ThisBrad Smith