glebius a384e41446 - Backout last change, since it is memory overkill for a non busy host or
for a notebook with em(4) adapter.
- Introduce tunables em.hw.txd and em.hw.rxd, which allow administrator
  to configure number of transmit and receive descriptors.
- Check em.hw.txd and em.hw.rxd against hardware limits [*] and require
  them to be multiple of 128.

[*] According to comments in if_em.h the 82540EM/82541ER chips can handle
    more than 256 descriptors. Since we don't have this hardware to test,
    we decided to mimic NetBSD wm(4) driver, that limits these chips to
    256 descriptors.

In collaboration with:	yongari
2005-11-17 10:13:18 +00:00
..
2005-11-06 15:13:42 +00:00
2005-11-13 13:26:37 +00:00
2005-09-27 16:57:44 +00:00
2005-05-10 12:02:18 +00:00
2005-10-19 00:25:39 +00:00
2005-09-11 18:39:03 +00:00
2005-10-11 07:30:06 +00:00
2005-10-23 09:05:51 +00:00
2005-07-29 00:20:50 +00:00
2005-09-27 09:11:44 +00:00
2005-11-12 19:14:21 +00:00
2005-05-19 21:16:50 +00:00
2005-04-08 05:22:58 +00:00
2005-10-29 03:48:24 +00:00
2005-11-08 15:42:12 +00:00
2005-11-09 03:37:52 +00:00
2005-11-07 13:10:45 +00:00
2005-09-22 05:56:32 +00:00
2005-11-15 04:19:27 +00:00
2005-09-21 22:45:14 +00:00