svn commit: r189679 - head/sys/dev/pccard

2009-03-11 Thread Warner Losh
Author: imp Date: Wed Mar 11 07:22:11 2009 New Revision: 189679 URL: http://svn.freebsd.org/changeset/base/189679 Log: Add 3 new cards that I found today in akihabara... Toshiba LANCT00A TDK LAK-CD011 TJ PTJ-LAN/T PC-NIC ENCC 990010759-001A Modified: head/sys/dev/pccard/pccarddevs

svn commit: r189680 - head/sys/dev/pccard

2009-03-11 Thread Warner Losh
Author: imp Date: Wed Mar 11 08:11:11 2009 New Revision: 189680 URL: http://svn.freebsd.org/changeset/base/189680 Log: Add entry for Hitachi HT-4840-11, which is a fe-based card. Modified: head/sys/dev/pccard/pccarddevs Modified: head/sys/dev/pccard/pccarddevs

svn commit: r189681 - head/sys/dev/fe

2009-03-11 Thread Warner Losh
Author: imp Date: Wed Mar 11 08:12:28 2009 New Revision: 189681 URL: http://svn.freebsd.org/changeset/base/189681 Log: Add support for Hitachi HT-4840-11. This card is supposedly just like the J181, but not quite. This card's CIS has some quirks that means we have to ignore CFE's 1-9.

svn commit: r189682 - head/sys/dev/pccard

2009-03-11 Thread Warner Losh
Author: imp Date: Wed Mar 11 08:14:44 2009 New Revision: 189682 URL: http://svn.freebsd.org/changeset/base/189682 Log: Allow zero length memroy space descriptor sections. It is apparently legal in the spec. Add newline to the verbose messages we print when debugging when this happens.

svn commit: r189683 - head/sys/dev/pccard

2009-03-11 Thread Warner Losh
Author: imp Date: Wed Mar 11 08:15:17 2009 New Revision: 189683 URL: http://svn.freebsd.org/changeset/base/189683 Log: Remove old compat method that's no longer needed (and hasn't been since just before 6.0). Modified: head/sys/dev/pccard/card_if.m Modified: head/sys/dev/pccard/card_if.m

svn commit: r189684 - head/sys/kern

2009-03-11 Thread Warner Losh
Author: imp Date: Wed Mar 11 08:19:31 2009 New Revision: 189684 URL: http://svn.freebsd.org/changeset/base/189684 Log: Minor nits notice by jhb@ Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c

svn commit: r189685 - head/sys/dev/txp

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 11 08:25:18 2009 New Revision: 189685 URL: http://svn.freebsd.org/changeset/base/189685 Log: KR - ANSI C function definitions. Modified: head/sys/dev/txp/if_txp.c Modified: head/sys/dev/txp/if_txp.c

svn commit: r189686 - head/sys/dev/txp

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 11 08:28:24 2009 New Revision: 189686 URL: http://svn.freebsd.org/changeset/base/189686 Log: Remove extra tab characters. Modified: head/sys/dev/txp/if_txp.c Modified: head/sys/dev/txp/if_txp.c

svn commit: r189687 - head/sys/dev/txp

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 11 08:41:57 2009 New Revision: 189687 URL: http://svn.freebsd.org/changeset/base/189687 Log: Remove return statement at the end of function that returns void. Modified: head/sys/dev/txp/if_txp.c Modified: head/sys/dev/txp/if_txp.c

svn commit: r189688 - head/sys/dev/txp

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 11 08:49:17 2009 New Revision: 189688 URL: http://svn.freebsd.org/changeset/base/189688 Log: style(9) - space after keywords. Modified: head/sys/dev/txp/if_txp.c Modified: head/sys/dev/txp/if_txp.c

svn commit: r189689 - head/sys/dev/txp

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 11 09:06:39 2009 New Revision: 189689 URL: http://svn.freebsd.org/changeset/base/189689 Log: s/u_int8_t/uint8_t/g s/u_int16_t/uint16_t/g s/u_int32_t/uint32_t/g s/u_int64_t/uint64_t/g Modified: head/sys/dev/txp/if_txp.c head/sys/dev/txp/if_txpreg.h

svn commit: r189690 - head/sys/dev/txp

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 11 09:57:11 2009 New Revision: 189690 URL: http://svn.freebsd.org/changeset/base/189690 Log: Replace local CRC32 routine with ether_crc32_be(). This should have happened long time ago. Also simplify Rx filter logic. Modified: head/sys/dev/txp/if_txp.c

Re: svn commit: r189629 - head/share/man/man4

