From owner-freebsd-current@FreeBSD.ORG Mon Mar 8 15:35:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE33C16A4CE for ; Mon, 8 Mar 2004 15:35:54 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E2943D39 for ; Mon, 8 Mar 2004 15:35:53 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <2004030823305301300a6n35e>; Mon, 8 Mar 2004 23:30:57 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA53365; Mon, 8 Mar 2004 15:30:40 -0800 (PST) Date: Mon, 8 Mar 2004 15:30:39 -0800 (PST) From: Julian Elischer To: Eric Anderson In-Reply-To: <404CD5B9.9070504@centtech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: -CURRENT, EHCI, and the iPod X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 23:35:54 -0000 I have MFC'd the ehci controller and I see it working there. well, in general.. --------------------------------- class = bridge subclass = PCI-PCI uhci0@pci0:29:0: class=0x0c0300 card=0x80891043 chip=0x24c28086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB (ICH4) USB UHCI Controller #1' class = serial bus subclass = USB uhci1@pci0:29:1: class=0x0c0300 card=0x80891043 chip=0x24c48086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB (ICH4) USB UHCI Controller #2' class = serial bus subclass = USB uhci2@pci0:29:2: class=0x0c0300 card=0x80891043 chip=0x24c78086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB (ICH4) USB UHCI Controller #3' class = serial bus subclass = USB none0@pci0:29:7: class=0x0c0320 card=0x80891043 chip=0x24cd8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB (ICH4) USB EHCI Controller' class = serial bus subclass = USB -------------------------------------- ehci0: mem 0xf7000000-0xf70003ff irq 11 at d evice 29.7 on pci0 ehci_pci_attach: companion usb0 ehci_pci_attach: companion usb1 ehci_pci_attach: companion usb2 usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usbp usb1 usb2 usb3: on mhci0 usb3: USB revision 2.0 uhub3: (0x8086) EHCI root hub, cla{s 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered --------------------------------------------- however I still see some problems that I am looking at.. e.g. sometimes teh kernel stops booting at the ehci probe. (sometimes it gets past it), So I've more to do. On Mon, 8 Mar 2004, Eric Anderson wrote: > Craig Boston wrote: > > On Monday 08 March 2004 01:16 pm, Lukas Ertl wrote: > > > >>uhci0: port 0x1800-0x181f irq 4 > > > > ... > > > >>ehci0: mem 0xc0000000-0xc00003ff irq 11 > > > > > > I'm pretty sure the Intel EHCI chip doesn't work in FreeBSD, at least it > > doesn't for me (and I've seen postings suggesting that the same is true in > > NetBSD as well). > > > > The only way I've managed to avoid this problem is to disable EHCI support in > > the kernel, or plug the device into a USB 1.x hub. In both cases you're > > limited to USB 1 speeds, though :( > > Anyone know if these will be supported anytime in the near future, or if > anyone is even working on it? (or is Intel not giving out the info to > help?) > > Eric > > > > -- > ------------------------------------------------------------------ > Eric Anderson Sr. Systems Administrator Centaur Technology > Today is the tomorrow you worried about yesterday. > ------------------------------------------------------------------ > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >