summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-6/+6
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-2/+1
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-191-2/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()emax2006-07-051-8/+10
* 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
* 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
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-1/+1
* Correct typo that could cause FIFO overflow.emax2005-04-061-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Correct typo. Return ENXIO instead of EIO.emax2004-11-191-1/+1
* Missed these in the last commit.julian2004-05-291-12/+10
* 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-271-4/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Part one of undating the bluetooth code to the newest versionjulian2003-05-101-43/+50
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* The second try a committing the bluetooth codejulian2002-11-201-0/+1247
OpenPOWER on IntegriCloud