2009-03-11 Thread Alexander Leidinger
Quoting Andrew Thompson thom...@freebsd.org (from Tue, 10 Mar 2009 15:54:37 + (UTC)): Author: thompsa Date: Tue Mar 10 15:54:37 2009 New Revision: 189629 URL: http://svn.freebsd.org/changeset/base/189629 Log: Remove these files, they refer to module bundles that do not exist anymore.

svn commit: r189691 - head/sbin/recoverdisk

2009-03-11 Thread Poul-Henning Kamp
Author: phk Date: Wed Mar 11 10:37:02 2009 New Revision: 189691 URL: http://svn.freebsd.org/changeset/base/189691 Log: Some improvements to recoverdisk Modified: head/sbin/recoverdisk/recoverdisk.1 head/sbin/recoverdisk/recoverdisk.c Modified: head/sbin/recoverdisk/recoverdisk.1

svn commit: r189692 - head/sbin/recoverdisk

2009-03-11 Thread Poul-Henning Kamp
Author: phk Date: Wed Mar 11 11:42:17 2009 New Revision: 189692 URL: http://svn.freebsd.org/changeset/base/189692 Log: One Pp is more than enough. Says: brueffer Modified: head/sbin/recoverdisk/recoverdisk.1 Modified: head/sbin/recoverdisk/recoverdisk.1

Re: svn commit: r188010 - head/etc/defaults

2009-03-11 Thread Dag-Erling Smørgrav
Mike Makonnen m...@freebsd.org writes: Since, rc.d/defaultroute has the ability to wait for a default route to show up we can turn this knob back on without screwing subsequent daemons that expect to be able to talk to the outside world. Please revert this. It breaks the boot for,

svn commit: r189693 - head/sys/fs/devfs

2009-03-11 Thread Konstantin Belousov
Author: kib Date: Wed Mar 11 12:53:16 2009 New Revision: 189693 URL: http://svn.freebsd.org/changeset/base/189693 Log: Enable advisory file locking for devfs vnodes. Reported by: Timothy Redaelli timothy redaelli eu MFC after:1 week Modified: head/sys/fs/devfs/devfs_vnops.c

Re: svn commit: r189624 - head/etc/rc.d

2009-03-11 Thread Guido van Rooij
On Tue, Mar 10, 2009 at 03:33:28PM +, Gavin Atkinson wrote: Is this due to a bug/feature of gmirror? A long time ago, swapoff used to be run on shutdown, but it was removed by pjd@ in src/etc/rc.d/swap1 version 1.9 with the following commit message: It was due to a brainfart on my

svn commit: r189694 - head/etc/rc.d

2009-03-11 Thread Guido van Rooij
Author: guido Date: Wed Mar 11 12:55:12 2009 New Revision: 189694 URL: http://svn.freebsd.org/changeset/base/189694 Log: Backout previous commit due to PEBKAC Modified: head/etc/rc.d/swap1 Modified: head/etc/rc.d/swap1

svn commit: r189695 - in head/sys: geom/part sys

2009-03-11 Thread Takahashi Yoshihiro
Author: nyan Date: Wed Mar 11 13:15:42 2009 New Revision: 189695 URL: http://svn.freebsd.org/changeset/base/189695 Log: Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h. Reviewed by: marcel Modified: head/sys/geom/part/g_part_pc98.c head/sys/sys/diskpc98.h Modified:

Re: svn commit: r189629 - head/share/man/man4

2009-03-11 Thread Andrew Thompson
On Wed, Mar 11, 2009 at 11:08:31AM +0100, Alexander Leidinger wrote: Quoting Andrew Thompson thom...@freebsd.org (from Tue, 10 Mar 2009 15:54:37 + (UTC)): Author: thompsa Date: Tue Mar 10 15:54:37 2009 New Revision: 189629 URL: http://svn.freebsd.org/changeset/base/189629 Log:

Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-11 Thread Ed Schouten
* Andrey Chernov a...@nagual.pp.ru wrote: Hmm. Perhaps not after but before, because screen is cleared on mode change... It looks like rc messages appearse in the middle of the screen over boot messages. So the screen isn't correctly blanked when switching modes? Messages shouldn't overlap

svn commit: r189696 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs dev/md fs/cd9660 fs/udf kern sys ufs/ffs

2009-03-11 Thread John Baldwin
Author: jhb Date: Wed Mar 11 14:13:47 2009 New Revision: 189696 URL: http://svn.freebsd.org/changeset/base/189696 Log: Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a filesystem supports additional operations using shared vnode locks. Currently this is used to enable

svn commit: r189697 - head/sys/kern

