aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/adlink
Commit message (Expand)AuthorAgeFilesLines
* 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