add CARDBUS_SUBCLASS_COMMUNICATIONS_SERIAL

This commit is contained in:
joda 2000-04-13 10:11:15 +00:00
parent fa13d97855
commit 81bac16312
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cardbusvar.h,v 1.17 2000/04/02 19:11:37 mycroft Exp $ */
/* $NetBSD: cardbusvar.h,v 1.18 2000/04/13 10:11:15 joda Exp $ */
/*
* Copyright (c) 1998, 1999 and 2000
@ -113,6 +113,9 @@ typedef u_int16_t cardbus_product_id_t;
#define CARDBUS_CLASS_SERIALBUS 0x0c
#define CARDBUS_CLASS_UNDEFINED 0xff
/* 0x07 serial bus subclasses */
#define CARDBUS_SUBCLASS_COMMUNICATIONS_SERIAL 0x00
/* 0x0c serial bus subclasses */
#define CARDBUS_SUBCLASS_SERIALBUS_FIREWIRE 0x00
#define CARDBUS_SUBCLASS_SERIALBUS_ACCESS 0x01