diff options
| author | bjh21 <bjh21@NetBSD.org> | 2004-01-07 22:02:23 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2004-01-07 22:02:23 +0000 |
| commit | a33e6715682618b57f4e82c1185e686236c1bf41 (patch) | |
| tree | 890f0051b84555472bd18c4a8962ca498439a2a5 /sys/dev | |
| parent | 38cb9d0fe24c81d84069220485c19fadaeaa1c74 (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/podulebus/podule_data.h | 6 | ||||
| -rw-r--r-- | sys/dev/podulebus/podules.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/podulebus/podule_data.h b/sys/dev/podulebus/podule_data.h index 438c37fe7d8..e0d5d3d931e 100644 --- a/sys/dev/podulebus/podule_data.h +++ b/sys/dev/podulebus/podule_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: podule_data.h,v 1.13 2003/01/26 19:35:52 chris Exp $ */ +/* $NetBSD: podule_data.h,v 1.14 2004/01/07 22:02:23 bjh21 Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: podules,v 1.15 2003/01/26 19:35:04 chris Exp + * NetBSD: podules,v 1.16 2004/01/07 22:00:51 bjh21 Exp */ /* @@ -182,7 +182,7 @@ static struct podule_description known_podules[] = { { PODULE_LINGENUITY_SCSI8SHARE, "8 bit SCSIShare interface" }, { PODULE_VTI_SCSI, "SCSI interface" }, { PODULE_ATOMWIDE_PIA, "PIA" }, - { PODULE_NEXUSNS, "Nexus interface (A3020 netslot)" }, + { PODULE_NEXUSNS, "Nexus interface (A3020/RiscPC netslot)" }, { PODULE_ATOMWIDE_SERIAL, "multiport serial interface" }, { PODULE_WATFORD_IDE, "IDE interface" }, { PODULE_ATOMWIDE_IDE, "IDE interface" }, diff --git a/sys/dev/podulebus/podules.h b/sys/dev/podulebus/podules.h index 58c394102b5..8795fca8eaa 100644 --- a/sys/dev/podulebus/podules.h +++ b/sys/dev/podulebus/podules.h @@ -1,10 +1,10 @@ -/* $NetBSD: podules.h,v 1.13 2003/01/26 19:35:52 chris Exp $ */ +/* $NetBSD: podules.h,v 1.14 2004/01/07 22:02:23 bjh21 Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: podules,v 1.15 2003/01/26 19:35:04 chris Exp + * NetBSD: podules,v 1.16 2004/01/07 22:00:51 bjh21 Exp */ /* @@ -278,7 +278,7 @@ #define PODULE_LINGENUITY_SCSI8SHARE 0x008c /* 8 bit SCSIShare interface */ #define PODULE_VTI_SCSI 0x008d /* SCSI interface */ #define PODULE_ATOMWIDE_PIA 0x008e /* PIA */ -#define PODULE_NEXUSNS 0x008f /* Nexus interface (A3020 netslot) */ +#define PODULE_NEXUSNS 0x008f /* Nexus interface (A3020/RiscPC netslot) */ /* RISC iX: #define XCB_PRODUCT_XCB_DTSOFTWAREPCCONNECT 144 */ #define PODULE_ATOMWIDE_SERIAL 0x0090 /* multiport serial interface */ #define PODULE_WATFORD_IDE 0x0091 /* IDE interface */ |
