freebsd-dev/sys/boot/i386
Warner Losh dd56e3b6bc Add support for calling pcibios routines from the
bootloader. Implement the following routines:
	pcibios-device-count	count the number of instances of a devid
	pcibios-read-config	read pci config space
	pcibios-write-config	write pci config space
	pcibios-find-devclass	find the nth device with a given devclass
	pcibios-find-device	find the nth device with a given devid
	pcibios-locator		convert bus device function ti pcibios locator
These commands are thin wrappers over their PCI BIOS 2.1 counterparts. More
informaiton, such as it is, can be found in the standard.

Export a nunmber of pcibios.X variables into the environment to report
what the PCI IDENTIFY command returned.

Also implmenet a new command line primitive (pci-device-count), but don't
include it by default just yet, since it depends on the recently added
words and any errors here can render a system unbootable.

This is intended to allow the boot loader to do special things based
on the hardware it finds. This could be have special settings that are
optimized for the specific cards, or even loading special drivers. It
goes without saying that writing to pci config space should not be
done without a just cause and a sound mind.

Sponsored by:	Netflix
2014-09-10 21:07:00 +00:00
..
boot0
boot0ext
boot0sio
boot2 Revert r267233 for now. PIE support needs to be reworked. 2014-08-19 15:04:32 +00:00
btx Revert r267233 for now. PIE support needs to be reworked. 2014-08-19 15:04:32 +00:00
cdboot
common
efi
gptboot mdoc: fix AUTHORS section. 2014-06-09 19:36:08 +00:00
gptzfsboot
kgzldr
libfirewire
libi386 Add support for calling pcibios routines from the 2014-09-10 21:07:00 +00:00
loader Add support for calling pcibios routines from the 2014-09-10 21:07:00 +00:00
mbr
pmbr
pxeldr
zfsboot
zfsloader
Makefile
Makefile.inc