diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-07-31 20:01:11 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-07-31 20:01:11 +0000 |
| commit | db351cca83cd345216ddb27d3ab32fb0d5a324b1 (patch) | |
| tree | 7482e9afa101e6ecdd8fe4fdced6efa5f28dc4c6 | |
| parent | 16afddabdce66eabadec18858bdb70d915b8a310 (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pccard_nbk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c index 5621cd27dc31..14d00d3e108a 100644 --- a/sys/pccard/pccard_nbk.c +++ b/sys/pccard/pccard_nbk.c @@ -119,7 +119,7 @@ pccard_compat_do_attach(device_t bus, device_t dev) static int pccard_probe(device_t dev) { - device_set_desc(dev, "PC Card bus (classic)"); + device_set_desc(dev, "PC Card 16-bit bus (classic)"); return (0); } |
