MFP4: More removal of unused stuff.
This commit is contained in:
parent
f481fa4d29
commit
7f33c2df93
@ -316,7 +316,6 @@ cbb_pci_attach(device_t brdev)
|
||||
sc->secbus = pci_read_config(brdev, PCIR_SECBUS_2, 1);
|
||||
sc->subbus = pci_read_config(brdev, PCIR_SUBBUS_2, 1);
|
||||
SLIST_INIT(&sc->rl);
|
||||
STAILQ_INIT(&sc->intr_handlers);
|
||||
cbb_powerstate_d0(brdev);
|
||||
|
||||
rid = CBBR_SOCKBASE;
|
||||
|
@ -36,7 +36,6 @@ struct cbb_intrhand {
|
||||
void *arg;
|
||||
struct cbb_softc *sc;
|
||||
void *cookie;
|
||||
STAILQ_ENTRY(cbb_intrhand) entries;
|
||||
};
|
||||
|
||||
struct cbb_reslist {
|
||||
|
Loading…
x
Reference in New Issue
Block a user