summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcic
Commit message (Collapse)AuthorAgeFilesLines
* Reconnect probing of the width of the isa bus, calling pcic_attach andimp1999-11-293-41/+32
| | | | | | pcic_attach_sockets. Rework bus width probe mapping and unmapping to use the newbus bus_{allocate,release}_resource with a rid of 1 to work on FreeBSD. Remove a few now unneeded #includes.
* Add resource activation routines to pcic driver. Minor cleanup ofimp1999-11-283-31/+58
| | | | | | | socket attach code. We now have at least a chance for pccard devices appearing in the future. This is a snapshot of ongoing work. Proceed at your own risk.
* Update pccard code to latest NetBSD code. This is the last mergeimp1999-11-283-61/+136
| | | | | | | | | | | | | | | | | | | | | | | before newbusification hits full steam ahead. All: Adjust NetBSD labels to reflect new base versions. dev/pcic/i82365.c: 1.24 Interface change for kernel threads 1.25 Massive unification for cardbus dev/pcic/i82365var.h 1.8 Massive unification for cardbus dev/pcic/i82365_isasubr.c 1.3 Massive unification for cardbus dev/pccard/pccard_cis.c 1.11 Massive unification for cardbus (better device printing, better memspace calcs) dev/pccard/pccard_cis_quirks.c 1.4,1.5 Lotsa 3com devices dev/pccard/pccardchip.h 1.4 Massive unification for cardbus dev/pccard/pccarddevs 1.33..1.59 Lots of devices
* Latest incremental efforts on newcard:imp1999-11-202-50/+85
| | | | | | | | | | | o Delete pcic1 from NEWCARD o Add explicit resource hints to pcic0 o Get attach working with newbus, kinda (it does all the newbus stuff, but doesn't try to attach the pccard yet, too many panics). o Disable ie0 and le0 in NEWCARD config. There appears to be a bug in the isa_compat code wrt memory conflicts with newbus drivers for reasons unknown. o Minor cleanups.
* o Remove #if XXX from around the probe code.imp1999-11-172-51/+43
| | | | | | | | | | | o Rewrite probe code to work in the newbus world. o Add preliminary pnp support. I have no clue what the pnp ids for the older ISA machines/cards. I don't have any of these cards/machines so I'll have to rely on the user community to give me help. o Minor code reformatting. Attach hasn't been touched, and there may be some config issues that we need to deal with as well. These will follow in time.
* Make these compile. Next step is to connect newbus plumbing.imp1999-10-275-70/+88
|
* Very preliminary pcic device support. Will make depend, but won'timp1999-10-266-0/+2474
(yet) compile and link. Renamed pcic back to pcic from pcicx, but conditionalize its inclusion on pccard being included also. card is the old and pccard is the new, which is a handy way to have both in the tree at the same time. Obtained from: newconfig project More to follow...
OpenPOWER on IntegriCloud