From owner-cvs-src@FreeBSD.ORG Fri Dec 23 21:54:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A5216A41F; Fri, 23 Dec 2005 21:54:57 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277E043D49; Fri, 23 Dec 2005 21:54:57 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBNLsuPN058280; Fri, 23 Dec 2005 21:54:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBNLsuCm058279; Fri, 23 Dec 2005 21:54:56 GMT (envelope-from imp) Message-Id: <200512232154.jBNLsuCm058279@repoman.freebsd.org> From: Warner Losh Date: Fri, 23 Dec 2005 21:54:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 21:54:57 -0000 imp 2005-12-23 21:54:56 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Build ed on amd64. The pci attachment works with qemu on amd64. I'm holding off on building on sparc64 and others because I don't know if this driver has had all the inb/outb removed (I think it has). Nor do I know if there are byte ordering issues. There are very few word operations on an NE2000, but I've not had time to audit them all. Suggested by: Daniel O'Connor Revision Changes Path 1.468 +1 -0 src/sys/modules/Makefile