diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-10-13 22:04:20 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-10-13 22:04:20 +0000 |
| commit | a95b77ec78e646b4b781d4b498bc3be7ddaee44c (patch) | |
| tree | fa885b138cb8d25153bd52c58dbd49369d48dca2 /sys/dev/an/if_an_pci.c | |
| parent | ac5f943c373fafd1e455bea3f9310fd9ddbe1649 (diff) | |
Notes
Diffstat (limited to 'sys/dev/an/if_an_pci.c')
| -rw-r--r-- | sys/dev/an/if_an_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index cab379f2d6b7..22a0443ebdb2 100644 --- a/sys/dev/an/if_an_pci.c +++ b/sys/dev/an/if_an_pci.c @@ -181,6 +181,7 @@ static int an_attach_pci(dev) goto fail; } + sc->an_dev = dev; error = an_attach(sc, device_get_unit(dev), flags); fail: |
