| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok dlg@ mpi@ bcook@ millert@ miod@
|
| |
|
|
|
|
| |
Not tested but should work.
|
|
|
|
|
|
| |
<apelsin@atmnis.com> for patiently testing my numerous diffs.
ok deraadt@
|
|
|
|
| |
ok dlg@
|
|
|
|
|
| |
is an UART. Makes aac(4) compile again.
OK dlg@
|
| |
|
|
|
|
|
|
|
|
| |
provides support for the Adaptec 2130S and 2230SLP adapters.
From FreeBSD
ok dlg@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- decouple the command structures from scsi structures, allowing non block
oriented commands (e.g. management commands) to be built.
- redesign the various command queues to remove race conditions and to allow
commands from multiple sources to coexist in the system
- move major processing of commands and messages to a dedicated kernel
thread to avoid spending too long in the interrupt handler
- add device data structures for various management commands to the header
file
Much code from FreeBSD
|
| |
|
| |
|
|
|
|
| |
Found and tested by Alexei E. Suslikov <cruel at texnika.com.ua>
|
|
|
|
|
|
| |
Add:
* Adaptec 1210SA, 2410SA, 2610SA, 2810SA, 21610SA
* Dell CERC-SATA, PERC 320/DC
|
| |
|
|
|
|
|
| |
we usually test compile at least a kernel before removing pcidevs shitz...
the carrot goes to marco's nose
|
|
|
|
| |
RAID in Dell PowerEdge 2650 machines will be configured.
|
|
|
|
| |
From FreeBSD
|
| |
|
|
|
|
| |
From Alexander Yurchenko <grange@rt.mipt.ru>
|
|
|
|
|
|
|
|
|
|
|
| |
All callers actually took all arguments to pci_intr_map from pci_attach_args
structs, so this simplifies code.
This also allows more complicated interrupt assignment schemes like the one
on sparc64.
This makes sparc64 pci interrupts work.
Inspired by the same change in NetBSD.
|
| |
|
| |
|
|
|
|
|
|
|
| |
put a size limitation of the PCI region to map. That makes the PERC 3/Di
raid controller usable, as it publishes too much PCI memory for us to map
in the kernel virtual memory. As we only access the first 256 byte it is
of no use to map 128MB of kvm.
|
|
|