Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2003 13:12:10 +0200
From:      Vincent Jardin <vjardin@wanadoo.fr>
To:        freebsd-atm@freebsd.org
Subject:   Update of the Prosum driver
Message-ID:  <200306141312.10789.vjardin@wanadoo.fr>

next in thread | raw e-mail | index | archive | help
I have merged the Proatm driver with my local copy.

It is available at:
http://vjardin.free.fr/harp/harp_20030613.tgz

* pci/proatm.[ch], pci/proatm_rtbl.h:
  - Merge with the release of Christian Bucari (1.0050) who has
  replaced all the u_char, u_long, int, ... with u_int8_t,
  u_int32_t, int32_t, ...
  The diff with the Prosum's release is:
    - Sanity check of M_PKTHDR.
    - Missing splx.
    - Fix a panic when there is a null-length buffer.
    - Support 2 PCI boards that share the same IRQ.

Vincent


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306141312.10789.vjardin>