From owner-cvs-all Wed Dec 19 13:26:35 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 0E44337B405; Wed, 19 Dec 2001 13:26:31 -0800 (PST) Subject: Re: cvs commit: src/sys/conf files files.i386 src/sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c if_sbnireg.h if_sbnivar In-Reply-To: <200112192059.fBJKxTq77044@freefall.freebsd.org> from Max Khon at "Dec 19, 2001 12:59:29 pm" To: fjoe@FreeBSD.org (Max Khon) Date: Wed, 19 Dec 2001 13:26:31 -0800 (PST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20011219212631.0E44337B405@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > fjoe 2001/12/19 12:59:29 PST > > Modified files: (Branch: RELENG_4) > sys/conf files files.i386 > sys/i386/conf LINT > sys/i386/i386 userconfig.c > sys/modules Makefile > Added files: (Branch: RELENG_4) > sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c > if_sbnireg.h if_sbnivar.h > sys/modules/sbni Makefile > Log: > MFC: driver for Granch SBNI12-xx ISA/PCI network adapters > This driver really should be using bus_space_read_X() and bus_space_write_X() instead of inb(), outb() and friends. If you do this (and avoid the i386 assembler CRC routine), you can make this code portable to the alpha. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message