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:
parent
d9da9cba44
commit
077e8ab387
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52615
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user