summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.c
Commit message (Expand)AuthorAgeFilesLines
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busjhb2011-05-061-2/+2
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Allow device hints to wire the unit numbers of devices.jhb2008-11-181-64/+69
* MFp4:imp2008-11-021-3/+19
* MFp4 (my newcard tree):imp2008-08-241-54/+0
* When trying to allocate a PnP BIOS memory resource, the code loops tryingjhb2007-04-171-1/+1
* Make the ISAPNP code optional and only enable it on i386 and pc98 (usedmarius2006-06-121-0/+6
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-3/+0
* Add pnp and location info for the ISA bus. The pnp info is theimp2005-08-011-0/+25
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-5/+5
* Protect against wrapping. This appaers to fix some hangs that peopleimp2005-01-231-1/+1
* Formatting nitsimp2004-12-271-6/+6
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-241-6/+5
* A few style(9) changes before more extensive changes:imp2004-12-241-60/+55
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-12/+12
* - Make the isab devclass global to allow for multiple ISA bridge drivers.jhb2003-07-081-0/+17
* Use __FBSDID().obrien2003-06-111-2/+3
* Create a 'legacy' node for AMD64 as well as i386. While we'll neverpeter2003-04-301-1/+1
* Add a module version number.mdodd2003-04-151-0/+1
* - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead ofjhb2002-10-151-4/+4
* Don't leak memory in case device_add_child_ordered() returns NULL.phk2002-09-301-3/+6
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofjhb2002-09-261-2/+2
* 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
OpenPOWER on IntegriCloud