aboutsummaryrefslogtreecommitdiff
path: root/src/devices/pnp_device.c
AgeCommit message (Expand)Author
2012-03-24printf: Remove some L modifier usesPatrick Georgi
2011-01-31Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot ifStefan Reinauer
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2010-10-18Cosmetics and coding style fixes in devices/*.Uwe Hermann
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2008-02-19 I'm attaching the patch which should fix both problems. Fix the Rudolf Marek
2008-02-18Some SIO/PNP devices are abusing register 0x30 for multiple LDN enables, likeRudolf Marek
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-07-12Generic driver for pretty much all known Standard Microsystems CorporationUwe Hermann
2007-04-22Add explicit license headers to all files in src/device.Uwe Hermann
2005-09-09Correct transposed arguments in pnp_set_drq().Steven J. Magnani
2005-07-08eric patchYinghai Lu
2004-10-21- Bump the LinuxBIOS major versionEric Biederman
2004-10-16- First stab at running linuxbios without the old static device tree.Eric Biederman
2004-10-14- Updates for 64bit resource support, handling missing devices and cpus in th...Eric Biederman
2004-10-14- First pass through with with device tree enhancement merge. Most of the me...Eric Biederman
2004-05-10rename walk_static_devicesLi-Ta Lo
2004-05-07code reformat, fixed a bug in set/unset logical operationLi-Ta Lo
2004-04-29changed dev->enable to dev->enabled. Sorry, I am the only one who can't speakLi-Ta Lo
2004-04-21yhlu's pnp patchLi-Ta Lo
2004-03-11- Moved hlt() to it's own header.Eric Biederman