Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/dev/if_ndis/if_ndis_pci.c 129972 2004-06-01 23:27:36Z wpaul $");
---
> __FBSDID("$FreeBSD: head/sys/dev/if_ndis/if_ndis_pci.c 131953 2004-07-11 00:19:30Z wpaul $");
86a87,88
> static struct resource_list *ndis_get_resource_list
> (device_t, device_t);
103a106,108
> /* Bus interface */
> DEVMETHOD(bus_get_resource_list, ndis_get_resource_list),
>
323a329,339
> static struct resource_list *
> ndis_get_resource_list(dev, child)
> device_t dev;
> device_t child;
> {
> struct ndis_softc *sc;
>
> sc = device_get_softc(dev);
> return (BUS_GET_RESOURCE_LIST(device_get_parent(sc->ndis_dev), dev));
> }
>