summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* s/USBDEVNAME/device_get_nameunit/gemax2006-09-072-110/+105
* more usb fallout changesmjacob2006-09-073-75/+86
* Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()emax2006-07-052-8/+12
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-6/+6
* Do not manually allocate/free device's softc structure.emax2005-10-261-14/+2
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-261-2/+2
* Catch up with new interrupt handling code.ru2005-10-261-3/+3
* Use new (inline) functions for calls into driver.phk2005-10-161-2/+1
* Fix commentemax2005-09-221-1/+1
* Finish last commit: actually remove compat methods from bt3c_pccard_methodsimp2005-09-221-7/+3
* Remove broken OLDCARD compat shims.imp2005-09-221-16/+4
* Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200).emax2005-07-191-0/+1
* Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears thatemax2005-07-181-1/+1
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-1/+1
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listemax2005-05-281-4/+6
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notemax2005-05-101-1/+1
* Correct typo that could cause FIFO overflow.emax2005-04-061-1/+1
* - Use ng_callout() instead of home-grown implementation.glebius2005-01-112-22/+4
* /* -> /*- for license, minor formatting changesimp2005-01-078-8/+24
* Correct typo. Return ENXIO instead of EIO.emax2004-11-191-1/+1
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscemax2004-11-021-7/+9
* Get rid of device nodes interface. It is useless and confusing.emax2004-10-122-532/+1
* MFp4: Last references to dev/usb/usbdevs.h converted.imp2004-06-272-2/+4
* Catch up with usbd_get_string_desc() change.le2004-06-261-1/+1
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-10/+1
* Second half of the dev_t cleanup.phk2004-06-172-21/+21
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-20/+20
* add missing #include <sys/module.h>phk2004-05-302-0/+2
* Missed these in the last commit.julian2004-05-293-36/+31
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Address few style issues pointed out by bdeemax2004-04-273-13/+13
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-091-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Device megapatch 4/6:phk2004-02-212-0/+4
* Device megapatch 1/6:phk2004-02-212-14/+0
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneharti2004-01-261-2/+2
* Change double include protection style in headers to matchemax2003-11-142-2/+2
* Update Bluetooth code.emax2003-10-122-3/+2
* I don't know from where the notion that device driver should orphk2003-09-282-29/+2
* add missing machine/bus.h that is necessary to build now that usb is bus_dmajmg2003-07-161-0/+1
* Last commit of the bluetooth upgrade. (this patch was forgotten in the firstjulian2003-05-101-2/+2
* Part one of undating the bluetooth code to the newest versionjulian2003-05-1010-610/+1745
* Back out M_* changes, per decision of the TRB.imp2003-02-193-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* fixes for this driver:julian2002-11-261-2/+38
* The second try a committing the bluetooth codejulian2002-11-209-0/+4983
OpenPOWER on IntegriCloud