Allocate more space for softc. Amazing my machine survived this.
This commit is contained in:
parent
35d0929825
commit
8358b3b901
@ -79,7 +79,7 @@ static device_method_t pcii_methods[] = {
|
||||
static driver_t pcii_driver = {
|
||||
"pcii",
|
||||
pcii_methods,
|
||||
sizeof(struct pcii_softc *),
|
||||
sizeof(struct pcii_softc),
|
||||
};
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user