summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix style bugs:alfred2002-02-241-2/+3
* Give a little more information as to why pnp configuration of a devicealfred2002-02-241-1/+7
* Use the new resource_list_print_type() function.tmm2001-12-211-40/+5
* Rework the ISA PnP driver pnp and the PnP resource parser to fixyokota2001-09-051-2/+92
* Add a new field, id_config_attr to the struct isa_device.yokota2001-09-031-0/+8
* Safety-check against empty PnP ID lists.msmith2001-08-301-1/+1
* DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!julian2001-08-101-12/+25
* It's possible for an ISA bus to be hung off an EISA bridge, so we need tomsmith2000-12-121-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedmdodd2000-11-281-26/+12
* Don't assume that any ISA device that fails to probe is a PnP device,jhb2000-07-121-9/+11
* Replace the unknown driver with a nomatch method in the isa driver.dfr2000-06-251-71/+70
* 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