aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/isahint.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Tweak the way that the ACPI and ISA bus drivers match hint devices toJohn Baldwin2009-08-241-4/+23
* Allow device hints to wire the unit numbers of devices.John Baldwin2008-11-181-39/+76
* (apply '(lambda (reformat-region 'style-9-parens)) (read-file isahint.c))Warner Losh2006-07-081-2/+2
* Remove old GENERIC kludge. We no longer need to skip devices namedWarner Losh2006-07-081-8/+2
* Add ISACFGATTR_HINTS flag to allow detection of a device that was createdMatthew N. Dodd2005-04-131-0/+2
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-4/+1
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Hints overhaul:Peter Wemm2001-06-121-12/+10
* Always call resource_int_value function for getting portsize and msize.Yoshihiro Takahashi2001-03-171-4/+6
* Repeat after me: I will test *before* commit, not after.... *blush*Peter Wemm2000-10-151-1/+1
* Untangle some resource matching loops that were getting on my nervesPeter Wemm2000-10-151-6/+4
* Allow a DMA channel of 0. This gets the on-board mss audio device workingAndrew Gallatin1999-11-221-1/+1
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-6/+4
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-071-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Do not print resource values which are not set.Kazutaka YOKOTA1999-07-241-7/+7
* * Change device_add_child_after() to device_add_child_ordered() which isDoug Rabson1999-05-281-6/+6
* * Factor out the common code between the isa bus drivers for i386 and alpha.Doug Rabson1999-05-221-16/+19
* * Define a new static method DEVICE_IDENTIFY which is called to add deviceDoug Rabson1999-05-141-0/+131