Cosmetics and coding style fixes in devices/*.
[coreboot.git] / src / devices / pnp_device.c
2010-10-18 Uwe HermannCosmetics and coding style fixes in devices/*.
2010-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2008-02-19 Rudolf Marek I'm attaching the patch which should fix both problems...
2008-02-18 Rudolf MarekSome SIO/PNP devices are abusing register 0x30 for...
2008-01-18 Stefan ReinauerPlease bear with me - another rename checkin. This...
2007-07-12 Uwe HermannGeneric driver for pretty much all known Standard Micro...
2007-04-22 Uwe HermannAdd explicit license headers to all files in src/device.
2005-09-09 Steven J. MagnaniCorrect transposed arguments in pnp_set_drq().
2005-07-08 Yinghai Lueric patch
2004-10-21 Eric Biederman- Bump the LinuxBIOS major version
2004-10-16 Eric Biederman- First stab at running linuxbios without the old stati...
2004-10-14 Eric Biederman- Updates for 64bit resource support, handling missing...
2004-10-14 Eric Biederman- First pass through with with device tree enhancement...
2004-05-10 Li-Ta Lorename walk_static_devices
2004-05-07 Li-Ta Locode reformat, fixed a bug in set/unset logical operation
2004-04-29 Li-Ta Lochanged dev->enable to dev->enabled. Sorry, I am the...
2004-04-21 Li-Ta Loyhlu's pnp patch
2004-03-11 Eric Biederman- Moved hlt() to it's own header.