diff options
author | peter <peter@FreeBSD.org> | 1995-12-07 09:13:48 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-12-07 09:13:48 +0000 |
commit | 53a232b78efd4ef6c84ff8047a3a43c3d8cf0a25 (patch) | |
tree | a770e07be3a77aa51fc72efd03b8a26a1d04fe9e /sbin/ping/ping.c | |
parent | c0273b2f6435eb28e855bdccf8752c6bce096291 (diff) | |
download | FreeBSD-src-53a232b78efd4ef6c84ff8047a3a43c3d8cf0a25.zip FreeBSD-src-53a232b78efd4ef6c84ff8047a3a43c3d8cf0a25.tar.gz |
Implement detection of whether or not bounce-buffering is required
for the particular card in use. At the moment, I've set it to any of
the bt445S VLB cards (not the bt445C which apparently work) and the
bt5xx series (isa cards). The 742 and PCI cards should not need it. :-)
It may be useful to have something like this:
#ifndef BOUNCE_BUFFERS
if (bounce_buffers_required && more_than_16MB_ram)
panic("this card requires bounce buffers for more than 16MB ram!")
#endif
Diffstat (limited to 'sbin/ping/ping.c')
0 files changed, 0 insertions, 0 deletions