summaryrefslogtreecommitdiffstats
path: root/sys/isa/isavar.h
Commit message (Expand)AuthorAgeFilesLines
* Allow device hints to wire the unit numbers of devices.jhb2008-11-181-0/+3
* MFp4:imp2008-11-021-2/+8
* MFp4 (my newcard tree):imp2008-08-241-1/+0
* Add ISACFGATTR_HINTS flag to allow detection of a device that was createdmdodd2005-04-131-0/+1
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-8/+9
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-071-8/+9
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-1/+7
* - Make the isab devclass global to allow for multiple ISA bridge drivers.jhb2003-07-081-0/+5
* - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead ofjhb2002-10-151-18/+6
* Remove __P.alfred2002-03-201-8/+8
* Rework the ISA PnP driver pnp and the PnP resource parser to fixyokota2001-09-051-0/+7
* Add a new field, id_config_attr to the struct isa_device.yokota2001-09-031-1/+3
* GC some defunct prototypespeter2000-11-251-4/+0
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-221-0/+13
* Resolve the inconsistency between "the number of resources of a particularmsmith2000-10-091-3/+14
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-0/+3
* Newbus-ify the USR Sportster TA Intern driver.gj2000-02-211-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-2/+2
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-2/+0
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-15/+53
* Sigh. Serves me right for testing against a modified tree (dfr's pnppeter1999-09-011-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* * Add ivars for ISA pnp.dfr1999-05-301-4/+31
* * Change device_add_child_after() to device_add_child_ordered() which isdfr1999-05-281-1/+12
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-2/+3
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-2/+2
* Slightly increase the visibility of the isa_wrap_old_drivers() stuff. Itpeter1999-05-081-1/+4
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-2/+5
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-151-5/+25
* Support files for ISA bus.dfr1998-08-061-0/+61
OpenPOWER on IntegriCloud