Add NSC (NSC6001) IRDA device.

This commit is contained in:
rpaulo 2005-12-11 18:48:51 +00:00
parent 04586df7ea
commit c747cf7094
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_acpi.c,v 1.16 2005/12/11 12:21:02 christos Exp $ */
/* $NetBSD: com_acpi.c,v 1.17 2005/12/11 18:48:51 rpaulo Exp $ */
/*
* Copyright (c) 2002 Jared D. McNeill <jmcneill@invisible.ca>
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_acpi.c,v 1.16 2005/12/11 12:21:02 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_acpi.c,v 1.17 2005/12/11 18:48:51 rpaulo Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -70,6 +70,7 @@ static const char * const com_acpi_ids[] = {
"PNP0511", /* Generic IRDA-compatible device */
"IBM0071", /* IBM ThinkPad IRDA device */
"SMCF010", /* SMC SuperIO IRDA device */
"NSC6001", /* NSC IRDA device */
NULL
};