Date: Mon, 22 Nov 1999 15:53:48 +0100 (CET) From: Nick Hibma <n_hibma@skylink.it> To: Doug Rabson <dfr@nlsystems.com> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci uhci_pci.c ohci_pci.c Message-ID: <Pine.BSF.4.20.9911221551010.66690-100000@henny.jrc.it> In-Reply-To: <Pine.BSF.4.10.9911221055060.318-100000@salmon.nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
What you mean to say is that, the ones I kicked out were resource handling and unnecessary because usb\d+ does not require any specific resources. In that case, I think you are wrong. It's fine were it is. A bus handles resources for its children and it was just the fact that usb\d+ does not need any resources at all. Spread the methods out too thinly and people will get lost in what they need. At the moment they can simply walk through bus_if.m and pick the ones they need. Nick On Mon, 22 Nov 1999, Doug Rabson wrote: > On Sun, 21 Nov 1999, Nick Hibma wrote: > > > n_hibma 1999/11/21 19:22:44 PST > > > > Modified files: > > sys/pci uhci_pci.c ohci_pci.c > > Log: > > Remove some bogus bus methods peter added. We are hardly doing > > anything as a bus. > > In retrospect, all the resource handling methods in bus_if.m should have > been in a new interface specifically for devices which manage resources on > behalf of their children. > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 442 9037 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.9911221551010.66690-100000>