haiku/src/libs/compat
Axel Dörfler 31154c5cc6 * Fixed the KASSERT() macro - it panicked without reason.
* Fixed device_set_driver(): it needs to clear the allocated buffer (it's
  allocated with M_ZERO in FreeBSD).
* The first mbuf buffer needs to have the M_PKTHDR flag set.
* With these changes, the 3com driver now fails where it should have failed
  before, that is in the missing interrupt handling.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22769 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-30 12:01:21 +00:00
..
freebsd_network * Fixed the KASSERT() macro - it panicked without reason. 2007-10-30 12:01:21 +00:00
Jamfile initial work towards a FreeBSD network driver source level compatibility layer. 2007-05-02 23:10:18 +00:00