summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_compat.c
Commit message (Expand)AuthorAgeFilesLines
* * 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