Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
order reversed, wrong modifiers. ok deraadt@ marco@ mickey@ | |||
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller | |
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@ | |||
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 | |
and complement pcn* at pci? where useful as request by brad@ ok brad@ | |||
2006-02-22 | IBM makes a pcn card that shows up as: | Brad Smith | |
Trident Microsystems 4DWAVE DX (ethernet network, revision 0x25) Unfortunately, this is an autri sound card. Special case the match routines for both drivers so if_pcn properly picks it up and autri does not. From NetBSD ok mickey@, tested by martin@ | |||
2006-02-03 | jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flag | Brad Smith | |
is set. | |||
2005-12-16 | fix error printf's. | Brad Smith | |
2005-11-03 | - fix error message printed when pci_mapreg_map() fails. | Brad Smith | |
- initialize error to 0 in pcn_ioctl(). | |||
2005-08-01 | Remove spurious space. | Mark Kettenis | |
ok brad@ | |||
2005-07-28 | New driver for the AMD PCnet-PCI family of Ethernet chips. This | Brad Smith | |
driver uses direct DMA to mbufs (like other PCI network drivers, and unlike the old "le at pci" driver), and also supports communication with the MII-connected PHYs on the 10/100 boards. From NetBSD |