From owner-cvs-all@FreeBSD.ORG Sun Sep 26 02:01:05 2004 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 2AAAC16A4EF; Sun, 26 Sep 2004 02:01:03 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 847A943D39; Sun, 26 Sep 2004 02:01:02 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i8Q211Jt016574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 25 Sep 2004 22:01:01 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i8Q20u8Z091847; Sat, 25 Sep 2004 22:00:56 -0400 (EDT) (envelope-from gallatin) Date: Sat, 25 Sep 2004 22:00:56 -0400 From: Andrew Gallatin To: Andrew Gallatin Message-ID: <20040925220056.A91817@grasshopper.cs.duke.edu> References: <200409260156.i8Q1uKlJ060472@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200409260156.i8Q1uKlJ060472@repoman.freebsd.org>; from gallatin@FreeBSD.org on Sun, Sep 26, 2004 at 01:56:20AM +0000 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/powermac uninorth.c 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: Sun, 26 Sep 2004 02:01:06 -0000 Andrew Gallatin [gallatin@FreeBSD.org] wrote: > gallatin 2004-09-26 01:56:20 UTC > > FreeBSD src repository > > Modified files: > sys/powerpc/powermac uninorth.c > Log: > Add support for i/o-ports. This was cut and pasted from grackle.c > Apparently, the built-in devices on newer G4s don't need i/o ports so we never noticed they weren't setup. But the on-board 21143 on the original G4, and the $9.00 Realtek nic I just dropped into a G4 really seem to want them (unless you feel like hacking the drivers to prefer memory space..). Drew