aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/isa_common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix style bugs:Alfred Perlstein2002-02-241-2/+3
* Give a little more information as to why pnp configuration of a deviceAlfred Perlstein2002-02-241-1/+7
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-211-40/+5
* Rework the ISA PnP driver pnp and the PnP resource parser to fixKazutaka YOKOTA2001-09-051-2/+92
* Add a new field, id_config_attr to the struct isa_device.Kazutaka YOKOTA2001-09-031-0/+8
* Safety-check against empty PnP ID lists.Mike Smith2001-08-301-1/+1
* DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!Julian Elischer2001-08-101-12/+25
* It's possible for an ISA bus to be hung off an EISA bridge, so we need toMike Smith2000-12-121-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedMatthew N. Dodd2000-11-281-26/+12
* Don't assume that any ISA device that fails to probe is a PnP device,John Baldwin2000-07-121-9/+11
* Replace the unknown driver with a nomatch method in the isa driver.Doug Rabson2000-06-251-71/+70
* When allocating resources in the following cases:Mike Smith2000-02-111-5/+5
* Don't mark unallocated resources as active; the goal is to reserve them,Mike Smith2000-01-181-1/+1
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+5
* Allow NULL for startp and/or countp in bus_get_resource() so that you canPeter Wemm1999-11-201-2/+4
* Reorganise the code so that I can add custom identify drivers dynamicallyDoug Rabson1999-11-111-1/+71
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-24/+27
* Disable pnp devices before running heuristic probes. This allows us toDoug Rabson1999-10-031-2/+16
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-071-12/+3
* Only set the description if there is one in the matching isa_pnp_id.Doug Rabson1999-09-041-1/+2
* This represents essentially a complete rewrite of the ISA PnP code. TheDoug Rabson1999-09-011-19/+535
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a typo.Matthew N. Dodd1999-07-291-5/+5
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-10/+14
* * Add ivars for ISA pnp.Doug Rabson1999-05-301-2/+49
* * Change device_add_child_after() to device_add_child_ordered() which isDoug Rabson1999-05-281-6/+3
* * Factor out the common code between the isa bus drivers for i386 and alpha.Doug Rabson1999-05-221-0/+395