Home
last modified time | relevance | path

Searched refs:PCIbios (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/i386/i386/
HDbios.c61 struct bios32_SDentry PCIbios; variable
110 PCIbios.ident.id = 0x49435024; /* PCI systems should have this */ in bios32_init()
111 if (!bios32_SDlookup(&PCIbios) && bootverbose) in bios32_init()
112 printf("pcibios: PCI BIOS entry at 0x%x+0x%x\n", PCIbios.base, PCIbios.entry); in bios32_init()
/freebsd-14-stable/sys/i386/include/pc/
HDbios.h308 extern struct bios32_SDentry PCIbios;
/freebsd-14-stable/sys/i386/pci/
HDpci_cfgreg.c119 if (PCIbios.ventry == 0) { in pcibios_get_version()
124 if (bios32(&args, PCIbios.ventry, GSEL(GCODE_SEL, SEL_KPL))) { in pcibios_get_version()
HDpci_pir.c479 return (bios32(&args, PCIbios.ventry, GSEL(GCODE_SEL, SEL_KPL))); in pci_pir_biosroute()