summaryrefslogtreecommitdiffstats
path: root/sys/isa/isahint.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak the way that the ACPI and ISA bus drivers match hint devices tojhb2009-08-241-4/+23
* Allow device hints to wire the unit numbers of devices.jhb2008-11-181-39/+76
* (apply '(lambda (reformat-region 'style-9-parens)) (read-file isahint.c))imp2006-07-081-2/+2
* Remove old GENERIC kludge. We no longer need to skip devices namedimp2006-07-081-8/+2
* Add ISACFGATTR_HINTS flag to allow detection of a device that was createdmdodd2005-04-131-0/+2
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-4/+1
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Hints overhaul:peter2001-06-121-12/+10
* Always call resource_int_value function for getting portsize and msize.nyan2001-03-171-4/+6
* Repeat after me: I will test *before* commit, not after.... *blush*peter2000-10-151-1/+1
* Untangle some resource matching loops that were getting on my nervespeter2000-10-151-6/+4
* Allow a DMA channel of 0. This gets the on-board mss audio device workinggallatin1999-11-221-1/+1
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-6/+4
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Do not print resource values which are not set.yokota1999-07-241-7/+7
* * Change device_add_child_after() to device_add_child_ordered() which isdfr1999-05-281-6/+6
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-16/+19
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-0/+131
OpenPOWER on IntegriCloud