summaryrefslogtreecommitdiffstats
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...sbz2013-01-301-1/+2
* Remove an unnecessary INTR_MPSAFE and a comment suggesting it wasjhb2011-01-061-3/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* Set D_NEEDGIANT.kib2007-08-041-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-7/+9
* Use the new bus_space/resource convenience functions.phk2005-09-241-56/+35
* Instead of a rather useless generation number, use a sample number tophk2005-03-191-18/+19
* Use BUS_PROBE_DEFAULTimp2005-03-061-1/+1
* Commit the new version of the adlink driver which can do non-cyclicphk2004-09-191-305/+250
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+4
* Lock Giant around the body of the adlink_loran() function used by thejhb2004-03-051-0/+2
* Device megapatch 4/6:phk2004-02-211-0/+2
* The present defaults for the open and close for device drivers whichphk2003-09-271-1/+0
* Be less confusing in a comment.phk2003-09-051-1/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* Prefer new location for dev/pci/pci*.himp2003-08-221-2/+2
* Almost the finished article.phk2003-04-081-23/+276
* Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".phk2003-04-041-0/+238
OpenPOWER on IntegriCloud