Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First round of __P removal in sys | 2002-03-14 | 1 | -6/+6 | |
| | |||||
* | By popular demand, protect from multiple inclusion, and fix to use the | 2001-06-09 | 1 | -12/+5 | |
| | | | | same naming style. | ||||
* | Make ATM_LLC_SETTYPE do the rigth thing: swap byte on LE machines, don't | 1998-05-10 | 1 | -3/+3 | |
| | | | | | swap on BE machines. The previous revision required a ntohs() in atm_output(), to work on LE machines. This was broken for BE machines; bouyer | ||||
* | fix previous byte-order fix the correct way | 1996-11-09 | 1 | -2/+3 | |
| | | | | (from Zdenek Salvet <salvet@horn.ics.muni.cz>) | ||||
* | ported to FreeBSD 2.2-960612-SNAP. | 1996-07-03 | 1 | -1/+13 | |
| | |||||
* | change: | 1996-06-29 | 1 | -3/+3 | |
| | | | | - change asock to rxhand and adjust all for this [esp atm_input] | ||||
* | add hook for user to turn on/off raw mode | 1996-06-28 | 1 | -5/+6 | |
| | |||||
* | fix/improvement: | 1996-06-27 | 1 | -4/+6 | |
| | | | | | - add proto if atm_input - add native mode atm hooks to if_atmsubr.c (atm_input) | ||||
* | [1] add new rxso passing structure to if_atm.h | 1996-06-26 | 1 | -3/+9 | |
| | | | | [2] modify atm_output to handle native mode atm output mbufs | ||||
* | use correct copyright | 1996-06-21 | 1 | -3/+4 | |
| | |||||
* | network support for ATM networks (ATM == Async Transfer Mode, not | 1996-06-21 | 1 | -0/+88 | |
Automatic Teller Machine). Currently supports PVCs only (no ATM ARP either). |