index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
devices
/
pnp_device.c
Age
Commit message (
Expand
)
Author
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2009-02-09
Remove some warnings, mainly from format strings which didn't match the
Myles Watson
2008-02-19
I'm attaching the patch which should fix both problems. Fix the
Rudolf Marek
2008-02-18
Some SIO/PNP devices are abusing register 0x30 for multiple LDN enables, like
Rudolf Marek
2008-01-18
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2007-07-12
Generic driver for pretty much all known Standard Microsystems Corporation
Uwe Hermann
2007-04-22
Add explicit license headers to all files in src/device.
Uwe Hermann
2005-09-09
Correct transposed arguments in pnp_set_drq().
Steven J. Magnani
2005-07-08
eric patch
Yinghai Lu
2004-10-21
- Bump the LinuxBIOS major version
Eric 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-10
rename walk_static_devices
Li-Ta Lo
2004-05-07
code reformat, fixed a bug in set/unset logical operation
Li-Ta Lo
2004-04-29
changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak
Li-Ta Lo
2004-04-21
yhlu's pnp patch
Li-Ta Lo
2004-03-11
- Moved hlt() to it's own header.
Eric Biederman