aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/isa_common.h
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/isa: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+2
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busJohn Baldwin2011-05-061-6/+0
* Allow device hints to wire the unit numbers of devices.John Baldwin2008-11-181-0/+1
* MFp4:Warner Losh2008-11-021-0/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+2
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-3/+0
* Get rid of #ifdef for legacy system. Move that into the MD code.Warner Losh2004-12-241-0/+2
* A few style(9) changes before more extensive changes:Warner Losh2004-12-241-14/+10
* No need to declare M_ISADEV here.Poul-Henning Kamp2002-10-161-2/+0
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-211-1/+1
* Rework the ISA PnP driver pnp and the PnP resource parser to fixKazutaka YOKOTA2001-09-051-2/+0
* Add a new field, id_config_attr to the struct isa_device.Kazutaka YOKOTA2001-09-031-0/+3
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-071-1/+0
* This represents essentially a complete rewrite of the ISA PnP code. TheDoug Rabson1999-09-011-0/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Add ivars for ISA pnp.Doug Rabson1999-05-301-1/+5
* * Factor out the common code between the isa bus drivers for i386 and alpha.Doug Rabson1999-05-221-0/+68