From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FrMBQ-0003KD-0u for qemu-devel@nongnu.org; Fri, 16 Jun 2006 17:48:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FrMBO-0003Ih-EC for qemu-devel@nongnu.org; Fri, 16 Jun 2006 17:48:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrMBO-0003IL-6H for qemu-devel@nongnu.org; Fri, 16 Jun 2006 17:48:50 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FrML5-0000WY-VN for qemu-devel@nongnu.org; Fri, 16 Jun 2006 17:58:52 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FrMBM-0005bB-00 for ; Fri, 16 Jun 2006 17:48:48 -0400 Received: from pbrook by savannah.gnu.org with local (Exim 4.50) id 1FrMBM-0005b7-9c for qemu-devel@nongnu.org; Fri, 16 Jun 2006 21:48:48 +0000 Message-Id: From: Paul Brook Date: Fri, 16 Jun 2006 21:48:48 +0000 Subject: [Qemu-devel] qemu qemu-doc.texi Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org CVSROOT: /sources/qemu Module name: qemu Changes by: Paul Brook 06/06/16 21:48:48 Modified files: . : qemu-doc.texi Log message: Arm h/w doc updates. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.94&r2=1.95 Patches: Index: qemu-doc.texi =================================================================== RCS file: /sources/qemu/qemu/qemu-doc.texi,v retrieving revision 1.94 retrieving revision 1.95 diff -u -b -r1.94 -r1.95 --- qemu-doc.texi 14 Jun 2006 18:35:18 -0000 1.94 +++ qemu-doc.texi 16 Jun 2006 21:48:48 -0000 1.95 @@ -1524,6 +1524,10 @@ This means some devices (eg. ne2k_pci NIC) are not useable, and others (eg. rtl8139 NIC) are only useable when the guest drivers use the memory mapped control registers. +@item +PCI OHCI USB controller. +@item +LSI53C895A PCI SCSI Host Bus Adapter with hard disk and CD-ROM devices. @end itemize A Linux 2.6 test image is available on the QEMU web site. More