summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index ec96693..c0f7e01 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -706,6 +706,7 @@ pcic_pci_attach(device_t dev)
struct pcic_slot *sp;
struct pcic_softc *sc;
u_int32_t sockbase;
+ u_int32_t stat;
struct pcic_pci_table *itm;
int rid;
struct resource *r = NULL;
@@ -827,6 +828,8 @@ pcic_pci_attach(device_t dev)
}
}
+ stat = bus_space_read_4(sp->bst, sp->bsh, CB_SOCKET_STATE);
+ sc->cd_present = (stat & CB_SS_CD) == 0;
return (pcic_attach(dev));
}
OpenPOWER on IntegriCloud