2009-03-11 Thread John Baldwin
Author: jhb Date: Wed Mar 11 14:39:55 2009 New Revision: 189697 URL: http://svn.freebsd.org/changeset/base/189697 Log: Gah, fix the code to match the comment. For non-open lookups use a shared vnode lock for the leaf vnode if LOCKSHARED is set. Submitted by: rdivacky Modified:

svn commit: r189699 - in head/sys: . amd64/amd64 amd64/conf amd64/include amd64/include/xen conf contrib/pf dev/ata dev/cxgb dev/sound/usb dev/usb dev/xen/balloon dev/xen/blkfront dev/xen/console d...

2009-03-11 Thread Doug Rabson
Author: dfr Date: Wed Mar 11 15:30:12 2009 New Revision: 189699 URL: http://svn.freebsd.org/changeset/base/189699 Log: Merge in support for Xen HVM on amd64 architecture. Added: head/sys/amd64/conf/XENHVM (contents, props changed) - copied, changed from r189614,

svn commit: r189700 - head/sbin/recoverdisk

2009-03-11 Thread Poul-Henning Kamp
Author: phk Date: Wed Mar 11 16:32:00 2009 New Revision: 189700 URL: http://svn.freebsd.org/changeset/base/189700 Log: Fix printf warnings on amd64 etc. Modified: head/sbin/recoverdisk/recoverdisk.c Modified: head/sbin/recoverdisk/recoverdisk.c

svn commit: r189701 - head/tools/tools/ath/athregs

2009-03-11 Thread Sam Leffler
Author: sam Date: Wed Mar 11 17:14:17 2009 New Revision: 189701 URL: http://svn.freebsd.org/changeset/base/189701 Log: add %b format strings for use by athdecode Modified: head/tools/tools/ath/athregs/dumpregs.h head/tools/tools/ath/athregs/dumpregs_5210.c

svn commit: r189705 - in head/tools/tools/ath: athdecode athpoke athregs common

2009-03-11 Thread Sam Leffler
Author: sam Date: Wed Mar 11 17:46:01 2009 New Revision: 189705 URL: http://svn.freebsd.org/changeset/base/189705 Log: move shared register support code to common Added: head/tools/tools/ath/common/dumpregs.h (props changed) - copied unchanged from r189701,

svn commit: r189706 - head/sys/ufs/ffs

2009-03-11 Thread Konstantin Belousov
Author: kib Date: Wed Mar 11 19:45:52 2009 New Revision: 189706 URL: http://svn.freebsd.org/changeset/base/189706 Log: Do not double-free the struct inode when insmntque failed. Default insmntque destructor reclaims the vnode, and ufs_reclaim frees the memory. Reviewed by: tegge MFC

Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-11 Thread Andrey Chernov
On Wed, Mar 11, 2009 at 02:54:03PM +0100, Ed Schouten wrote: So the screen isn't correctly blanked when switching modes? Messages shouldn't overlap anymore, because we use the same terminal emulator to print both user and kernel messages now. It seems that rc don't use NL with some output

svn commit: r189707 - in head: sys/kern sys/sys usr.bin/kdump usr.bin/ktrace

2009-03-11 Thread John Baldwin
Author: jhb Date: Wed Mar 11 21:48:36 2009 New Revision: 189707 URL: http://svn.freebsd.org/changeset/base/189707 Log: Add a new type of KTRACE record for sysctl(3) invocations. It uses the internal sysctl_sysctl_name() handler to map the MIB array to a string name and logs this name in

Re: svn commit: r189707 - in head: sys/kern sys/sys usr.bin/kdump usr.bin/ktrace

2009-03-11 Thread John Baldwin
On Wednesday 11 March 2009 5:48:36 pm John Baldwin wrote: Author: jhb Date: Wed Mar 11 21:48:36 2009 New Revision: 189707 URL: http://svn.freebsd.org/changeset/base/189707 Log: Add a new type of KTRACE record for sysctl(3) invocations. It uses the internal sysctl_sysctl_name()

svn commit: r189708 - head/sys/kern

2009-03-11 Thread Robert Watson
Author: rwatson Date: Wed Mar 11 22:00:03 2009 New Revision: 189708 URL: http://svn.freebsd.org/changeset/base/189708 Log: When writing out updated pollfd records when returning from poll(), only copy out the revents field, not the whole pollfd structure. Otherwise, if the events field is

Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-11 Thread Ed Schouten
* Andrey Chernov a...@nagual.pp.ru wrote: On Wed, Mar 11, 2009 at 02:54:03PM +0100, Ed Schouten wrote: So the screen isn't correctly blanked when switching modes? Messages shouldn't overlap anymore, because we use the same terminal emulator to print both user and kernel messages now. It

