| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
ok dlg@ mpi@ bcook@ millert@ miod@
|
| |
|
|
|
|
|
|
|
| |
cardbus_attach_args so we can switch to using proper pci config
space functions instead of callback based wrappers.
ok oga@ krw@ kettenis@
|
|
|
|
|
|
|
| |
pointer to the pccbb softc, to distinguish it from a pci_chipset_tag_t
which can be passed to the normal pci functions.
Suggested by and ok kettenis@
|
|
|
|
|
|
| |
their pci counterparts, similar to recent changes in NetBSD.
ok oga@ deraadt@ jasper@
|
|
|
|
| |
ok jsg@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sure to #include "foo.h" in all code that uses the softc,
otherwise some object files will have a different idea of how
big the softc struct is.
This will result in things like part of the softc, say the interrupt
handler being overridden by other data. Putting printfs in the
main object file will look fine as it has the right idea as to
what the size is. It is only after several hours debugging
that you start to figure out what the hell is going on.
jsing started trying to figure out the problem and got hints
from kettenis that it likely wasn't an interrupt problem,
after quite a bit of head scratching with joel I eventually spotted
the problem.
ok reyk@ jsing@
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
rssadapt(9) instead. this may need some further work but now it's in
the right place and shared with other drivers (like ral(4)).
yes jsg@
|
|
|
|
| |
ok reyk@
|
| |
|
|
|
|
|
|
| |
in order for the enable to work disable the socket on suspend.
ok jsg@, mickey@
|
| |
|
|
|
|
| |
ok grange@
|
|
from NetBSD and FreeBSD.
ok deraadt@
|