From owner-cvs-all Sat Mar 17 21:41:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEA6937B719; Sat, 17 Mar 2001 21:41:08 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2I5f8o08455; Sat, 17 Mar 2001 21:41:08 -0800 (PST) (envelope-from mdodd) Message-Id: <200103180541.f2I5f8o08455@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sat, 17 Mar 2001 21:41:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net iso88025.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mdodd 2001/03/17 21:41:07 PST Modified files: sys/net iso88025.h Log: - Define payload length constants for 4Mbps and 16Mbps. - Use explicit sizes for header structure fields. - Use __attribute__ ((__packed__)) for header structures. - Define struct iso88025_rif; for future use. - Prototype upcoming iso88025_ifdetach() - Get rid of __P() constructs in prototypes. Revision Changes Path 1.5 +23 -13 src/sys/net/iso88025.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message