This commit is contained in:
rumble 2007-02-19 04:47:06 +00:00
parent 4468ccf7ad
commit acd87b911b
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: giodevs.h,v 1.6 2006/07/20 13:12:32 rumble Exp $ */
/* $NetBSD: giodevs.h,v 1.7 2007/02/19 04:47:06 rumble Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -16,8 +16,8 @@
#define IVAS 0x30 /* Lyon Lamb IVAS */
#define PHOBOS_G160 0x35 /* Phobos G160 10/100 Ethernet */
#define PHOBOS_G130 0x36 /* Phobos G130 10/100 Ethernet */
#define PHOBOS_G100 0x37 /* Phobos G100 10/100 Ethernet */
#define SETENG_GFE 0x38 /* Set Engineering GIO 100BaseTX Fast Ethernet */
#define PHOBOS_G100 0x37 /* Phobos G100 100baseTX Fast Ethernet */
#define SETENG_GFE 0x38 /* Set Engineering GFE 10/100 Ethernet */
#define ATM 0x85 /* ATM board */
#define SCSI 0x87 /* 16 bit SCSI Card */
#define SMPTE 0x8c /* SMPTE 259M Video */

View File

@ -1,4 +1,4 @@
/* $NetBSD: giodevs_data.h,v 1.5 2006/07/20 13:12:32 rumble Exp $ */
/* $NetBSD: giodevs_data.h,v 1.6 2007/02/19 04:47:06 rumble Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -23,8 +23,8 @@ struct gio_knowndev gio_knowndevs[] = {
{ 0x30, "Lyon Lamb IVAS" },
{ 0x35, "Phobos G160 10/100 Ethernet" },
{ 0x36, "Phobos G130 10/100 Ethernet" },
{ 0x37, "Phobos G100 10/100 Ethernet" },
{ 0x38, "Set Engineering GIO 100BaseTX Fast Ethernet" },
{ 0x37, "Phobos G100 100baseTX Fast Ethernet" },
{ 0x38, "Set Engineering GFE 10/100 Ethernet" },
{ 0x85, "ATM board" },
{ 0x87, "16 bit SCSI Card" },
{ 0x8c, "SMPTE 259M Video" },