Deleted Added
full compact
78c78
< __FBSDID("$FreeBSD: head/sys/dev/pccbb/pccbb.c 261216 2014-01-27 19:49:52Z jhb $");
---
> __FBSDID("$FreeBSD: head/sys/dev/pccbb/pccbb.c 261790 2014-02-12 04:30:37Z jhb $");
99a100
> #include <dev/pci/pcib_private.h>
1551c1552
< *result = sc->secbus;
---
> *result = sc->bus.sec;
1560d1560
< struct cbb_softc *sc = device_get_softc(brdev);
1566,1567c1566
< sc->secbus = value;
< return (0);
---
> return (EINVAL);