Home | History | Annotate | Download | only in ieee1394
History log of /src/sys/dev/ieee1394/fwdma.c
RevisionDateAuthorComments
 1.18  24-Jul-2021  andvar Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889.
Also fixed some additional typos in comments, found on review of same files or typos.
 1.17  13-Dec-2018  jakllsch branches: 1.17.16;
Fix fwdma_free() for when bus_dmamap_unload() clobbers the dmamap.

Prevents KASSERTs on detaches of sbp(4) and fwohci(4) on amd64.

We should pass the dmamem segs around seperately, not in loaded dmamap...
 1.16  23-May-2010  christos branches: 1.16.58; 1.16.60;
Revert all previous kmem_ commits. This needs to be done in a different way
because we cannot call kmem_ from an interrupt context. I opened PR/43341 for
it.
 1.15  10-May-2010  kiyohara Use kmem(9) instead of malloc(9).
 1.14  29-Apr-2010  kiyohara Call malloc(M_ZERO) instead of malloc() and memset().
 1.13  29-Mar-2010  kiyohara Bye-bye fw_port.h.
 1.12  04-Jan-2008  ad branches: 1.12.10; 1.12.30; 1.12.32;
Start detangling lock.h from intr.h. This is likely to cause short term
breakage, but the mess of dependencies has been regularly breaking the
build recently anyhow.
 1.11  11-Dec-2007  lukem use __KERNEL_RCSID()
 1.10  05-Nov-2007  kiyohara branches: 1.10.2; 1.10.4; 1.10.6; 1.10.8;
+ Sync to FreeBSD.
firewire.c Rev.1.101
firewire.h Rev.1.21
firewirereg.h Rev.1.50
fwdev.c Rev.1.52
fwdma.c Rev.1.9
fwmem.c Rev.1.34
fwohci.c Rev.1.93
fwohcireg.h Rev.1.23
fwohcivar.h Rev.1.16
if_fwip.c Rev.1.16
if_fwipvar.h Rev.1.5
sbp.c Rev.1.92
+ Cleanup macros in fw_port.h.
+ Fix the occurrence of the error at the resume. Don't set the buffer again.
 1.9  19-Oct-2007  ad machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.8  11-Mar-2007  ad branches: 1.8.12; 1.8.14; 1.8.18;
Remove #include <machine/vmparam.h>.
 1.7  16-Nov-2006  christos branches: 1.7.4; 1.7.8;
__unused removal on arguments; approved by core.
 1.6  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.5  30-Apr-2006  kiyohara branches: 1.5.6; 1.5.10; 1.5.12;
Fix memory leak.
 1.4  30-Apr-2006  kiyohara Use An appropriate flag in macro fw_bus_dma_*.
 1.3  30-Apr-2006  kiyohara Coordination of macro fw_bus_dma_tag_create().
 1.2  11-Dec-2005  christos branches: 1.2.4; 1.2.6; 1.2.8; 1.2.10; 1.2.12;
merge ktrace-lwp.
 1.1  11-Jul-2005  kiyohara branches: 1.1.6;
ieee1394 import from FreeBSD.
 1.1.6.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.6.1  11-Jul-2005  skrll file fwdma.c was added on branch ktrace-lwp on 2005-11-10 14:05:22 +0000
 1.2.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.2.10.1  11-May-2006  elad sync with head
 1.2.8.1  24-May-2006  yamt sync with head.
 1.2.6.1  01-Jun-2006  kardel Sync with head.
 1.2.4.1  09-Sep-2006  rpaulo sync with head
 1.5.12.2  10-Dec-2006  yamt sync with head.
 1.5.12.1  22-Oct-2006  yamt sync with head
 1.5.10.1  18-Nov-2006  ad Sync with head.
 1.5.6.7  21-Jan-2008  yamt sync with head
 1.5.6.6  15-Nov-2007  yamt sync with head.
 1.5.6.5  27-Oct-2007  yamt sync with head.
 1.5.6.4  03-Sep-2007  yamt sync with head.
 1.5.6.3  30-Dec-2006  yamt sync with head.
 1.5.6.2  21-Jun-2006  yamt sync with head.
 1.5.6.1  30-Apr-2006  yamt file fwdma.c was added on branch yamt-lazymbuf on 2006-06-21 15:04:08 +0000
 1.7.8.2  23-Oct-2007  ad Sync with head.
 1.7.8.1  13-Mar-2007  ad Sync with head.
 1.7.4.1  12-Mar-2007  rmind Sync with HEAD.
 1.8.18.2  13-Nov-2007  bouyer Sync with HEAD
 1.8.18.1  25-Oct-2007  bouyer Sync with HEAD.
 1.8.14.2  09-Jan-2008  matt sync with HEAD
 1.8.14.1  06-Nov-2007  matt sync with HEAD
 1.8.12.2  06-Nov-2007  joerg Sync with HEAD.
 1.8.12.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.10.8.2  08-Jan-2008  bouyer Sync with HEAD
 1.10.8.1  13-Dec-2007  bouyer Sync with HEAD
 1.10.6.1  11-Dec-2007  yamt sync with head.
 1.10.4.1  26-Dec-2007  ad Sync with head.
 1.10.2.1  18-Feb-2008  mjf Sync with HEAD.
 1.12.32.1  30-May-2010  rmind sync with head
 1.12.30.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.12.10.1  11-Aug-2010  yamt sync with head.
 1.16.60.1  10-Jun-2019  christos Sync with HEAD
 1.16.58.1  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.17.16.1  01-Aug-2021  thorpej Sync with HEAD.

RSS XML Feed