diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-05-01 18:32:51 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-05-01 18:32:51 +0000 |
commit | 27c560104effd5188ebd452ad6ca7898d0ee28b4 (patch) | |
tree | 6538480132584d53d6ba8857649951f9091a96a2 /sys/arch/mac68k/dev/nubus.h | |
parent | 667bb02ef6ce8100f02b7ce64094665f16cda602 (diff) |
Treat drhw 118 and 119 the same for Apple ethernet cards.
Diffstat (limited to 'sys/arch/mac68k/dev/nubus.h')
-rw-r--r-- | sys/arch/mac68k/dev/nubus.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/nubus.h b/sys/arch/mac68k/dev/nubus.h index 68c54b6655d..af2e978147d 100644 --- a/sys/arch/mac68k/dev/nubus.h +++ b/sys/arch/mac68k/dev/nubus.h @@ -1,5 +1,5 @@ -/* $OpenBSD: nubus.h,v 1.13 1997/05/01 03:35:53 briggs Exp $ */ -/* $NetBSD: nubus.h,v 1.17 1997/02/24 06:20:07 scottr Exp $ */ +/* $OpenBSD: nubus.h,v 1.14 1997/05/01 18:32:50 briggs Exp $ */ +/* $NetBSD: nubus.h,v 1.24 1997/05/01 18:17:18 briggs Exp $ */ /* * Copyright (c) 1995 Allen Briggs. All rights reserved. @@ -79,6 +79,7 @@ #define NUBUS_DRHW_KINETICS 0x0106 #define NUBUS_DRHW_CABLETRON 0x0109 #define NUBUS_DRHW_SONIC 0x0110 +#define NUBUS_DRHW_APPLE_SNT 0x0118 #define NUBUS_DRHW_APPLE_SN 0x0119 #define NUBUS_CATEGORY_COMMUNICATIONS 0x0006 |