switch-coreboot/device
Uwe Hermann 9b90a6f22b Fix a bunch of Doxygen warnings in v3 (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@951 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-10-23 18:55:01 +00:00
..
agp_device.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
cardbus_device.c Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
device.c Fix a bunch of Doxygen warnings in v3 (trivial). 2008-10-23 18:55:01 +00:00
device_util.c Fix a bunch of Doxygen warnings in v3 (trivial). 2008-10-23 18:55:01 +00:00
hypertransport.c Fix a bunch of Doxygen warnings in v3 (trivial). 2008-10-23 18:55:01 +00:00
Kconfig Minor fixes and improvements for v3, mostly for Kconfig files (trivial). 2008-10-01 18:29:22 +00:00
Makefile small dependency fix, plus make oldconfig & co need libintl, too :) 2008-08-28 22:44:49 +00:00
pci_device.c Improve pci scan debugging. This helped me find a rather nasty bug. 2008-08-29 09:06:13 +00:00
pci_ops.c The K8 is one example, but there are other devices (e.g. I2C) that also have 2008-09-17 16:36:20 +00:00
pci_rom.c Because the enable bit was masked off, checking for 0xffffffff didn't work. This patch changes the place where the bit is masked. The other way to fix it would be to check for 0xfffffffe. 2008-10-14 12:27:23 +00:00
pcie_device.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
pcix_device.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
pnp_device.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
pnp_raw.c Fix a bunch of Doxygen warnings in v3 (trivial). 2008-10-23 18:55:01 +00:00
root_device.c remove const from default root ops. device ops can not be const because they're 2008-04-04 03:46:39 +00:00
smbus_ops.c A lot of the v3 header files require other header files to be #included 2008-02-19 00:34:32 +00:00