spelling
feedback and ok tb@ jmc@ ok ratchov@
Add a few more cpu types from freebsd driver found on serveraid-8k board.
Tested by apelsin.
ok deraadt@
Bump bus space size limit to fit all possible registers of the roket
chipset.
ok deraadt@
attribute packed -> __packed
ok miod@ a while ago, ok pyr@
Add support for the Adaptec RAID-On-Chip architecture. This in turn
provides support for the Adaptec 2130S and 2230SLP adapters.
From FreeBSD
ok dlg@
Major improvements to the aac(4) device driver.
- 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
OpenBSD/src c0e23c8 — sys/arch/amd64/amd64 db_disasm.c, sys/arch/mvme88k/dev cl.c vs.c
Merge with the trunk
OpenBSD/src 9700011 — sys/dev/ic aac_tables.h aacreg.h, sys/dev/pci aac_pci.c pcidevs
Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@
OpenBSD/src 4455034 — sys/arch/mvme88k/mvme88k m88100_fp.S eh.S, sys/dev/pci if_em_hw.c pcidevs_data.h
Merge of current from two weeks agointo the SMP branch
Version | Delta | File |
---|
1.6.4.6 | +2,185 | -1,969 | sys/arch/mvme88k/mvme88k/m88100_fp.S |
1.8.4.7 | +1,526 | -1,864 | sys/arch/mvme88k/mvme88k/eh.S |
1.1.8.1 | +2,407 | -903 | sys/dev/pci/if_em_hw.c |
1.220.2.15 | +946 | -1,826 | sys/dev/pci/pcidevs_data.h |
1.95.2.10 | +1,724 | -932 | sys/net/pf.c |
1.7.4.1 | +1,507 | -1,009 | sys/dev/pci/if_em.c |
| +10,295 | -8,503 | 2,242 files not shown |
| +77,002 | -62,353 | 2,248 files |
convert __attribute__((__packed__)) to __packed so that parsers unaware
of gcc extensions have more of a chance.
ok mcbride@, no objections from millert@, deraadt@
OpenBSD/src f65d637 — sys/dev/ic aic7xxx.c, sys/dev/microcode/isp asm_2300.h asm_2200.h
Sync the SMP branch with 3.3
Version | Delta | File |
---|
1.1.4.2 | +5,928 | -5,185 | sys/dev/microcode/isp/asm_2300.h |
1.18.6.9 | +5,761 | -4,683 | sys/dev/ic/aic7xxx.c |
1.2.4.4 | +5,053 | -4,975 | sys/dev/microcode/isp/asm_2200.h |
1.2.4.4 | +4,725 | -4,689 | sys/dev/microcode/isp/asm_2100.h |
1.2.2.1 | +3,216 | -4,195 | sys/dev/microcode/typhoon/3c990img.h |
1.95.2.6 | +2,253 | -2,836 | sys/net/pf.c |
| +26,936 | -26,563 | 2,711 files not shown |
| +141,820 | -113,111 | 2,717 files |
sync to -current
Version | Delta | File |
---|
1.34.2.2 | +5,756 | -4,661 | sys/dev/ic/aic7xxx.c |
1.2.6.2 | +3,216 | -4,195 | sys/dev/microcode/typhoon/3c990img.h |
1.29.4.3 | +831 | -1,528 | sys/arch/sparc/dev/zs.c |
1.8.10.1 | +1,333 | -860 | sys/dev/microcode/aic7xxx/aic7xxx.seq |
1.3.10.2 | +1,100 | -810 | sys/dev/microcode/aic7xxx/aic7xxx_seq.h |
1.2.2.2 | +1,441 | -11 | sys/dev/pci/noct.c |
| +13,677 | -12,065 | 1,366 files not shown |
| +51,823 | -38,558 | 1,372 files |
no , after last element in a enum
OpenBSD/src 2687dc1 — sys/arch/hp300/hp300 pmap.c, sys/arch/mac68k/mac68k locore.s pmap.c
Merge in -current from two days ago in the SMP branch.
As usual with merges, they do not indicate progress, so do not hold
your breath for working SMP, and do not mail me and ask about the
state of it. It has not changed. There is work ongoing, but very, very
slowly. The commit is done in parts as to not lock up the tree in too
big chunks at a time.
Version | Delta | File |
---|
1.22.6.2 | +992 | -1,180 | sys/arch/mac68k/mac68k/locore.s |
1.34.2.3 | +1,025 | -1,011 | sys/netinet/ip_ah.c |
1.32.2.3 | +956 | -983 | sys/netinet/ip_esp.c |
1.14.4.2 | +1,017 | -891 | sys/arch/hp300/hp300/pmap.c |
1.16.4.1 | +881 | -926 | sys/arch/mac68k/mac68k/pmap.c |
1.79.2.3 | +1,045 | -752 | sys/netinet/ip_ipsp.c |
| +5,916 | -5,743 | 1,702 files not shown |
| +39,387 | -40,906 | 1,708 files |
Make pci_mapreg_map take an extra argument where we can
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.
merge in approximately 2.9 into SMP branch
Version | Delta | File |
---|
1.220.2.4 | +2,072 | -3,196 | sys/dev/pci/pcidevs_data.h |
1.2.4.2 | +2,880 | -2,189 | sys/dev/pci/ti_fw2.h |
1.12.2.3 | +2,681 | -2,040 | sys/dev/ic/isp.c |
1.1.2.1 | +2,421 | -2,193 | sys/dev/ic/awi.c |
1.3.2.2 | +1,273 | -1,407 | sys/dev/ic/adwlib.c |
1.10.2.1 | +1,763 | -667 | sys/dev/usb/usbdevs_data.h |
| +13,090 | -11,692 | 1,409 files not shown |
| +86,451 | -59,409 | 1,415 files |
OpenBSD/src 7fae452 — sys/arch/mvme88k/include frame.h, sys/compat/ibcs2 ibcs2_timeb.h
s/packed/__packed__/
Adaptec "FSA" RAID driver