Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ip_fw.h and ip_dummynet.h from includes. | glebius | 2005-01-15 | 1 | -2/+0 |
| | |||||
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
| | |||||
* | Revert previous revision, 1.7, as removal of GIANT_REQUIRED was made | rwatson | 2004-08-24 | 1 | -0/+2 |
| | | | | in the wrong branch (and hence to the wrong function). | ||||
* | MT4 if_fwsubr.c:1.6: | rwatson | 2004-08-24 | 1 | -2/+0 |
| | | | | | | | | date: 2004/08/22 14:48:55; author: rwatson; state: Exp; lines: +0 -2 Don't need to assert Giant in fw_output(), only in the firewire start routine. Approved by: re (scottl) | ||||
* | Don't need to assert Giant in fw_output(), only in the firewire start | rwatson | 2004-08-22 | 1 | -2/+0 |
| | | | | routine. | ||||
* | Add two missing includes and remove two uneeded. | pjd | 2004-06-27 | 1 | -0/+2 |
| | | | | | This is quite serious fix, because even with MAC framework compiled in, MAC entry points in those two files were simply ignored. | ||||
* | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on | mlaier | 2004-06-15 | 1 | -2/+4 |
| | | | | the respective drivers. | ||||
* | Add MAC framework bits to the output path. | dfr | 2004-06-13 | 1 | -0/+6 |
| | |||||
* | Remove advertising clause. | dfr | 2004-06-13 | 1 | -4/+0 |
| | |||||
* | Add a new driver to support IP over firewire. This driver is intended to | dfr | 2004-06-13 | 1 | -0/+799 |
conform to the rfc2734 and rfc3146 standard for IP over firewire and should eventually supercede the fwe driver. Right now the broadcast channel number is hardwired and we don't support MCAP for multicast channel allocation - more infrastructure is required in the firewire code itself to fix these problems. |