freebsd-dev/sys/dev/dc
Luigi Rizzo aec846d484 Per jlemon request, reintroduce some printf() when an
mbuf allocation fails, and fix (i hope) a couple of style bugs.

I believe these printf() are extremely dangerous because now they can
occur on every incoming packet and are not rate limited. They were
meant to warn the sysadmin about lack of resources, but now they
can become a nice way to panic your system under load.

Other drivers (e.g. the fxp driver) have nothing like this.

There is a pending discussion on putting this kind of warnings
elsewhere, and I hope we can fix this soon.
2001-11-29 23:47:47 +00:00
..
dcphy.c Cleanup pass for mii drivers. 2001-09-29 19:18:52 +00:00
if_dc.c Per jlemon request, reintroduce some printf() when an 2001-11-29 23:47:47 +00:00
if_dcreg.h Defs for three (unused so far) bits in PCI command/status register 2001-10-25 17:43:26 +00:00
pnphy.c Cleanup pass for mii drivers. 2001-09-29 19:18:52 +00:00