From owner-freebsd-stable Tue Feb 26 3: 5:28 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id D7D4937B400 for ; Tue, 26 Feb 2002 03:05:19 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id DAA22571; Tue, 26 Feb 2002 03:05:15 -0800 Message-ID: <3C7B6BEA.5070706@owt.com> Date: Tue, 26 Feb 2002 03:05:14 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Josef Karthauser Cc: John Reynolds , stable@FreeBSD.ORG Subject: Re: MINI HEADS UP [was Re: libusb build broken due to structure member renaming] References: <15481.32235.135747.910114@whale.home-net> <20020226020505.GA45114@genius.tao.org.uk> <3C7B0763.1020701@owt.com> <20020226094600.GA50601@genius.tao.org.uk> <3C7B5C75.3050900@owt.com> <20020226102905.GC50601@genius.tao.org.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Josef Karthauser wrote: > On Tue, Feb 26, 2002 at 01:59:17AM -0800, Kent Stewart wrote: > >> It was a clean RELENG_4 system. All of the devinfo-> lines's >> have been changed and your patchs can not find the lines to >> change. When Alfred changed the usb structures, they all have >> this udi_ added such as >> >> Your patch -devinfo->vendorNo, devinfo->productNo, >> devinfo->releaseNo, -devinfo->class, devinfo->subclass, >> devinfo->protocol); >> >> The code devinfo->udi_vendorNo, devinfo->udi_productNo, >> devinfo->udi_releaseNo, devinfo->udi_class, >> devinfo->udi_subclass, devinfo->udi_protocol); >> >> These were all shifted to the left to prevent wraping. >> >> > > Sorry, I missed usbd and usbdevs in my patch. I've sync'd them and rerolled the 20020226 patch. It doesn't like the Nec USB-2. I get to the following point. It displays the 2nd uhub1 line and it hangs during the boot ohci1: mem 0xcfffe000-0xcfffefff irq 11 at device 11.1 on pci0 usb1: OHCI version 1.0 usb1: on ohci1 usb1: USB revision 1.0 uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ulpt0: Hewlett-Packard DeskJet 970C, rev 1.00/1.00, addr 2, iclass 7/1 I am building my kernel with -g is there a way to figure out where it is hanging? A won't reset it and I have to push the reset button. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html > > rerolled the 20020226 patch. It doesn't like the Nec USB-2. I get to the following point. It displays the 2nd uhub1 line and it hangs during the boot ohci1: mem 0xcfffe000-0xcfffefff irq 11 at device 11.1 on pci0 usb1: OHCI version 1.0 usb1: on ohci1 usb1: USB revision 1.0 uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ulpt0: Hewlett-Packard DeskJet 970C, rev 1.00/1.00, addr 2, iclass 7/1 I am building my kernel with -g is there a way to figure out where it is hanging? A won't reset it and I have to push the reset button. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message