aboutsummaryrefslogtreecommitdiff
path: root/src/core/device.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown1-0/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-01-27[init] Remove concept of "shutdown exit flags"Michael Brown1-2/+5
2010-09-22[int13] Add infrastructure to support EDD version 4.0Michael Brown1-1/+26
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-4/+4
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-6/+1
2008-07-17[iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown1-5/+13
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-5/+7
2007-01-08Add device to hierarchy before calling the driver's probe() function; thisMichael Brown1-15/+18
2006-09-27We don't actually have a stdio.h header file. Our printf() functions areMichael Brown1-1/+0
2006-09-27include stdio.h to suppress printf warning, general warnings fixupsMarty Connor1-0/+1
2006-05-16Added generic device model.Michael Brown1-0/+97