summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/include
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-05-10 02:24:56 +0000
committeremax <emax@FreeBSD.org>2004-05-10 02:24:56 +0000
commit7cd8d7675e61081cb557719b3aad6c1e290ccf3f (patch)
tree2e493ba171afb0cfc3c3f6b69d3d99362ef28be6 /sys/netgraph/bluetooth/include
parent8bd7d01673e5c8d45ea160e84c162bf96a17590e (diff)
downloadFreeBSD-src-7cd8d7675e61081cb557719b3aad6c1e290ccf3f.zip
FreeBSD-src-7cd8d7675e61081cb557719b3aad6c1e290ccf3f.tar.gz
Mode few Bluetooth defines into system include files
Reviewed by: imp
Diffstat (limited to 'sys/netgraph/bluetooth/include')
-rw-r--r--sys/netgraph/bluetooth/include/ng_bt3c.h5
-rw-r--r--sys/netgraph/bluetooth/include/ng_btsocket.h10
-rw-r--r--sys/netgraph/bluetooth/include/ng_h4.h7
3 files changed, 1 insertions, 21 deletions
diff --git a/sys/netgraph/bluetooth/include/ng_bt3c.h b/sys/netgraph/bluetooth/include/ng_bt3c.h
index 88084a2..2af1837 100644
--- a/sys/netgraph/bluetooth/include/ng_bt3c.h
+++ b/sys/netgraph/bluetooth/include/ng_bt3c.h
@@ -40,11 +40,6 @@
#ifndef _NG_BT3C_H_
#define _NG_BT3C_H_
-/* XXX FIME: does not belong here. Move to pccarddevs.h later */
-#define PCMCIA_PRODUCT_3COM_3CRWB609 0x0040
-#define PCMCIA_STR_3COM_3CRWB609 "3Com Bluetooth PC Card 3CRWB60-A"
-#define PCMCIA_CIS_3COM_3CRWB609 { NULL, NULL, NULL, NULL }
-
/**************************************************************************
**************************************************************************
** Netgraph node hook name, type name and type cookie and commands
diff --git a/sys/netgraph/bluetooth/include/ng_btsocket.h b/sys/netgraph/bluetooth/include/ng_btsocket.h
index 1e351d0..d13c650 100644
--- a/sys/netgraph/bluetooth/include/ng_btsocket.h
+++ b/sys/netgraph/bluetooth/include/ng_btsocket.h
@@ -33,14 +33,7 @@
#define _NETGRAPH_BTSOCKET_H_
/*
- * XXX FIXME: does not belong here, move to sys/socket.h later and fix AF_MAX
- */
-
-#define AF_BLUETOOTH 36 /* Address family */
-#define PF_BLUETOOTH AF_BLUETOOTH /* Protocol family */
-
-/*
- * XXX FIXME: does not belong here, move to other places later
+ * Bluetooth protocols
*/
#define BLUETOOTH_PROTO_HCI 134 /* HCI protocol number */
@@ -48,7 +41,6 @@
#define BLUETOOTH_PROTO_RFCOMM 136 /* RFCOMM protocol number */
/*
- * XXX FIXME: probably does not belong here
* Bluetooth version of struct sockaddr for raw HCI sockets
*
* XXX: sizeof(hci_node) was NG_NODELEN + 1, but NG_NODESIZ (the equivalent
diff --git a/sys/netgraph/bluetooth/include/ng_h4.h b/sys/netgraph/bluetooth/include/ng_h4.h
index 08f14f2..b191029 100644
--- a/sys/netgraph/bluetooth/include/ng_h4.h
+++ b/sys/netgraph/bluetooth/include/ng_h4.h
@@ -46,13 +46,6 @@
#ifndef _NETGRAPH_H4_H_
#define _NETGRAPH_H4_H_
-/*
- * H4 line discipline
- * XXX FIXME: does not belong here. Move to "ttycom.h" later
- */
-
-#define H4DISC 7
-
/**************************************************************************
**************************************************************************
** Netgraph node hook name, type name and type cookie and commands
OpenPOWER on IntegriCloud