Home | History | Annotate | Download | only in bios

Lines Matching refs:BX_INFO

2171   BX_INFO("%s\n", bios_cvs_version_string);
2215 BX_INFO("S3 resume called %x 0x%lx\n", s3_resume_flag, s3_wakeup_vector);
2225 BX_INFO("S3 resume jump to %x:%x\n", (s3_wakeup_vector >> 4),
2470 BX_INFO("IDE time out\n");
2607 BX_INFO("ata%d-%d: PCHS=%u/%d/%d translation=", channel, slave,cylinders, heads, spt);
2617 BX_INFO("none");
2620 BX_INFO("lba");
2623 BX_INFO("large");
2626 BX_INFO("r-echs");
2663 BX_INFO(" LCHS=%d/%d/%d\n", cylinders, heads, spt);
3171 BX_INFO("ata_cmd_packet: DATA_OUT not supported yet\n");
3608 BX_INFO("ata_is_ready returned %d\n",error);
3856 BX_INFO("int15: Func 24h, subfunc %02xh, A20 gate control not supported\n", (unsigned) regs.u.r8.al);
4089 BX_INFO("*** int 15h function AH=bf not yet supported!\n");
4118 BX_INFO("*** int 15h function AX=%04x, BX=%04x not yet supported!\n",
4435 BX_INFO("*** int 15h function AX=%04x, BX=%04x not yet supported!\n",
4660 BX_INFO("*** int 15h function AX=%04x, BX=%04x not yet supported!\n",
4811 BX_INFO("KBD: unsupported int 16h function %02x\n", GET_AH());
4959 BX_INFO("KBD: int09 handler: AL=0\n");
5081 BX_INFO("KBD: int09h_handler(): unknown scancode read: 0x%02x!\n", scancode);
5116 BX_INFO("KBD: int09h_handler(): scancode & asciicode are zero?\n");
5229 BX_INFO("int13_harddisk: function %02x, ELDL out of range %02x\n", GET_AH(), GET_ELDL());
5238 BX_INFO("int13_harddisk: function %02x, unmapped device for ELDL=%02x\n", GET_AH(), GET_ELDL());
5272 BX_INFO("int13_harddisk: function %02x, parameter out of range!\n",GET_AH());
5282 BX_INFO("int13_harddisk: function %02x, parameters out of range %04x/%04x/%04x!\n", GET_AH(), cylinder, head, sector);
5308 BX_INFO("int13_harddisk: function %02x, error %02x !\n",GET_AH(),status);
5317 BX_INFO("format disk track called\n");
5391 BX_INFO("int13_harddisk: function %02x. LBA out of range\n",GET_AH());
5399 BX_INFO("int13_harddisk: function %02x. LBA out of range\n",GET_AH());
5417 BX_INFO("int13_harddisk: function %02x, error %02x !\n",GET_AH(),status);
5586 BX_INFO("int13_harddisk: function %02xh unimplemented, returns success\n", GET_AH());
5595 BX_INFO("int13_harddisk: function %02xh unsupported, returns fail\n", GET_AH());
5636 BX_INFO("int13_cdrom: function %02x, ELDL out of range %02x\n", GET_AH(), GET_ELDL());
5645 BX_INFO("int13_cdrom: function %02x, unmapped device for ELDL=%02x\n", GET_AH(), GET_ELDL());
5729 BX_INFO("int13_cdrom: function %02x, status %02x !\n",GET_AH(),status);
5944 BX_INFO("int13_cdrom: unsupported AH=%02x\n", GET_AH());
6018 BX_INFO("int13_eltorito: unsupported AH=%02x\n", GET_AH());
6069 BX_INFO("int13_cdemu: function %02x, emulation not active for DL= %02x\n", GET_AH(), GET_DL());
6157 BX_INFO("int13_cdemu: function %02x, error %02x !\n",GET_AH(),status);
6219 BX_INFO("int13_cdemu function AH=%02x unsupported, returns fail\n", GET_AH());
6723 BX_INFO("int13h function 0ch (seek) not implemented!\n");
6815 BX_INFO("int13_harddisk: unsupported AH=%02x\n", GET_AH());
6844 BX_INFO(panic_msg_reg12h,0);
6847 BX_INFO(panic_msg_reg19h,0,0x19);
6852 BX_INFO(panic_msg_reg12h,1);
6855 BX_INFO(panic_msg_reg19h,0,0x1a);
7209 BX_INFO("int13_diskette: read/write/verify: parameter out of range\n");
7832 BX_INFO("int13_diskette: unsupported AH=%02x\n", GET_AH());
8038 BX_INFO("Invalid boot device (0x%x)\n", bootdev);
8129 BX_INFO("Booting from %x:%x\n", bootseg, bootip);
8338 BX_INFO("PCI BIOS: PCI not present\n");
8340 BX_INFO("unsupported PCI BIOS function 0x%02x\n", regs.u.r8.al);
8342 BX_INFO("bad PCI vendor ID %04x\n", regs.u.r16.dx);
8345 BX_INFO("PCI device %04x:%04x not found at index %d\n", regs.u.r16.dx, regs.u.r16.cx, regs.u.r16.si);
8347 BX_INFO("no PCI device with class code 0x%02x%04x found at index %d\n", regs.u.r8.cl, regs.u.r16.dx, regs.u.r16.si);