summaryrefslogtreecommitdiffstats
path: root/src/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-251-0/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-2/+5
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-221-1/+26
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-4/+4
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-6/+1Star
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-5/+13
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-5/+7
* Add device to hierarchy before calling the driver's probe() function; thisMichael Brown2007-01-081-15/+18
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* include stdio.h to suppress printf warning, general warnings fixupsMarty Connor2006-09-271-0/+1
* Added generic device model.Michael Brown2006-05-161-0/+97