MFP4: More removal of unused stuff.

This commit is contained in:
Warner Losh 2005-10-08 06:58:51 +00:00
parent f481fa4d29
commit 7f33c2df93
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -36,7 +36,6 @@ struct cbb_intrhand {
void *arg;
struct cbb_softc *sc;
void *cookie;
STAILQ_ENTRY(cbb_intrhand) entries;
};
struct cbb_reslist {