aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/isavar.h
Commit message (Expand)AuthorAgeFilesLines
* Remove more remnants of sio(4)Mark Johnston2021-04-071-1/+0
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Fix cut-and-paste error s/pccard/isa/Warner Losh2017-12-231-1/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-0/+4
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-13/+0
* Allow device hints to wire the unit numbers of devices.John Baldwin2008-11-181-0/+3
* MFp4:Warner Losh2008-11-021-2/+8
* MFp4 (my newcard tree):Warner Losh2008-08-241-1/+0
* Add ISACFGATTR_HINTS flag to allow detection of a device that was createdMatthew N. Dodd2005-04-131-0/+1
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-8/+9
* PNP BIOS devices are fundamentally different than ISA PNP devices.Warner Losh2004-12-071-8/+9
* Add new a function isa_dma_init() which returns an errno when it failsPoul-Henning Kamp2004-09-151-1/+7
* - Make the isab devclass global to allow for multiple ISA bridge drivers.John Baldwin2003-07-081-0/+5
* - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead ofJohn Baldwin2002-10-151-18/+6
* Remove __P.Alfred Perlstein2002-03-201-8/+8
* Rework the ISA PnP driver pnp and the PnP resource parser to fixKazutaka YOKOTA2001-09-051-0/+7
* Add a new field, id_config_attr to the struct isa_device.Kazutaka YOKOTA2001-09-031-1/+3
* GC some defunct prototypesPeter Wemm2000-11-251-4/+0
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() toYoshihiro Takahashi2000-10-221-0/+13
* Resolve the inconsistency between "the number of resources of a particularMike Smith2000-10-091-3/+14
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.Poul-Henning Kamp2000-03-131-0/+3
* Newbus-ify the USR Sportster TA Intern driver.Gary Jennejohn2000-02-211-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-2/+2
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-071-2/+0
* This represents essentially a complete rewrite of the ISA PnP code. TheDoug Rabson1999-09-011-15/+53
* Sigh. Serves me right for testing against a modified tree (dfr's pnpPeter Wemm1999-09-011-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Add ivars for ISA pnp.Doug Rabson1999-05-301-4/+31
* * Change device_add_child_after() to device_add_child_ordered() which isDoug Rabson1999-05-281-1/+12
* * Factor out the common code between the isa bus drivers for i386 and alpha.Doug Rabson1999-05-221-2/+3
* * Define a new static method DEVICE_IDENTIFY which is called to add deviceDoug Rabson1999-05-141-2/+2
* Slightly increase the visibility of the isa_wrap_old_drivers() stuff. ItPeter Wemm1999-05-081-1/+4
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-2/+5
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-151-5/+25
* Support files for ISA bus.Doug Rabson1998-08-061-0/+61