summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc/atkbd.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-01-22 22:34:53 +0000
committerluigi <luigi@FreeBSD.org>2001-01-22 22:34:53 +0000
commita7363a0fe895f3218781d5b61d6d2c8e8f5d0643 (patch)
tree1d0f063a755c3c97eff9c12dfd1bf0aa6bf3912f /sys/dev/atkbdc/atkbd.c
parent6c5381dc640f8e7e20e94e5c2857cc5fe7b17d30 (diff)
downloadFreeBSD-src-a7363a0fe895f3218781d5b61d6d2c8e8f5d0643.zip
FreeBSD-src-a7363a0fe895f3218781d5b61d6d2c8e8f5d0643.tar.gz
Assorted bugfixes:
+ configuration: make sure that the NUL at the end of the config string is properly detected and handled, and the stats passed up via sysctl properly reflect which interfaces do bridging. (The whole config support might make good use of some cleanup in the future). + fixed some bugs related to the corruption of multicast and broadcast packets: make sure that for those packets the entire IP + ethernet header is in the mbuf, not in a cluster, so that writes performed in that area by the upper layers do not affect us. + performance: when calling m_pullup, make room for the ethernet header as well, we are going to add it in right after. Also, change an m_dup back to m_copypacket. The former is not necessary anymore now, and it did not help, anyways. I will do a fast MFC because 95% of this patch is fixing bad bugs and i doubt anyone would test the fix in CURRENT. Plus the last two items mostly bring back some code which was already there in 4.0 times.
Diffstat (limited to 'sys/dev/atkbdc/atkbd.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud