Contribution by Ryoji Kato: I-O DATA IFML-560 56K modem device ID.

This commit is contained in:
is 2001-01-26 11:04:20 +00:00
parent 2b15bcc35b
commit cf9b8e8210
2 changed files with 8 additions and 7 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: isapnpdevs.c,v 1.41 2000/12/19 01:08:13 mjl Exp $ */
/* $NetBSD: isapnpdevs.c,v 1.42 2001/01/26 11:04:20 is Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.38 2000/12/19 01:07:52 mjl Exp
* NetBSD: isapnpdevs,v 1.39 2001/01/26 11:02:18 is Exp
*/
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@ -100,13 +100,14 @@ static const struct isapnp_matchinfo isapnp_com_devlogic[] = {
{"SUP1650", 0}, /* Supra 336i Sp Intl */
{"SUP2480", 0}, /* SupraExpress 56i Sp V.90 */
{"GVC0505", 0}, /* GVC 56k Faxmodem */
{"IOD0081", 0}, /* I-O DATA IFML-560 */
};
static const struct isapnp_matchinfo isapnp_com_devcompat[] = {
{"PNP0500", 0}, /* Generic 8250/16450 */
{"PNP0501", 0}, /* Generic 16550A */
};
const struct isapnp_devinfo isapnp_com_devinfo = {
isapnp_com_devlogic, 17,
isapnp_com_devlogic, 18,
isapnp_com_devcompat, 2,
};

View File

@ -1,15 +1,15 @@
/* $NetBSD: isapnpdevs.h,v 1.38 2000/12/19 01:08:13 mjl Exp $ */
/* $NetBSD: isapnpdevs.h,v 1.39 2001/01/26 11:04:20 is Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.38 2000/12/19 01:07:52 mjl Exp
* NetBSD: isapnpdevs,v 1.39 2001/01/26 11:02:18 is Exp
*/
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation