| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus | jhb | 2011-05-06 | 1 | -2/+2 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 1 | -1/+1 |
* | Allow device hints to wire the unit numbers of devices. | jhb | 2008-11-18 | 1 | -64/+69 |
* | MFp4: | imp | 2008-11-02 | 1 | -3/+19 |
* | MFp4 (my newcard tree): | imp | 2008-08-24 | 1 | -54/+0 |
* | When trying to allocate a PnP BIOS memory resource, the code loops trying | jhb | 2007-04-17 | 1 | -1/+1 |
* | Make the ISAPNP code optional and only enable it on i386 and pc98 (used | marius | 2006-06-12 | 1 | -0/+6 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -3/+0 |
* | Add pnp and location info for the ISA bus. The pnp info is the | imp | 2005-08-01 | 1 | -0/+25 |
* | Use STAILQ in preference to SLIST for the resources. Insert new resources | imp | 2005-03-18 | 1 | -5/+5 |
* | Protect against wrapping. This appaers to fix some hangs that people | imp | 2005-01-23 | 1 | -1/+1 |
* | Formatting nits | imp | 2004-12-27 | 1 | -6/+6 |
* | Get rid of #ifdef for legacy system. Move that into the MD code. | imp | 2004-12-24 | 1 | -6/+5 |
* | A few style(9) changes before more extensive changes: | imp | 2004-12-24 | 1 | -60/+55 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -12/+12 |
* | - Make the isab devclass global to allow for multiple ISA bridge drivers. | jhb | 2003-07-08 | 1 | -0/+17 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Create a 'legacy' node for AMD64 as well as i386. While we'll never | peter | 2003-04-30 | 1 | -1/+1 |
* | Add a module version number. | mdodd | 2003-04-15 | 1 | -0/+1 |
* | - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead of | jhb | 2002-10-15 | 1 | -4/+4 |
* | Don't leak memory in case device_add_child_ordered() returns NULL. | phk | 2002-09-30 | 1 | -3/+6 |
* | Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of | jhb | 2002-09-26 | 1 | -2/+2 |
* | Fix style bugs: | alfred | 2002-02-24 | 1 | -2/+3 |
* | Give a little more information as to why pnp configuration of a device | alfred | 2002-02-24 | 1 | -1/+7 |
* | Use the new resource_list_print_type() function. | tmm | 2001-12-21 | 1 | -40/+5 |
* | Rework the ISA PnP driver pnp and the PnP resource parser to fix | yokota | 2001-09-05 | 1 | -2/+92 |
* | Add a new field, id_config_attr to the struct isa_device. | yokota | 2001-09-03 | 1 | -0/+8 |
* | Safety-check against empty PnP ID lists. | msmith | 2001-08-30 | 1 | -1/+1 |
* | DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!! | julian | 2001-08-10 | 1 | -12/+25 |
* | It's possible for an ISA bus to be hung off an EISA bridge, so we need to | msmith | 2000-12-12 | 1 | -0/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Reduce code duplication by using the GET_RESOURCE_LIST bus method and related | mdodd | 2000-11-28 | 1 | -26/+12 |
* | Don't assume that any ISA device that fails to probe is a PnP device, | jhb | 2000-07-12 | 1 | -9/+11 |
* | Replace the unknown driver with a nomatch method in the isa driver. | dfr | 2000-06-25 | 1 | -71/+70 |
* | When allocating resources in the following cases: | msmith | 2000-02-11 | 1 | -5/+5 |
* | Don't mark unallocated resources as active; the goal is to reserve them, | msmith | 2000-01-18 | 1 | -1/+1 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -1/+5 |
* | Allow NULL for startp and/or countp in bus_get_resource() so that you can | peter | 1999-11-20 | 1 | -2/+4 |
* | Reorganise the code so that I can add custom identify drivers dynamically | dfr | 1999-11-11 | 1 | -1/+71 |
* | * Add struct resource_list* argument to resource_list_alloc and | dfr | 1999-10-12 | 1 | -24/+27 |
* | Disable pnp devices before running heuristic probes. This allows us to | dfr | 1999-10-03 | 1 | -2/+16 |
* | Change isa_get/set_flags() to device_get/set_flags(). | dfr | 1999-09-07 | 1 | -12/+3 |
* | Only set the description if there is one in the matching isa_pnp_id. | dfr | 1999-09-04 | 1 | -1/+2 |
* | This represents essentially a complete rewrite of the ISA PnP code. The | dfr | 1999-09-01 | 1 | -19/+535 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix a typo. | mdodd | 1999-07-29 | 1 | -5/+5 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | mdodd | 1999-07-29 | 1 | -10/+14 |
* | * Add ivars for ISA pnp. | dfr | 1999-05-30 | 1 | -2/+49 |
* | * Change device_add_child_after() to device_add_child_ordered() which is | dfr | 1999-05-28 | 1 | -6/+3 |