aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mse/mse_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-2/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-4/+4
* Add locking and mark MPSAFE.John Baldwin2014-10-111-78/+47
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Minor style(9) changesWarner Losh2005-04-081-43/+20
* Use the standard FreeBSD licenseWarner Losh2005-01-111-8/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Separate mse driver into a core driver and a bus attachments. Separate outWarner Losh2004-12-121-0/+447