Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: plunky
Date: Sat Nov 10 23:12:23 UTC 2007
Modified Files:
src/sys/dev/bluetooth: btuart.c
src/sys/dev/pcmcia: bt3c.c btbc.c
src/sys/dev/usb: ubt.c
src/sys/netbt: hci.h hci_event.c hci_ioctl.c hci_link.c hci_socket.c
hci_unit.c l2cap_lower.c l2cap_signal.c
Log Message:
use more device_t and device_xxx() accessors
make bluetooth stack keep device_t instead of softc pointer as
device is not necessarily part of softc, and pass device_t to
driver callbacks. hci_devname is no longer required.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/bluetooth/btuart.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/pcmcia/bt3c.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/pcmcia/btbc.c
cvs rdiff -r1.26 -r1.27 src/sys/dev/usb/ubt.c
cvs rdiff -r1.16 -r1.17 src/sys/netbt/hci.h
cvs rdiff -r1.9 -r1.10 src/sys/netbt/hci_event.c
cvs rdiff -r1.5 -r1.6 src/sys/netbt/hci_ioctl.c
cvs rdiff -r1.15 -r1.16 src/sys/netbt/hci_link.c
cvs rdiff -r1.11 -r1.12 src/sys/netbt/hci_socket.c
cvs rdiff -r1.6 -r1.7 src/sys/netbt/hci_unit.c src/sys/netbt/l2cap_lower.c
cvs rdiff -r1.8 -r1.9 src/sys/netbt/l2cap_signal.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index