diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-02-16 01:03:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-02-16 01:03:30 +0000 |
| commit | 1a0c32073ea8ecdbfb42e3d62ba076e8904c90cc (patch) | |
| tree | fe1ae19ecbd144d1fe218beb6550ec671d90e608 | |
| parent | 20a2a51bc39969d728bff09b75b1ec7f0bc2541e (diff) | |
Notes
| -rw-r--r-- | sys/dev/pccard/pccard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index 00a9015c170d..d92435820523 100644 --- a/sys/dev/pccard/pccard.c +++ b/sys/dev/pccard/pccard.c @@ -1003,6 +1003,7 @@ pccard_child_pnpinfo_str(device_t bus, device_t child, char *buf, struct pccard_function *func = devi->fcn; struct pccard_softc *sc = PCCARD_SOFTC(bus); + /* XXX need to make sure that we've quoted the " in strings! */ snprintf(buf, buflen, "manufacturer=0x%04x product=0x%04x " "cisvendor=\"%s\" cisproduct=\"%s\" function_type=%d", sc->card.manufacturer, sc->card.product, sc->card.cis1_info[0], |
