Discussion:
CVS commit: [netbsd-7] src/sys
Martin Husemann
2014-10-17 07:14:33 UTC
Permalink
Module Name: src
Committed By: martin
Date: Fri Oct 17 07:14:33 UTC 2014

Modified Files:
src/sys/dev/pci [netbsd-7]: pci_map.c pcivar.h radeonfb.c
src/sys/external/bsd/drm2/include/linux [netbsd-7]: pci.h

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #144):
sys/dev/pci/radeonfb.c: revision 1.85
sys/dev/pci/pcivar.h: revision 1.100
sys/dev/pci/pci_map.c: revision 1.31
sys/external/bsd/drm2/include/linux/pci.h: revision 1.9
Generalize pci_find_rom and use it to locate x86 video ROM in drm2.
- Make pci_find_rom take the ROM `BAR' size as a parameter, instead
of using pci_find_mem with the ROM `BAR' to detect the size.
- Use it to find the x86 video ROM in [0xc0000, 0xe0000) in drm2,
when nothing else reports that location.
- Adapt the one other caller in radeonfb, which already has the
maximum ROM size handy (romsz).
XXX pullup to netbsd-7


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.30.12.1 src/sys/dev/pci/pci_map.c
cvs rdiff -u -r1.99 -r1.99.4.1 src/sys/dev/pci/pcivar.h
cvs rdiff -u -r1.84 -r1.84.2.1 src/sys/dev/pci/radeonfb.c
cvs rdiff -u -r1.7.2.1 -r1.7.2.2 \
src/sys/external/bsd/drm2/include/linux/pci.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-19 15:22:00 UTC
Permalink
Module Name: src
Committed By: martin
Date: Sun Oct 19 15:22:00 UTC 2014

Modified Files:
src/sys/arch/arm/broadcom [netbsd-7]: bcm2835_vcaudio.c
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm [netbsd-7]:
vchiq_shim.c

Log Message:
Pull up following revision(s) (requested by skrll in ticket #151):
sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c: revision 1.5
sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.4
sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.5
sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.6
sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.7
use a fixed frequency (48kHz) and configure the audio server at attach time, instead of at the beginning of playback
improved playback error handling, and get rid of junk+silence insertion at the beginning of playback
expose vchi_get_peer_version
capture peer version; if less than 2, bail out as bulk mode is not supported. report the peer version with "audioctl version"
Some improvements that make playback mostly reliable for me - the final
piece of the jigaw is probably in vchiq:
- prefill vchiq with a number (currently 2) blocks of audio before
starting
- use a kthread as workqueue isn't suited to our usage.
- don't drain on stopping as for some reason it leaves data behind.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.4.1 src/sys/arch/arm/broadcom/bcm2835_vcaudio.c
cvs rdiff -u -r1.4 -r1.4.2.1 \
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-20 09:55:55 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 20 09:55:55 UTC 2014

Modified Files:
src/sys/compat/svr4 [netbsd-7]: svr4_stat.c
src/sys/dev/dm [netbsd-7]: dm_target_snapshot.c
src/sys/dev/if_ndis [netbsd-7]: if_ndis_pci.c
src/sys/fs/smbfs [netbsd-7]: smbfs_smb.c
src/sys/ufs/ext2fs [netbsd-7]: ext2fs_readwrite.c

Log Message:
Pullup the following revisions, requested by maxv in ticket #148:

sys/compat/svr4/svr4_stat.c 1.70
sys/dev/dm/dm_target_snapshot.c 1.17
sys/dev/if_ndis/if_ndis_pci.c 1.20
sys/fs/smbfs/smbfs_smb.c 1.45
sys/ufs/ext2fs/ext2fs_readwrite.c 1.65

Various fixes: two memory leaks, a typo, a dead compiler condition and
unused macros, respectively in if_ndis and dm, smbfs, svr4 and ext2fs.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.69.40.1 src/sys/compat/svr4/svr4_stat.c
cvs rdiff -u -r1.16 -r1.16.2.1 src/sys/dev/dm/dm_target_snapshot.c
cvs rdiff -u -r1.19 -r1.19.12.1 src/sys/dev/if_ndis/if_ndis_pci.c
cvs rdiff -u -r1.44 -r1.44.12.1 src/sys/fs/smbfs/smbfs_smb.c
cvs rdiff -u -r1.64 -r1.64.8.1 src/sys/ufs/ext2fs/ext2fs_readwrite.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...