summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_compat.c
Commit message (Expand)AuthorAgeFilesLines
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-281-27/+20
* Remove haveseen_iobase() - it is no longer called from anywhere in thepeter2000-05-281-20/+0
* Don't complain about not getting resources for the compatibility shimimp2000-04-081-4/+4
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-1/+1
* Put a FYI in the compatability shims so that people are aware that theypeter2000-01-291-0/+1
* GC isa_device->id_reconfig - it's not referenced anywhere anymore.peter2000-01-231-8/+0
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-15/+13
* Doug missed an isa_get_flags().peter1999-09-071-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-241-2/+2
* * Use ISA_DELETE_RESOURCE to cancel memory resource if driver clears maddr.dfr1999-05-301-4/+8
* Don't try to allocate memory resource unless address is non-zero.dfr1999-05-241-2/+3
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-23/+57
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-5/+8
* GC some unused stuff relating to the old conflict checking and other lint.peter1999-05-081-7/+21
* Only call kvtop on non-null id_maddr's...peter1999-04-261-3/+8
* Back out parts of rev 1.4; making isa.c preserve the hints across apeter1999-04-241-14/+15
* Always reset the isa hints after releasing the resources after probe,peter1999-04-191-16/+16
* Don't do (1 << irq) to get an interrupt mask when irq = -1.peter1999-04-191-4/+6
* Fix some confusion between physical and virtual addresses when recordingdfr1999-04-191-5/+13
* Allocate space for struct isa_device's, not for pointers thereto.bde1999-04-171-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-0/+255
OpenPOWER on IntegriCloud