Add the pccard controller for a Toshiba Portege drive. No vendor ID, no
product ID, and in this temporary loan, no bleeding power supply so it can only probe the controller and not the drive. Still, its something.
This commit is contained in:
parent
acae4fe558
commit
c9355a957c
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: wdc_pcmcia.c,v 1.33 2000/06/28 16:39:28 mrg Exp $ */
|
/* $NetBSD: wdc_pcmcia.c,v 1.34 2000/07/20 23:20:01 abs Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
|
@ -120,6 +120,12 @@ struct wdc_pcmcia_product {
|
||||||
"SHUTTLE TECHNOLOGY IDE/ATAPI Adapter"
|
"SHUTTLE TECHNOLOGY IDE/ATAPI Adapter"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/* Toshiba Portege 3110 CD, with neither vendor ID nor product ID */
|
||||||
|
{ -1, -1, 0,
|
||||||
|
{ "FREECOM", "PCCARD-IDE", NULL, NULL},
|
||||||
|
"FREECOM PCCARD-IDE"
|
||||||
|
},
|
||||||
|
|
||||||
{ 0, 0, 0, { NULL, NULL, NULL, NULL}, NULL }
|
{ 0, 0, 0, { NULL, NULL, NULL, NULL}, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue