| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
bridges when we do suspend and resume.
ok deraadt@
|
| |
|
|
|
|
|
|
|
|
| |
by the firmware; our PCI code takes care of this now. Also eliminate
support for I/O socket BARs. There is no evidence they actually exist.
Clean up some unused structure members while there.
ok miod@
|
|
|
|
| |
with valid devices.
|
|
|
|
|
|
| |
Count cardbus devices interrupts in cbb(4) using evcount(9).
ok deraadt@
|
|
|
|
|
|
|
|
| |
cases anyways, so we might as well remove code (the !rbus case) thats been
dead throughout the last years and just use the rbus code without ifdefs.
brad, miod "I am all for this diff"
ok deraadt, mickey
|
|
|
|
|
|
|
| |
- omit arithmetics to bus_space_handle_t.
- remove use of IST_LEVEL; not defined on sparc64 and unused.
From NetBSD
|
|
|
|
|
|
|
| |
adapted from similar linux change by
Aristeu Sergio Rozanski Filho <aris at cathedrallabs dot org>
via Leonardo Chiquitto Filho <leonardo at iken dot com dot br>.
test compiled by pedro@.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
enabled for this cbb. essentially this means that cbb
driver has completed it's initialization and is
ready to treat interrupts. this was exposed by
ccb's sharing their interrupt and pccbbintr() being called
for cbb which has not completed attachment due
to interrupt sharing.
|
| |
|
| |
|
|
machines, this code needs the new PCIBIOS* options enabled in the kernel config
file to work, but your mileage may vary. Included is a working 3c575 driver for
3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575
is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has
been split into /sys/dev/ic.
|