summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi/devicename.c
Commit message (Collapse)AuthorAgeFilesLines
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-051-241/+0
| | | | | | | | | | | | | | 1. Make libefi portable by removing ia64 specific code and build it on i386 and amd64 by default to prevent regressions. These changes include fixes and improvements over previous code to establish or improve APIs where none existed or when the amount of kluging was unacceptably high. 2. Increase the amount of sharing between the efi and ski loaders to improve maintainability of the loaders and simplify making changes to the loader-kernel handshaking in the future. The version of the efi and ski loaders are now both changed to 1.2 as user visible improvements and changes have been made.
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-021-4/+4
| | | | | | | | | device (kind) specific unit field to the common field. This change allows a future version of libefi to work without requiring anything more than what is defined in struct devdesc and as such makes it possible to compile said version of libefi for different platforms without requiring that those platforms have identical derivatives of struct devdesc.
* Convert to __FBSDID.obrien2004-01-041-2/+3
|
* Reformat.dfr2001-09-071-139/+140
|
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-091-0/+239
OpenPOWER on IntegriCloud