summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.c
Commit message (Expand)AuthorAgeFilesLines
* When allocating resources in the following cases:msmith2000-02-111-5/+5
* Don't mark unallocated resources as active; the goal is to reserve them,msmith2000-01-181-1/+1
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+5
* Allow NULL for startp and/or countp in bus_get_resource() so that you canpeter1999-11-201-2/+4
* Reorganise the code so that I can add custom identify drivers dynamicallydfr1999-11-111-1/+71
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-24/+27
* Disable pnp devices before running heuristic probes. This allows us todfr1999-10-031-2/+16
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-12/+3
* Only set the description if there is one in the matching isa_pnp_id.dfr1999-09-041-1/+2
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-19/+535
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a typo.mdodd1999-07-291-5/+5
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-10/+14
* * Add ivars for ISA pnp.dfr1999-05-301-2/+49
* * Change device_add_child_after() to device_add_child_ordered() which isdfr1999-05-281-6/+3
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-0/+395
OpenPOWER on IntegriCloud