OpenBSD CVS

CVS log for src/sys/netbt/Attic/hci.h


[BACK] Up to [local] / src / sys / netbt

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14, Fri Jul 11 21:54:38 2014 UTC (9 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +2 -2 lines
FILE REMOVED

"It's not the years, honey; it's the mileage."

bluetooth support doesn't work and isn't going anywhere. the current
design is a dead end, and should not be the basis for any future support.
general consensus says to whack it so as to not mislead the unwary.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 25 14:00:12 2008 UTC (15 years, 6 months ago) by uwe
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

unbreak build on sgi (thanks jasper)

Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 22 04:42:58 2008 UTC (15 years, 6 months ago) by uwe
Branch: MAIN
Changes since 1.11: +236 -234 lines
Diff to previous 1.11 (colored)

Sync bluetooth with NetBSD

Revision 1.11 / (download) - annotate - [select for diffs], Tue May 27 19:41:14 2008 UTC (16 years ago) by thib
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (colored)

bring netbt's usrreqs up to speed on the usrreq changes.
allows it too compile again.

pointed out by mk@ and deraadt@

Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 24 21:34:48 2008 UTC (16 years, 3 months ago) by uwe
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.9: +432 -89 lines
Diff to previous 1.9 (colored)

Sync sys/netbt with NetBSD
ok deraadt@

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 22 21:05:00 2007 UTC (16 years, 10 months ago) by gwk
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.8: +49 -49 lines
Diff to previous 1.8 (colored)

spacing, chop some of the more obscenely long lines.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jun 24 20:55:27 2007 UTC (16 years, 11 months ago) by uwe
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

Remove some unused leftover code; original request from jasper@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 19 08:12:34 2007 UTC (16 years, 11 months ago) by uwe
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

Abort all pending ACL connections when we get an HCI command parameter
error in response to a HCI_CMD_CREATE_CON command instead of waiting
that the user aborts due to boredom.  Unfortunately, the command status
event does not include a hint to tells us which connection failed.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 1 02:46:11 2007 UTC (17 years ago) by uwe
Branch: MAIN
Changes since 1.5: +10 -3 lines
Diff to previous 1.5 (colored)

complete the sys/netbt import and adopt some more code to our interfaces

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 31 23:50:19 2007 UTC (17 years ago) by uwe
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Enable packet flow between HCI driver and controller
- not all platforms have generic sofintr support, use schednetisr()
- enable HCI driver at attach time (for development, since we have no
  userland tools yet)

Revision 1.4 / (download) - annotate - [select for diffs], Wed May 30 03:42:53 2007 UTC (17 years ago) by uwe
Branch: MAIN
Changes since 1.3: +1644 -1076 lines
Diff to previous 1.3 (colored)

Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removal
of the existing code

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 15 21:16:40 2005 UTC (18 years, 11 months ago) by grange
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

From FreeBSD netgraph/bluetooth/include/ng_hci.h rev. 1.5:

Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.
class is a reserved word in C++

Submitted by:	Markus Brueffer < markus AT brueffer DOT de >

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 17 18:12:49 2005 UTC (19 years, 4 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

cleanup rcsids

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 14 12:04:02 2005 UTC (19 years, 5 months ago) by grange
Branch: MAIN

First step in Bluetooth protocol stack support.

The code is adopted from the FreeBSD netgraph-based Bluetooth
implementation by Maksim Yevmenkin <m_evmenkin@yahoo.com> but
all netgraph glue was replaced with usual BSD network stack
hooks. This is a work in progress. Only HCI layer works for now,
L2CAP and RFCOMM are on the way.

Help in testing from many, ok markus@.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.