]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/man/man4/idt.4
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / man / man4 / idt.4
1 .\" $FreeBSD$
2 .\"
3 .Dd June 3, 2003
4 .Dt IDT 4
5 .Os
6 .Sh NAME
7 .Nm idt
8 .Nd device driver for IDT NICStAR-based ATM interfaces
9 .Sh SYNOPSIS
10 .Cd "device idt"
11 .Cd "device atm"
12 .Sh DESCRIPTION
13 The
14 .Nm
15 device driver supports ATM network interfaces based on the
16 IDT NICStAR 77211 controller, including the FORE Systems
17 ForeRunner LE25 and LE155.
18 For configuring the card for IP see
19 .Xr natmip 4 .
20 .Pp
21 ATM CBR connections are supported, and bandwidth is allocated in
22 slots of 64k each.
23 Three VBR queues handle traffic for VBR and UBR.
24 Two UBR queues prioritize UBR traffic.
25 ILMI and signalling get the higher priority queue, as well as UBR traffic
26 that specifies a peak cell rate.
27 All other UBR traffic goes into the lower queue.
28 .Pp
29 The following sysctls are recognized by the driver:
30 .Bl -tag -width indent
31 .It Va hw.idt.log_bufstat
32 Print statistics about buffer use to the system log periodically.
33 .It Va hw.idt.log_vcs
34 Print information about VC opens, closes, and other events to the system log.
35 .It Va hw.idt.bufs_large
36 Set or print the maximum size of the 2KB buffer queue.
37 .It Va hw.idt.bufs_small
38 Set or print the maximum size of the mbuf queue.
39 .It Va hw.idt.cur_large
40 Print the current size of the 2KB buffer queue.
41 .It Va hw.idt.cur_small
42 Print the current size of the mbuf queue.
43 .It Va hw.idt.qptr_hold
44 Optimize the TX queue buffer for lowest overhead.
45 .El
46 .Sh SEE ALSO
47 .Xr natm 4 ,
48 .Xr natmip 4 ,
49 .Xr ifconfig 8 ,
50 .Xr route 8
51 .Sh AUTHORS
52 .An -nosplit
53 .An Richard Hodges ,
54 based on the original driver for
55 .Fx 2.2
56 by
57 .An Mark Tinguely .
58 .An Bruce M. Simpson
59 wrote this manual page and backported the driver to
60 .Fx 4.9 .