summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
2018-02-08Typos.dholland
2018-01-22Fix memory leak, looks like there is still something wrong here.maxv
2017-12-09adjust for printf signature.christos
2017-12-08coalesce the two copies of hexdump into libkernchristos
2017-10-23 If error occured in the attach function, free resources and return.msaitoh
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2017-08-01From bjoern johannesson, in netbsd-general... Reset the mask to 0, used tochristos
2017-06-25two spl leaks, found by Mootjamaxv
2017-06-03remove my copyright.christos
2017-02-02wlan interfaces make interrupt routine running on softint context.nonaka
2017-01-13Remove more dead codemaya
2017-01-12Remove dead code. RAY_DEF_NWID is a constant string, its length will nevermaya
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-11-27spaces to tabsmaya
2016-10-02MFREE -> m_freechristos
2016-07-14- Use aprint() more in isic_pcmcia_attach().msaitoh
2016-07-14KNF. No functional change.msaitoh
2016-07-11KNF. No functional change.msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-06-01Add 3Com 3CRWE777A to supported devices. From PR kern/39590pgoyette
2016-06-01Regenpgoyette
2016-06-01Ooopppsss - add it with the correct product ID.pgoyette
2016-06-01Add 3Com 3CRWE777A - from OpenBSDpgoyette
2016-04-23Merge nick-nhusbskrll
2016-03-11fix tpyomacallan
2016-03-11PR/50949: David Binderman: Fix misplaced parens.christos
2016-02-09Introduce softint-based if_inputozaki-r
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-05-25Remove leftover IPX-related stuffsozaki-r
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind
2014-05-12kill unused array splitchristos
2014-04-21Revert previous and fix correctly. Thanks, joergpgoyette
2014-04-21Insert { ... } to keep gcc happy when DPRINTF() macro is empty.pgoyette
2014-03-23remove unusedchristos
2014-02-21PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_inputchristos
2014-01-28Remove an unused variablemartin
2013-12-17Fix memset arguments.joerg
2013-10-17remove unused variablechristos
2013-10-12Pass the device name in, so we can debug what deferred drivers did not work.christos
2013-09-14GC pcmcia_sierra_ac850_func0 and *cfe0joerg
2013-03-30remove trailing whitespacechristos
2012-12-07Apply OpenBSD rev. 1.40:msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-08-25Add malo@pcmcia.kiyohara