summaryrefslogtreecommitdiffstats
path: root/src/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Warnings purge of src/coreMarty Connor2007-07-021-3/+4
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-4/+8
* include stdio.h to suppress printf warning, general warnings fixupsMarty Connor2006-09-271-1/+1
* dev.c uses the new tables infrastructure.Michael Brown2005-04-271-10/+9Star
* Improved debug messagesMichael Brown2005-04-251-12/+13
* Updated debug messagesMichael Brown2005-04-221-9/+11
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-33/+136
* Fixed debug messageMichael Brown2005-04-151-2/+2
* Separate out bus-scanning and device-probing logic.Michael Brown2005-04-141-5/+30
* Global struct dev is now in main.cMichael Brown2005-04-121-3/+0Star
* New device probing mechanismMichael Brown2005-04-121-0/+44