From owner-cvs-all@FreeBSD.ORG Sat Apr 5 15:46:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63D6237B401; Sat, 5 Apr 2003 15:46:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 014BB43F75; Sat, 5 Apr 2003 15:46:59 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h35Nkw0U037743; Sat, 5 Apr 2003 15:46:58 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h35Nkwoi037742; Sat, 5 Apr 2003 15:46:58 -0800 (PST) Message-Id: <200304052346.h35Nkwoi037742@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 5 Apr 2003 15:46:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxpreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 23:46:59 -0000 mux 2003/04/05 15:46:58 PST FreeBSD src repository Modified files: sys/dev/fxp if_fxpreg.h Log: - Use __FXP_BITFIELDX macros to make the configuration bitfield endian safe. - Change some u_int to u_int8_t which make more sense here since we're really defining bytes. That produces the same code due to how bitfields work. - Add the definition of the vlan_drop_en bit (not used yet). - Add some useful comments. Obtained from: NetBSD Revision Changes Path 1.31 +99 -81 src/sys/dev/fxp/if_fxpreg.h