reposted to fix tag John Waters wrote: > Hi All, > > Any one got experience on RTL8019AS? I want to know under what > conditions an interrupt will be generated by the RTL8019AS - as long > as there is incoming packets, or only when it receives a packet > carrying its MAC address. I haven't worked with that specific chipset, but I have tinkered with an (ne2000 compatible) SMC 91C96. I suspect that your chip will act much the same. By default, packets are not "received" into the on-board RAM buffer area, unless the MAC address matches. Consequently, it will not generate any interrupts if the MAC doesn't match. This behavior is overriden by turning on promiscuous mode. Then all packets heard by the card will be copied to RAM (as long as the CRC is correct anyway, unless of course you override the CRC setting). michael brown -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.