svn commit: r189709 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb fs/cd9660

2009-03-11 Thread John Baldwin
Author: jhb Date: Wed Mar 11 22:13:12 2009 New Revision: 189709 URL: http://svn.freebsd.org/changeset/base/189709 Log: MFC: Make cd9660 MPSAFE and able to use shared vnode locks for pathname lookups. Also, disable operations on character device nodes. Modified: stable/7/sys/ (props

svn commit: r189713 - head/sys/dev/ath/ath_hal

2009-03-11 Thread Sam Leffler
Author: sam Date: Thu Mar 12 00:09:29 2009 New Revision: 189713 URL: http://svn.freebsd.org/changeset/base/189713 Log: add asserts Modified: head/sys/dev/ath/ath_hal/ah.c Modified: head/sys/dev/ath/ath_hal/ah.c ==

svn commit: r189714 - head/sys/dev/txp

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Thu Mar 12 01:14:47 2009 New Revision: 189714 URL: http://svn.freebsd.org/changeset/base/189714 Log: bus_dma(9) conversion and make txp(4) work on all architectures. o Header file cleanup. o bus_dma(9) conversion. - Removed all consumers of vtophys(9) and converted

svn commit: r189715 - head/sys/sparc64/conf

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Thu Mar 12 01:17:35 2009 New Revision: 189715 URL: http://svn.freebsd.org/changeset/base/189715 Log: Uncomment txp(4), txp(4) should work on all architectures. Modified: head/sys/sparc64/conf/GENERIC Modified: head/sys/sparc64/conf/GENERIC

svn commit: r189716 - head/share/man/man4

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Thu Mar 12 01:21:48 2009 New Revision: 189716 URL: http://svn.freebsd.org/changeset/base/189716 Log: Add txp(4) to the list of drivers supporting ALTQ. Modified: head/share/man/man4/altq.4 Modified: head/share/man/man4/altq.4

svn commit: r189717 - head/share/man/man4

2009-03-11 Thread Pyun YongHyeon
Author: yongari Date: Thu Mar 12 01:27:15 2009 New Revision: 189717 URL: http://svn.freebsd.org/changeset/base/189717 Log: Xref altq.4 and bump .Dd Modified: head/share/man/man4/txp.4 Modified: head/share/man/man4/txp.4

svn commit: r189718 - head/sys/dev/usb

2009-03-11 Thread Andrew Thompson
Author: thompsa Date: Thu Mar 12 02:32:54 2009 New Revision: 189718 URL: http://svn.freebsd.org/changeset/base/189718 Log: MFp4 //depot/projects/usb 159004,159053,159091 More HID parsing fixes for usb mice. - be less strict on the last HID item usage. - preserve item size and count

svn commit: r189719 - in head/sys: compat/ndis dev/if_ndis

2009-03-11 Thread Weongyo Jeong
Author: weongyo Date: Thu Mar 12 02:51:55 2009 New Revision: 189719 URL: http://svn.freebsd.org/changeset/base/189719 Log: o change a lock model based on HAL preemption lock to a normal mtx. Based on the HAL preemption lock there is a problem on SMP machines and causes a panic. o When

svn commit: r189720 - in stable/7: . sys/amd64/conf sys/arm/conf sys/conf sys/dev/ath sys/dev/ath/ath_rate/amrr sys/dev/ath/ath_rate/onoe sys/dev/ath/ath_rate/sample sys/i386/conf sys/modules sys/m...

2009-03-11 Thread Bruce M Simpson
Author: bms Date: Thu Mar 12 03:09:11 2009 New Revision: 189720 URL: http://svn.freebsd.org/changeset/base/189720 Log: Merge the open source Atheros HAL from HEAD to STABLE. This adds support for the AH_SUPPORT_AR5416 kernel configuration option, and removes the ath_rate* and ath_hal

Re: svn commit: r189707 - in head: sys/kern sys/sys usr.bin/kdump usr.bin/ktrace

2009-03-11 Thread Bruce Simpson
John Baldwin wrote: Log: Add a new type of KTRACE record for sysctl(3) invocations. It uses the internal sysctl_sysctl_name() handler to map the MIB array to a string name and logs this name in the trace log. This can be useful to see exactly which sysctls a thread is invoking.

svn commit: r189721 - head/lib/libelf

2009-03-11 Thread David E. O'Brien
Author: obrien Date: Thu Mar 12 04:44:09 2009 New Revision: 189721 URL: http://svn.freebsd.org/changeset/base/189721 Log: Don't need to set symbol, default value is OK. Modified: head/lib/libelf/Makefile Modified: head/lib/libelf/Makefile