I'm told this makes more laptops work with the new attachment code.

Submitted by: archie cobbs
This commit is contained in:
Warner Losh 1999-10-29 04:41:07 +00:00
parent d9da9cba44
commit 077e8ab387
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ static void pcic_pci_attach(pcici_t, int);
static void pd6832_legacy_init(pcici_t tag, int unit);
static struct pci_device pcic_pci_driver = {
"pcic",
"pcic-pci",
pcic_pci_probe,
pcic_pci_attach,
&pcic_pci_count,

View File

@ -47,7 +47,7 @@ static void pcic_pci_attach(pcici_t, int);
static void pd6832_legacy_init(pcici_t tag, int unit);
static struct pci_device pcic_pci_driver = {
"pcic",
"pcic-pci",
pcic_pci_probe,
pcic_pci_attach,
&pcic_pci_count,