1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52615
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,