Do you mean
chip southbridge/amd/amd8111 chip drivers/generic/debug device pnp 0.0 on end # print parent .name amd8111 SB device pnp 0.1 on end # print parent PCI CS... device pnp 0.2 on end # othe debug... end device pci 0.0 on device pci 0.0 on end device pci 0.1 on end device pci 0.2 off end device pci 1.0 off end end device pci 1.0 on ......
-----Original Message----- From: Li-Ta Lo [mailto:ollie@lanl.gov] Sent: Thursday, November 04, 2004 4:09 PM To: YhLu Cc: LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan boards?
On Thu, 2004-11-04 at 17:13, YhLu wrote:
Then every device will need do scan_static_bus.
Also the debug device need to find his parent....
Why ??
Ollie
On Thu, 2004-11-04 at 17:26, YhLu wrote:
Do you mean
chip southbridge/amd/amd8111 chip drivers/generic/debug device pnp 0.0 on end # print parent .name
amd8111 SB device pnp 0.1 on end # print parent PCI CS... device pnp 0.2 on end # othe debug... end device pci 0.0 on device pci 0.0 on end device pci 0.1 on end device pci 0.2 off end device pci 1.0 off end end device pci 1.0 on ......
Sort of, but the chip is at the 'top' level like it is in the s2885/Config.lb now.
Ollie