diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-05-14 23:14:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-05-14 23:14:23 +0000 |
| commit | f81f90ff953fcaa91deb760c1f61dfefde7c5b83 (patch) | |
| tree | 6819ea4d250ecf3d8ac65d2462e03be7d6d95de0 | |
| parent | 12d6689ccd4f2bc2fc4f28a835876222ec048b07 (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pcic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 2ca6af0975e7..3179d5534650 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -87,7 +87,6 @@ static void pcic98_resume(struct slot *); * Per-slot data table. */ struct pcic_slot { - int slotnum; /* My slot number */ int index; /* Index register */ int data; /* Data register */ int offset; /* Offset value for index */ @@ -475,7 +474,6 @@ pcic_probe(device_t dev) * Allocate a slot and initialise the data structures. */ validslots++; - sp->slotnum = slotnum + sc->unit * PCIC_CARD_SLOTS; sp->slt = (struct slot *) 1; /* * Modem cards send the speaker audio (dialing noises) |
