freebsd-nq/sys/i386/isa
Bruce Evans 42d122e125 Converted the isa probe and attach to new-bus so that this driver works
without the (defunct) isa compatibility shims.  The new-bus-specific
parts are very similar to the ones for the pci probe and attach.

This was held up too long waiting for a repo copy to src/sys/dev/cy,
so I decided to fix the files in their old place.  This gives easier
to read and merge diffs anyway.

The "count" line in src/sys/conf/files won't be changed until after
the repo copy, so old kernel configs that specify a count need not be
(and must not be) changed until then.  The count is just ignored in
the driver.  One unfinished detail is dynamic allocation of arrays
with <count> and (<count> * 32) entries, and iteration over the arrays.
This is now kludged with a fixed count of 10 (up to 10 cards with up
to 32 ports each).

Prodded by:	imp
Submitted by:	mostly by imp
Approved by:	imp
2004-04-05 08:16:23 +00:00
..
bs Catch up to interrupt code changes. 2003-11-03 22:37:28 +00:00
ic Removed a vestige of the stl driver. 2004-03-18 02:54:42 +00:00
pcvt Device megapatch 4/6: 2004-02-21 21:10:55 +00:00
atpic_vector.s Revert the skipping of segment register reloads as it appears to actually 2004-02-03 22:00:42 +00:00
atpic.c Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
ccbque.h Remove __P. 2002-03-20 07:51:46 +00:00
clock.c Don't disable the TSC with statclock_disable. 2003-11-13 10:02:12 +00:00
cy.c Converted the isa probe and attach to new-bus so that this driver works 2004-04-05 08:16:23 +00:00
cyreg.h
elink.c Use __FBSDID(). 2003-06-02 16:32:55 +00:00
elink.h - Change ELINK_ID_PORT; the 3c507 likes 0x100 better. 2003-03-29 13:18:20 +00:00
icu.h - Use i8259A register defines from shared sys/dev/ic/i8259.h rather than 2004-01-06 19:07:08 +00:00
if_el.c Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
if_elreg.h
isa_dma.c Use __FBSDID(). 2003-06-02 16:32:55 +00:00
isa_dma.h Remove __P. 2002-03-20 07:51:46 +00:00
isa.c remove stale comment since these limits have been increased YEARS ago... 2004-03-17 19:04:58 +00:00
isa.h Clean up some antique stuff. We do not support Weitek FPUs etc, and never 2003-09-05 14:54:26 +00:00
lptreg.h
mse.c Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
nmi.c Split pc98 support into pc98/pc98/nmi.c. 2003-11-04 13:01:41 +00:00
npx.c These are changes to allow to use the Intel C/C++ compiler (lang/icc) 2004-03-12 21:45:33 +00:00
pcf.c Remove isa compat stuff. 2004-03-14 23:03:57 +00:00
pmtimer.c Use __FBSDID(). 2003-06-02 16:32:55 +00:00
prof_machdep.c These are changes to allow to use the Intel C/C++ compiler (lang/icc) 2004-03-12 21:45:33 +00:00
spic.c Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
spicreg.h Device megapatch 1/6: 2004-02-21 19:42:58 +00:00
spkr.c Device megapatch 4/6: 2004-02-21 21:10:55 +00:00
timerreg.h
vesa.c Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modes 2003-07-18 00:06:10 +00:00