summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/auxioreg.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-02-01 21:48:24 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-02-01 21:48:24 +0000
commit3e1b9f4bfaf7e368b07e31c7ea2af2d663fa6c83 (patch)
treeafeb8523620c6fa2455f0901bf6d2507e5c639c6 /sys/arch/sparc64/dev/auxioreg.h
parentc6e798b53d04b34233a34e564b5dba6a0d500e0d (diff)
Clean up auxio a bit and add machdep.led_blink sysctl (like sparc),
portions from NetBSD.
Diffstat (limited to 'sys/arch/sparc64/dev/auxioreg.h')
-rw-r--r--sys/arch/sparc64/dev/auxioreg.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/auxioreg.h b/sys/arch/sparc64/dev/auxioreg.h
index 6beec3e03cb..d69858f6759 100644
--- a/sys/arch/sparc64/dev/auxioreg.h
+++ b/sys/arch/sparc64/dev/auxioreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auxioreg.h,v 1.2 2001/08/29 02:47:58 jason Exp $ */
+/* $OpenBSD: auxioreg.h,v 1.3 2002/02/01 21:48:23 jason Exp $ */
/* $NetBSD: auxioreg.h,v 1.3 2000/04/15 03:08:13 mrg Exp $ */
/*
@@ -47,7 +47,6 @@
#define AUXIO_POWER_COURTESY_OFF 0x1
#define AUXIO_LED 0x00726000
-#define AUXIO_LED_LED 0x0
#define AUXIO_LED_MB1 0xf0 /* must be set on write */
/* XXX: these may be useless on Ebus2 auxio! find out! */
#define AUXIO_LED_FHD 0x20 /* floppy: high density (unreliable?)*/
@@ -55,9 +54,7 @@
#define AUXIO_LED_FDS 0x08 /* floppy: drive select */
#define AUXIO_LED_FTC 0x04 /* floppy: drives Terminal Count pin */
#define AUXIO_LED_FEJ 0x02 /* floppy: eject disk */
-#if 0
#define AUXIO_LED_LED 0x01 /* front panel LED */
-#endif
#define AUXIO_PCI 0x00728000
#define AUXIO_PCI_SLOT0 0x0 /* two bits each */