summaryrefslogtreecommitdiffstats
path: root/sys/net/if_fwsubr.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert previous revision, 1.7, as removal of GIANT_REQUIRED was maderwatson2004-08-241-0/+2
| | | | in the wrong branch (and hence to the wrong function).
* MT4 if_fwsubr.c:1.6:rwatson2004-08-241-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 startrwatson2004-08-221-2/+0
| | | | routine.
* Add two missing includes and remove two uneeded.pjd2004-06-271-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 onmlaier2004-06-151-2/+4
| | | | the respective drivers.
* Add MAC framework bits to the output path.dfr2004-06-131-0/+6
|
* Remove advertising clause.dfr2004-06-131-4/+0
|
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-131-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.
OpenPOWER on IntegriCloud