Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2007 15:06:39 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        rb@gid.co.uk
Cc:        freebsd-hackers@freebsd.org, ivoras@freebsd.org
Subject:   Re: USB vs PAE
Message-ID:  <20071024.150639.63053209.imp@bsdimp.com>
In-Reply-To: <F007A7E8-39A5-4553-A439-10FD3EA3E0E3@gid.co.uk>
References:  <0F0DFE71-3A14-4A3D-BBF8-6FAEA9245F3A@gid.co.uk> <fflj18$dbg$1@ger.gmane.org> <F007A7E8-39A5-4553-A439-10FD3EA3E0E3@gid.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <F007A7E8-39A5-4553-A439-10FD3EA3E0E3@gid.co.uk>
            Bob Bishop <rb@gid.co.uk> writes:
: Hi,
: 
: On 23 Oct 2007, at 20:45, Ivan Voras wrote:
: 
: > Bob Bishop wrote:
: >> Hi,
: >>
: >> The whole USB kit and caboodle is nodevice'd out in the PAE  
: >> config. Can
: >> anyone give a succinct summary of what needs fixing? (EVERYTHING!  
: >> is an
: >> acceptable answer) Thanks
: >
: > I'm running USB keyboard and mouse under PAE without problems. Don't
: > know about other USB devices. AFAIK everything that is 64-bit clean
: > (i.e. works on AMD64 and other architectures) should work ok with PAE,
: > so try compiling it in and see for yourself.
: 
: 
: Yes. Keyboard and umass (CDROM and memory stick) seem to work here on  
: 6.2R. Thanks!

In 6.x the big problem is busdma support.  USB doesn't use it quite
right, which means that buffers that it uses must be in the lower
4GB.  If not, then it won't work.

Current does proper scatter/gather, so should work without issue.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071024.150639.63053209.imp>