summaryrefslogtreecommitdiffstats
path: root/sys/net/fddi.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-211-1/+1
| | | | | | | allows the code to compile cleanly on amd64 with clang. Reviewed by: rwatson Approved by: ed (mentor)
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-1/+1
| | | | | | | | copy of Ethernet address. - Change iso88025_ifattach() and fddi_ifattach() to accept MAC address as an argument, similar to ether_ifattach(), to make this work.
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* network interface and link layer changes:sam2002-11-151-1/+0
| | | | | | | | | | | | o on input don't strip the Ethernet header from packets o input packet handling is now done with if_input o track changes to ether_ifattach/ether_ifdetach API o track changes to bpf tapping o call ether_ioctl for default handling of ioctl's o use constants from net/ethernet.h where possible Reviewed by: many Approved by: re
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.mdodd2002-03-291-3/+1
| | | | | Among other things this gets us ifmedia support. - Update fddi_ifattach() to take an additional argument.
* - Define fddibroadcastaddr in if_fddisubr.c.mdodd2002-03-291-5/+9
| | | | - Add fddi_ifdetach() and fddi_ioctl().
* Sync defines with NetBSD.mdodd2002-03-291-13/+30
| | | | Define FDDI_ADDR_LEN and use it.
* Remove __P.alfred2002-03-191-4/+4
|
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upjoerg1997-01-171-2/+6
| | | | | | | | | | | | | to -current. Thanks goes to Ulrike Nitzsche <ulrike@ifw-dresden.de> for giving me a chance to test this. Only the PCI driver is tested though. One final patch will follow in a separate commit. This is so that everything up to here can be dragged into 2.2, if we decide so. Reviewed by: joerg Submitted by: Matt Thomas <matt@3am-software.com>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* The last part of the ether_sprint -> %6D change.phk1996-01-261-2/+1
| | | | | Sorry for the delay. (%D is for hexdumping.)
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.dg1995-03-141-0/+84
Submitted by: Matt Thomas
OpenPOWER on IntegriCloud