1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

bcm47xx: Add driver for the SSB Gigabit Ethernet core.

It doesn't work, yet, but let's commit what we have.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10509 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb
2008-02-20 17:56:24 +00:00
parent bfc26bdfda
commit 371bb6f944
7 changed files with 1216 additions and 0 deletions

View File

@@ -47,6 +47,20 @@ extern void bcm47xx_time_init(void);
struct ssb_bus ssb;
int pcibios_plat_dev_init(struct pci_dev *dev)
{
int err;
err = ssb_pcibios_plat_dev_init(dev);
if (err) {
printk(KERN_ALERT "PCI: Failed to init device %s\n",
pci_name(dev));
}
return err;
}
static void bcm47xx_machine_restart(char *command)
{
printk(KERN_ALERT "Please stand by while rebooting the system...\n");