John Baldwin
8b149b5131
Consistently use the BSD u_int and u_short instead of the SYSV uint and
...
ushort. In most of these files, there was a mixture of both styles and
this change just makes them self-consistent.
Requested by: bde (kern_ktrace.c)
2003-08-07 15:04:27 +00:00
Hartmut Brandt
3593b92478
When configuring the interface down and up again try to re-open all
...
connections that have been open (and were not closing) when
the interface was stopped. This makes the behaviour of fatm(4) more like
the behaviour of en(4).
2003-08-07 10:40:24 +00:00
Hartmut Brandt
539f18e4a4
Rearrange the vcc structure so that the generic getvcc function
...
can be used and add per-VC statistics.
2003-07-30 14:20:00 +00:00
Hartmut Brandt
fb24f088ae
This is a driver for Fore PCA200E cards that uses busdma and works on
...
little endian and big endian and with 32 and 64 bit pointers. It already
has the hooks to be used for HARP, NATM and ngATM.
2003-06-23 14:46:12 +00:00