Home
last modified time | relevance | path

Searched refs:bios (Results 1 – 25 of 30) sorted by relevance

12

/linux-2.4.37.9/arch/i386/kernel/
Dapm.c808 clock_slowed = (apm_info.bios.flags & APM_IDLE_SLOWS_CLOCK) != 0; in apm_do_idle()
986 if ((enable == 0) && (apm_info.bios.flags & APM_BIOS_DISENGAGED)) in apm_enable_power_management()
992 apm_info.bios.flags &= ~APM_BIOS_DISABLED; in apm_enable_power_management()
994 apm_info.bios.flags |= APM_BIOS_DISABLED; in apm_enable_power_management()
1079 && (apm_info.bios.flags & APM_BIOS_DISABLED)) in apm_engage_power_management()
1085 apm_info.bios.flags &= ~APM_BIOS_DISENGAGED; in apm_engage_power_management()
1087 apm_info.bios.flags |= APM_BIOS_DISENGAGED; in apm_engage_power_management()
1686 (apm_info.bios.version >> 8) & 0xff, in apm_get_info()
1687 apm_info.bios.version & 0xff, in apm_get_info()
1688 apm_info.bios.flags, in apm_get_info()
[all …]
/linux-2.4.37.9/drivers/char/ftape/
DREADME.PCI10 (Premiere PCI II) motherboard with bios version 1.00.08AX1.
13 The problem disappears when disabling GAT in the bios.
15 1.00.10AX1 bios !
40 Some of the problems were solved by upgrading the (flash) bios.
43 [If upgrading the bios doesn't solve the problem you could try
71 Bios version A2 is reported to be broken, while bios version A5 works.
72 You can get a flash bios upgrade from http://www.dell.com
80 LocalWords: ftape PCI bios GAT ISA DMA chipset Mbps Kbps FDC isa AF ok ASUS
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_proc.c107 create_proc_read_entry("bios", 0, binfo->pde, bios_read_proc, &minfo->bios); in matroxfb_proc_probe()
108 if (minfo->bios.pins_len) { in matroxfb_proc_probe()
109 …ct proc_dir_entry* p = create_proc_read_entry("pins", 0, binfo->pde, pins_read_proc, &minfo->bios); in matroxfb_proc_probe()
111 p->size = minfo->bios.pins_len; in matroxfb_proc_probe()
Dmatroxfb_misc.c991 memset(&ACCESS_FBINFO(bios), 0, sizeof(ACCESS_FBINFO(bios))); in matroxfb_read_pins()
997 parse_bios(vaddr_va(ACCESS_FBINFO(video).vbase), &ACCESS_FBINFO(bios)); in matroxfb_read_pins()
1001 if (!ACCESS_FBINFO(bios).bios_valid) { in matroxfb_read_pins()
1015 parse_bios(b, &ACCESS_FBINFO(bios)); in matroxfb_read_pins()
1021 matroxfb_set_limits(PMINFO &ACCESS_FBINFO(bios)); in matroxfb_read_pins()
Dmatroxfb_base.h612 struct matrox_bios bios; member
/linux-2.4.37.9/drivers/char/mwave/
DREADME18 If the dsp irq has not been setup and stored in bios by the
23 If the dsp io range has not been setup and stored in bios by the
28 If the mwave's uart irq has not been setup and stored in bios by the
33 If the uart io range has not been setup and stored in bios by the
/linux-2.4.37.9/drivers/scsi/aacraid/
DTODO3 o Feature request: display the firmware/bios/etc revisions in the
/linux-2.4.37.9/arch/sh/kernel/
Dpci-sh7751.c327 struct pci_ops *bios = NULL; in pcibios_init() local
341 else if (bios) in pcibios_init()
342 pci_root_ops = bios; in pcibios_init()
/linux-2.4.37.9/drivers/net/
Dlp486e.c984 unsigned char *bios; in lp486e_probe() local
1032 bios = bus_to_virt(0xe8000); in lp486e_probe()
1034 if (bios[j] == 0 && bios[j+1] == 0xaa && bios[j+2] == 0) { in lp486e_probe()
1038 eth_addr[i] = bios[i+j]; in lp486e_probe()
/linux-2.4.37.9/drivers/scsi/
Din2000.c1939 int bios; in in2000_detect() local
1964 for (bios = 0; bios_tab[bios]; bios++) { in in2000_detect()
1969 bios = 2; in in2000_detect()
1976 else if (isa_readl(bios_tab[bios]+0x10) == 0x41564f4e || in in2000_detect()
1977 isa_readl(bios_tab[bios]+0x30) == 0x61776c41) { in in2000_detect()
1978 printk("Found IN2000 BIOS at 0x%x ",(unsigned int)bios_tab[bios]); in in2000_detect()
1982 switches = ~((isa_readb(bios_tab[bios]+0x20) & 0xff)); in in2000_detect()
2076 if (isa_readl(bios_tab[bios]+0x10) == 0x41564f4e && (switches & SW_SYNC_DOS5)) in in2000_detect()
Dfd_mcs.c357 unsigned long bios; in fd_mcs_detect() local
388 bios = 0; /* no bios */ in fd_mcs_detect()
398 bios = addresses[pos2 >> 6]; in fd_mcs_detect()
482 bios_base = bios; in fd_mcs_detect()
Di91uscsi.h822 UCHAR bios; /* High byte of BIOS address */ member
DREADME.53c70058 the SCSI Id from the card bios or whether the chip is wired for
DChangeLog708 address lines for the bios chips, but I am not entirely sure.
866 jshiffle@netcom.com. Support new bios versions.
1486 * fdomain.c: Update to version 5.15 from 5.9. Handles 3.4 bios.
1499 Add a few more bios signatures. (Patches from Juergen).
1567 * aha1542.c: Support 1542CF/extended bios. Different from 1542C
1569 * wd7000.c: Allow bios at 0xd8000 as well.
1573 * fdomain.c: Update to version 5.9 (add new bios signature).
1957 * wd7000.c: Check at more addresses for bios. Fix bug in biosparam
DChangeLog.ncr53c8xx125 - Get rid of the old PCI bios interface, but preserve kernel 2.0
/linux-2.4.37.9/include/linux/
Dapm_bios.h52 struct apm_bios_info bios; member
/linux-2.4.37.9/drivers/message/i2o/
Di2o_block.c1424 static void i2ob_scan(int bios) in i2ob_scan() argument
1452 if(!bios) in i2ob_scan()
1464 if(bios) in i2ob_scan()
1475 if(bios) in i2ob_scan()
1491 printk(KERN_WARNING "\t%sevice refused claim! Skipping installation\n", bios?"Boot d":"D"); in i2ob_scan()
/linux-2.4.37.9/Documentation/mips/pci/
Dpci.README61 resources fixups, and, if needed, pci bios fixups.
/linux-2.4.37.9/drivers/char/
Dpcxx.c1089 unchar *fepos, *memaddr, *bios, v; in pcxe_init() local
1369 bios = memaddr + BIOSCODE + ((0xf000 - memory_seg) << 4); in pcxe_init()
1372 printk("Downloading BIOS to 0x%lx:", virt_to_phys(bios)); in pcxe_init()
1374 memcpy(bios, pcxx_bios, pcxx_nbios); in pcxe_init()
1406 bios = memaddr + (BIOSCODE & 0x1fff); in pcxe_init()
1409 memcpy(bios, pcxx_bios, pcxx_nbios); in pcxe_init()
/linux-2.4.37.9/arch/x86_64/boot/
Dsetup.S388 # so we can have the bios
/linux-2.4.37.9/Documentation/x86_64/
Dboot-options.txt82 bios Use the CPU reboto vector for warm reset
/linux-2.4.37.9/arch/x86_64/kernel/
Dacpi_wakeup.S318 # jz setbios Add bios modes later
/linux-2.4.37.9/arch/i386/boot/
Dsetup.S390 # 64mb, depending on the bios) in ax.
/linux-2.4.37.9/Documentation/
Dkernel-parameters.txt485 bios [IA-32] force use of PCI BIOS, don't access
/linux-2.4.37.9/Documentation/fb/
Dmatroxfb.txt142 bios - preserve state of BIOS ROM. It is default. Driver does not enable

12