hello
i would like know if openbios work with P4SD
i join chipset specification and motherboard specification give with ada32
Propriétés du chipset:
Chipset de la carte mère Intel Springdale-G
i865G
In-Order Queue Depth 12
CAS Latency 2T
RAS To CAS Delay 3T
RAS Precharge 3T
RAS Active Time 6T
PAT Activé
Contrôleur graphique intégré:
Type du contrôleur graphique Intel Extreme
Graphics 2
État du contrôleur graphique Activé
Taille du frame buffer graphique 8 Mo
Contrôleur audio AC'97:
Type du contrôleur audio Intel 82801EB(M)
ICH5
Nom du codec Analog Devices
AD1981B
Identifiant du codec 41445374h
Slots mémoire:
Slot DRAM nº1 512 Mo (DDR SDRAM)
Slot DRAM nº2 512 Mo (DDR SDRAM)
Fabricant du chipset:
Nom de l'entreprise Intel Corporation
Information sur le produit
http://www.intel.com/products/browse/chipsets.htm
Télécharger le pilote
http://support.intel.com/support/chipsets/index.htm
====================================================
Propriétés de la carte mère:
Identifiant de la carte mère <DMI>
Nom de la carte mère Hewlett-Packard
085Ch
Propriétés du bus principal:
Type du bus Intel NetBurst
Largeur du bus 64 bits
Horloge réelle 100 MHz (QDR)
Horloge effective 400 MHz
Bande passante 3200 Mo/s
Propriétés du bus mémoire:
Type du bus DDR SDRAM
Largeur du bus 64 bits
Horloge réelle 133 MHz (DDR)
Horloge effective 267 MHz
Bande passante 2133 Mo/s
Propriétés du bus chipset:
Type du bus Intel Hub Interface
Largeur du bus 8 bits
Horloge réelle 67 MHz (QDR)
Horloge effective 267 MHz
Bande passante 267 Mo/s
================================================
and pci specification
B00 D00 F00: Intel 82848P/865G/865GV/865P/865PE Memory Controller Hub [A-2]
B00 D02 F00: Intel 82865G(V) Graphics Controller
B00 D06 F00: Intel 82848P/865G/865GV/865P/865PE I/O Memory Interface
B00 D1D F00: Intel 82801EB ICH5 - USB Universal Host Controller
B00 D1D F01: Intel 82801EB ICH5 - USB Universal Host Controller
B00 D1D F07: Intel 82801EB(M) ICH5(-M) - Enhanced USB2 Controller
B00 D1E F00: Intel 82801EB I/O Controller Hub 5 (ICH5)
B00 D1F F00: Intel 82801EB ICH5 - LPC Bridge
B00 D1F F01: Intel 82801EB ICH5 - ATA-100 IDE Controller
B00 D1F F02: Intel 82801EB ICH5 - Serial-ATA/150 IDE Controller
B00 D1F F03: Intel 82801EB ICH5 - SMBus Controller
B00 D1F F05: Intel 82801EB ICH5 - AC'97 Audio Controller
B05 D02 F00: Broadcom NetXtreme BCM5782 Gigabit Ethernet Controller
i don't paste the hexadecimal information of this device, if you need say me
tanks for your awnser
bye,
mystifs.
Seems like that r161 commit broke qemu-system-sparc64 ability to
access ide cdrom (that is what I test now), because it makes ide i/o
port word transfers byteswapped wrt what ide.c expects.
If I revert r161 then cdrom becomes visible.
I also need the following patch to unswap drive identification string
for printk display.
Now I have: "drive0 [ATAPI cdrom]: QEMU DVD-ROM"
Index: drivers/ide.c
===================================================================
--- drivers/ide.c (revision 185)
+++ drivers/ide.c (working copy)
@@ -861,10 +868,10 @@
/*
* if little endian arch, byte swap the string
*/
-#ifdef CONFIG_LITTLE_ENDIAN
+#ifdef CONFIG_BIG_ENDIAN
for (p = end ; p != s;) {
unsigned short *pp = (unsigned short *) (p -= 2);
- *pp = __be16_to_cpu(*pp);
+ *pp = __le16_to_cpu(*pp);
}
#endif
--
Kind regards,
Igor V. Kovalenko
Hi,
I am new to OpenBios, so pardon my newbie question.
Are there any issues when using OpenBios to boot Windows?
Thanks,
Giridhar
DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where.