summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2011-06-16 10:44:33 +0000
committermpi <mpi@openbsd.org>2011-06-16 10:44:33 +0000
commit6ca343de55922536d9addbd10853cb31a7f99df5 (patch)
tree1087907ae4ad1db3e062bdc19c99c0c5c0a3afec /sys/dev/adb
parentTypo, BINOWN -> BINGRP (diff)
downloadwireguard-openbsd-6ca343de55922536d9addbd10853cb31a7f99df5.tar.xz
wireguard-openbsd-6ca343de55922536d9addbd10853cb31a7f99df5.zip
Uses generic confargs to attach the apm(4) and piic(4) drivers instead of
the specifics adb arguments. Now apm(4) no longer depends on adb stuff and piic(4) doesn't attach on a via-cuda machine (e.g. my color G3 iMac). ok miod@
Diffstat (limited to 'sys/dev/adb')
-rw-r--r--sys/dev/adb/adb.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/adb/adb.h b/sys/dev/adb/adb.h
index 8600643f93e..35d0fb0db56 100644
--- a/sys/dev/adb/adb.h
+++ b/sys/dev/adb/adb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: adb.h,v 1.4 2011/06/15 21:32:05 miod Exp $ */
+/* $OpenBSD: adb.h,v 1.5 2011/06/16 10:44:33 mpi Exp $ */
/* $NetBSD: adbsys.h,v 1.4 2000/12/19 02:59:24 tsubai Exp $ */
/*-
@@ -78,9 +78,6 @@ typedef struct adb_event_s {
#define ADBADDR_TABLET ADBADDR_ABS
#define ADBADDR_MODEM ADBADDR_DATATX
-#define ADBADDR_APM 0xac0ff /* A faux-addr for the APM driver to
- latch onto */
-
/* Interesting keyboard handler IDs */
#define ADB_STDKBD 1
#define ADB_EXTKBD 2