aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/adlink
Commit message (Expand)AuthorAgeFilesLines
* adlink: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+2
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Convert the PCI ID selection from a simple if into a table.Warner Losh2018-03-231-8/+27
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Remove an unnecessary INTR_MPSAFE and a comment suggesting it wasJohn Baldwin2011-01-061-3/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-1/+2
* Set D_NEEDGIANT.Konstantin Belousov2007-08-041-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-7/+9
* Use the new bus_space/resource convenience functions.Poul-Henning Kamp2005-09-241-56/+35
* Instead of a rather useless generation number, use a sample number toPoul-Henning Kamp2005-03-191-18/+19
* Use BUS_PROBE_DEFAULTWarner Losh2005-03-061-1/+1
* Commit the new version of the adlink driver which can do non-cyclicPoul-Henning Kamp2004-09-191-305/+250
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+4
* Lock Giant around the body of the adlink_loran() function used by theJohn Baldwin2004-03-051-0/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* The present defaults for the open and close for device drivers whichPoul-Henning Kamp2003-09-271-1/+0
* Be less confusing in a comment.Poul-Henning Kamp2003-09-051-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Prefer new location for dev/pci/pci*.hWarner Losh2003-08-221-2/+2
* Almost the finished article.Poul-Henning Kamp2003-04-081-23/+276
* Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".Poul-Henning Kamp2003-04-041-0/+238