Subject: CVS commit: [netbsd-2] src/sys/arch/sparc64/dev
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/16/2005 14:12:29
Module Name:	src
Committed By:	he
Date:		Sun Jan 16 14:12:29 UTC 2005

Modified Files:
	src/sys/arch/sparc64/dev [netbsd-2]: auxio.c

Log Message:
Pull up revision 1.13 (requested by bouyer in ticket #924):
  In auxio_blink(), only toggle the AUXIO_LED_LED bit, don't
  clear the others.  It looks like bit 3 control the on-board
  le's link test, clearing it breaks the interface (no link
  detected on the remote end). Bit 3 is defined as AUXIO4M_LTE
  (link-test enable) for sun4m systems (maybe all the AUXIO4M_*
  bits are valid on the Ultra/1 too?).
  Tested on Ultra/1 and Ultra/5.  Fixes PR#25039.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.4.1 src/sys/arch/sparc64/dev/auxio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.