OpenBSD CVS

CVS log for src/sys/netbt/Attic/hci_event.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10, Fri Jul 11 21:54:38 2014 UTC (9 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -1 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.9 / (download) - annotate - [select for diffs], Fri Aug 20 17:00:40 2010 UTC (13 years, 9 months ago) by jsg
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
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

add format strings implied by surplus arguments
found via the clang static analyser

Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 22 04:42:58 2008 UTC (15 years, 6 months ago) by uwe
Branch: MAIN
CVS Tags: 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.7: +71 -42 lines
Diff to previous 1.7 (colored)

Sync bluetooth with NetBSD

Revision 1.7 / (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_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.6: +230 -96 lines
Diff to previous 1.6 (colored)

Sync sys/netbt with NetBSD
ok deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 1 16:39:30 2007 UTC (16 years, 8 months ago) by krw
Branch: MAIN
Changes since 1.5: +3 -4 lines
Diff to previous 1.5 (colored)

Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'
where obvious.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 19 08:12:35 2007 UTC (16 years, 11 months ago) by uwe
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.4: +14 -1 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Fri Jun 1 03:21:41 2007 UTC (17 years ago) by uwe
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

set debug level to 0

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

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

Revision 1.2 / (download) - annotate - [select for diffs], Thu May 31 23:50:19 2007 UTC (17 years ago) by uwe
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1 (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.1 / (download) - annotate - [select for diffs], Wed May 30 03:42:53 2007 UTC (17 years ago) by uwe
Branch: MAIN

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

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.