Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/amiga/dev Pull up revision 1.6 (requested by is):
details: https://anonhg.NetBSD.org/src/rev/75e12e3e51cd
branches: netbsd-1-5
changeset: 490497:75e12e3e51cd
user: jhawk <jhawk%NetBSD.org@localhost>
date: Thu Jan 25 16:40:53 2001 +0000
description:
Pull up revision 1.6 (requested by is):
Correct and add (Respectively) the name of the X-surf board in comments.
diffstat:
sys/arch/amiga/dev/if_ne_zbus.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9964415002ee -r 75e12e3e51cd sys/arch/amiga/dev/if_ne_zbus.c
--- a/sys/arch/amiga/dev/if_ne_zbus.c Thu Jan 25 16:36:55 2001 +0000
+++ b/sys/arch/amiga/dev/if_ne_zbus.c Thu Jan 25 16:40:53 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_zbus.c,v 1.5 2000/01/23 21:06:13 aymeric Exp $ */
+/* $NetBSD: if_ne_zbus.c,v 1.5.4.1 2001/01/25 16:40:53 jhawk Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@
if (zap->manid == 2167 && zap->prodid == 202)
return (1);
- /* X-serv ethernet card */
+ /* X-surf ethernet card */
if (zap->manid == 4626 && zap->prodid == 23)
return (1);
Home |
Main Index |
Thread Index |
Old Index