Fix comment

This commit is contained in:
Warner Losh 2005-09-25 01:38:02 +00:00
parent c47a4d1c9f
commit 50acd0b852
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150532

View file

@ -85,9 +85,9 @@ struct pccard_tuple {
typedef int (*pccard_scan_t)(const struct pccard_tuple *, void *);
struct pccard_product {
const char *pp_name; /* NULL if end of table */
const char *pp_name;
#define PCCARD_VENDOR_ANY (0xffffffff)
uint32_t pp_vendor;
uint32_t pp_vendor; /* 0 == end of table */
#define PCCARD_PRODUCT_ANY (0xffffffff)
uint32_t pp_product;
const char *pp_cis[4];