Re: svn commit: r187576 - in head/sys/dev: ppbus ppc

2009-01-21 Thread Jeff Roberson
On Wed, 21 Jan 2009, John Baldwin wrote: Author: jhb Date: Wed Jan 21 23:10:06 2009 New Revision: 187576 URL: http://svn.freebsd.org/changeset/base/187576 Log: Add locking to ppc and ppbus and mark the whole lot MPSAFE: Looks like there might be some kinks still: ppc0: port 0x378-0x37f,0x7

svn commit: r187580 - head/tools/sched

2009-01-21 Thread Jeff Roberson
Author: jeff Date: Thu Jan 22 06:21:30 2009 New Revision: 187580 URL: http://svn.freebsd.org/changeset/base/187580 Log: - Update my copyright. - Print human readable time as a float with two digits of precision. Use ns now as well since clock periods are well into the hundreds of

svn commit: r187579 - head/sys/dev/usb2/serial

2009-01-21 Thread Takanori Watanabe
Author: takawata Date: Thu Jan 22 05:05:56 2009 New Revision: 187579 URL: http://svn.freebsd.org/changeset/base/187579 Log: Rename sc_is_pseudo to sc_nobulk member in ufoma_softc. That was pseudo ucom because it used home brew tty interface. Now, it is integrated to usb serial framework, so

svn commit: r187577 - stable/7/sys/dev/usb

2009-01-21 Thread Nick Hibma
Author: n_hibma Date: Wed Jan 21 23:10:43 2009 New Revision: 187577 URL: http://svn.freebsd.org/changeset/base/187577 Log: Sync this file with HEAD r183874. - Remove a redundant MOD_LOAD function - Reduce the attach priority for the attach function to give other drivers, like the to be c

svn commit: r187576 - in head/sys/dev: ppbus ppc

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 23:10:06 2009 New Revision: 187576 URL: http://svn.freebsd.org/changeset/base/187576 Log: Add locking to ppc and ppbus and mark the whole lot MPSAFE: - To avoid having a bunch of locks that end up always getting acquired as a group, give each ppc(4) device a mu

Re: svn commit: r187566 - head/sys/contrib/altq/altq

2009-01-21 Thread Jung-uk Kim
On Wednesday 21 January 2009 05:00 pm, Bjoern A. Zeeb wrote: > On Wed, 21 Jan 2009, Jung-uk Kim wrote: > > Author: jkim > > Date: Wed Jan 21 20:44:42 2009 > > New Revision: 187566 > > URL: http://svn.freebsd.org/changeset/base/187566 > > > > Log: > > Change __FreeBSD_version to prepare for merging

Re: svn commit: r187566 - head/sys/contrib/altq/altq

2009-01-21 Thread Bjoern A. Zeeb
On Wed, 21 Jan 2009, Jung-uk Kim wrote: Author: jkim Date: Wed Jan 21 20:44:42 2009 New Revision: 187566 URL: http://svn.freebsd.org/changeset/base/187566 Log: Change __FreeBSD_version to prepare for merging r184102. Modified: head/sys/contrib/altq/altq/altq_subr.c Modified: head/sys/contri

svn commit: r187575 - stable/6/sys/kern

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 21:48:46 2009 New Revision: 187575 URL: http://svn.freebsd.org/changeset/base/187575 Log: Fix build. Pointy hat to:jhb Modified: stable/6/sys/kern/vfs_syscalls.c Modified: stable/6/sys/kern/vfs_syscalls.c =

svn commit: r187574 - in stable/7/sys: . contrib/pf dev/acpica dev/ath/ath_hal dev/cxgb

2009-01-21 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 21 21:31:44 2009 New Revision: 187574 URL: http://svn.freebsd.org/changeset/base/187574 Log: MFC: Make sure legacy replacement route is turned off when enbling HPET. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sy

svn commit: r187573 - head/share/man/man7

2009-01-21 Thread Thomas Abthorpe
Author: tabthorpe (ports committer) Date: Wed Jan 21 21:29:00 2009 New Revision: 187573 URL: http://svn.freebsd.org/changeset/base/187573 Log: - Document targets run-depends-list and build-depends-list PR: docs/127575 Submitted by: Walter Venable Approved by: keramida MFC

svn commit: r187572 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/ath/ath_hal dev/cxgb i386/i386 i386/include

2009-01-21 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 21 21:28:21 2009 New Revision: 187572 URL: http://svn.freebsd.org/changeset/base/187572 Log: MFC: Set tsc_is_invariant for some known AMD CPUs even if BIOS does not advertise it. Modified: stable/7/sys/ (props changed) stable/7/sys/amd64/amd64/identcpu.c sta

svn commit: r187570 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb i386/cpufreq

2009-01-21 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 21 21:01:02 2009 New Revision: 187570 URL: http://svn.freebsd.org/changeset/base/187570 Log: MFC: Do not use PowerNow! if FID or VID is missing. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev/ath/ath_hal/

svn commit: r187569 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb i386/cpufreq

2009-01-21 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 21 20:57:54 2009 New Revision: 187569 URL: http://svn.freebsd.org/changeset/base/187569 Log: MFC: Use power management information for AMD CPUs from identcpu.c. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev

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

2009-01-21 Thread Joerg Wunsch
Author: joerg Date: Wed Jan 21 20:57:28 2009 New Revision: 187568 URL: http://svn.freebsd.org/changeset/base/187568 Log: Add the dresden elektronik SensorTerminalBoard which uses an FT245. Modified: head/sys/dev/usb/uftdi.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/uftdi.c ==

svn commit: r187567 - in stable/7/sys: . amd64/amd64 amd64/include contrib/altq/altq contrib/pf dev/ath/ath_hal dev/cxgb i386/i386 i386/include i386/isa

2009-01-21 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 21 20:53:36 2009 New Revision: 187567 URL: http://svn.freebsd.org/changeset/base/187567 Log: MFC: Turn off CPU frequency change notifiers when the TSC is P-state invariant or it is forced by setting 'kern.timecounter.invariant_tsc' tunable to non-zero. Modified:

svn commit: r187566 - head/sys/contrib/altq/altq

2009-01-21 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 21 20:44:42 2009 New Revision: 187566 URL: http://svn.freebsd.org/changeset/base/187566 Log: Change __FreeBSD_version to prepare for merging r184102. Modified: head/sys/contrib/altq/altq/altq_subr.c Modified: head/sys/contrib/altq/altq/altq_subr.c =

svn commit: r187565 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/ath/ath_hal dev/cxgb i386/i386 i386/include

2009-01-21 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 21 20:16:11 2009 New Revision: 187565 URL: http://svn.freebsd.org/changeset/base/187565 Log: MFC: Detect Advanced Power Management Information for AMD CPUs. Modified: stable/7/sys/ (props changed) stable/7/sys/amd64/amd64/identcpu.c stable/7/sys/amd64/amd64/in

svn commit: r187564 - in head/sys: kern ufs/ufs

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 20:08:17 2009 New Revision: 187564 URL: http://svn.freebsd.org/changeset/base/187564 Log: Fix a few style bogons. Submitted by: bde Modified: head/sys/kern/vfs_subr.c head/sys/ufs/ufs/ufs_vnops.c Modified: head/sys/kern/vfs_subr.c =

svn commit: r187563 - stable/7/sys/compat/freebsd32

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 20:05:12 2009 New Revision: 187563 URL: http://svn.freebsd.org/changeset/base/187563 Log: Regen. Modified: stable/7/sys/compat/freebsd32/freebsd32_proto.h stable/7/sys/compat/freebsd32/freebsd32_syscall.h stable/7/sys/compat/freebsd32/freebsd32_syscalls.c st

svn commit: r187562 - head/sys/dev/syscons/teken

2009-01-21 Thread Ed Schouten
Author: ed Date: Wed Jan 21 19:43:10 2009 New Revision: 187562 URL: http://svn.freebsd.org/changeset/base/187562 Log: Add Unicode rendering to the teken demo application. Some time ago I tried adding Unicode rendering to the teken demo application, but I didn't get it working. It seems I

svn commit: r187561 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 18:54:35 2009 New Revision: 187561 URL: http://svn.freebsd.org/changeset/base/187561 Log: MFC: Add a new KTR tracepoint in the KTR_CALLOUT class to note when a callout routine finishes executing. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/p

svn commit: r187559 - in stable/7/sys: . compat/freebsd32 contrib/pf dev/cxgb kern modules/aio

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 18:52:33 2009 New Revision: 187559 URL: http://svn.freebsd.org/changeset/base/187559 Log: MFC: Add 32-bit compat system calls for VFS_AIO. Modified: stable/7/sys/ (props changed) stable/7/sys/compat/freebsd32/syscalls.master stable/7/sys/contrib/pf/ (props

svn commit: r187558 - releng/6.4

2009-01-21 Thread Colin Percival
Author: cperciva Date: Wed Jan 21 18:47:52 2009 New Revision: 187558 URL: http://svn.freebsd.org/changeset/base/187558 Log: Fix typo: FreeBSD 6.4 is at -p3, not at -p9. Approved by: so (cperciva) Modified: releng/6.4/UPDATING Modified: releng/6.4/UPDATING ==

svn commit: r187555 - in stable/7/sys: . contrib/pf dev/cxgb sys

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 18:38:12 2009 New Revision: 187555 URL: http://svn.freebsd.org/changeset/base/187555 Log: MFC: Use ints and a pointer to represent the spare fields used by the old sigevent structure rather than using a char array with explicit knowledge about padding. Modified:

svn commit: r187554 - in stable/7/sys: . contrib/pf dev/cxgb kern

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 18:35:48 2009 New Revision: 187554 URL: http://svn.freebsd.org/changeset/base/187554 Log: MFC: Reorder modules during initialization to ensure that MOD_QUIESCE and MOD_UNLOAD events are posted to kernel modules in the reverse order of MOD_LOAD events. Modified:

svn commit: r187553 - in stable/7/sys: . contrib/pf dev/cxgb kern sys

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 18:32:43 2009 New Revision: 187553 URL: http://svn.freebsd.org/changeset/base/187553 Log: MFC: Invoke MOD_QUIESCE on all modules in a linker file (kld) before unloading any modules. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props ch

svn commit: r187552 - in stable/7/sys: . compat/linprocfs contrib/pf dev/ath/ath_hal dev/cxgb

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 18:26:10 2009 New Revision: 187552 URL: http://svn.freebsd.org/changeset/base/187552 Log: MFC: Don't leak a reference on the /compat/linux vnode everytime the linprocfs 'mtab' file is read. Modified: stable/7/sys/ (props changed) stable/7/sys/compat/linprocf

svn commit: r187551 - head/sys/dev/mmc

2009-01-21 Thread Warner Losh
Author: imp Date: Wed Jan 21 17:49:23 2009 New Revision: 187551 URL: http://svn.freebsd.org/changeset/base/187551 Log: Default to normal bus timing mode on SD cards. In practice, most cards people have today support high speed mode, so the timing field would be initialized to bus_timing_hs,

svn commit: r187548 - head/sys/arm/at91

2009-01-21 Thread Warner Losh
Author: imp Date: Wed Jan 21 17:39:11 2009 New Revision: 187548 URL: http://svn.freebsd.org/changeset/base/187548 Log: o The f_max is really at91_master_clock / 2, not 30MHz, so compute it as such. o Only set 4-bit caps on those boards that have 4-bit caps (this means that because we don't

svn commit: r187546 - head/sys/dev/mmc

2009-01-21 Thread Warner Losh
Author: imp Date: Wed Jan 21 17:34:14 2009 New Revision: 187546 URL: http://svn.freebsd.org/changeset/base/187546 Log: Fix minor style nit for file consistency. Modified: head/sys/dev/mmc/mmc.c Modified: head/sys/dev/mmc/mmc.c =

svn commit: r187545 - svnadmin/conf

2009-01-21 Thread Andrew Thompson
Author: thompsa Date: Wed Jan 21 17:33:45 2009 New Revision: 187545 URL: http://svn.freebsd.org/changeset/base/187545 Log: Bump my size limit. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ===

svn commit: r187544 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/fdc

2009-01-21 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 21 17:32:26 2009 New Revision: 187544 URL: http://svn.freebsd.org/changeset/base/187544 Log: MFC: r184976 - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1]. - If the flag is set and auto-select fails, assume disk is not present. - Set disk

svn commit: r187543 - head/sys/dev/mmc

2009-01-21 Thread Warner Losh
Author: imp Date: Wed Jan 21 17:28:24 2009 New Revision: 187543 URL: http://svn.freebsd.org/changeset/base/187543 Log: Make the command reporting be under boot verbose. Also, report a few other things under boot verbose. Small style nit to make new code look like old code in this file. Modi

svn commit: r187542 - stable/7/sys/dev/ata

2009-01-21 Thread Nick Hibma
Author: n_hibma Date: Wed Jan 21 17:23:06 2009 New Revision: 187542 URL: http://svn.freebsd.org/changeset/base/187542 Log: Couple of pointy hats to me, please. Not only did I make an unnecessary commit, I actually managed to screw up the revert as well. Submitted by: quite a few people...

svn commit: r187541 - in stable/6/sys: . dev/mfi

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 17:16:03 2009 New Revision: 187541 URL: http://svn.freebsd.org/changeset/base/187541 Log: MFC: Fix the maximum transfer size for mfi(4) disk devices to not exceed the maximum number of scatter/gather elements supported in the bus dma tag. Modified: stable/6/sys/

svn commit: r187540 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/mfi

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 17:13:31 2009 New Revision: 187540 URL: http://svn.freebsd.org/changeset/base/187540 Log: MFC: Fix the maximum transfer size for mfi(4) disk devices to not exceed the maximum number of scatter/gather elements supported in the bus dma tag. Modified: stable/7/sys/

svn commit: r187539 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb pci

2009-01-21 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 21 17:07:46 2009 New Revision: 187539 URL: http://svn.freebsd.org/changeset/base/187539 Log: MFC: Add support for AMD64 Family 10h processors. PR: kern/128331 Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) sta

svn commit: r187538 - stable/6/sys/compat/freebsd32

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 17:07:23 2009 New Revision: 187538 URL: http://svn.freebsd.org/changeset/base/187538 Log: Regen. Modified: stable/6/sys/compat/freebsd32/freebsd32_proto.h stable/6/sys/compat/freebsd32/freebsd32_syscall.h stable/6/sys/compat/freebsd32/freebsd32_syscalls.c st

svn commit: r187537 - in stable/6/sys: . compat/freebsd32 kern sys

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 17:03:55 2009 New Revision: 187537 URL: http://svn.freebsd.org/changeset/base/187537 Log: MFC: Split most of getdirentries() out into a kern_getdirentries() and add a freebsd32 frontend to fix a data corruption bug with 32-bit binaries. Modified: stable/6/sys/

svn commit: r187536 - in stable/6/sys: . compat/freebsd32 compat/ia32

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 16:28:15 2009 New Revision: 187536 URL: http://svn.freebsd.org/changeset/base/187536 Log: MFC: Add support for installing 32-bit system calls from kernel modules. Modified: stable/6/sys/ (props changed) stable/6/sys/compat/freebsd32/freebsd32_misc.c stable/6

svn commit: r187535 - in stable/7/sys: . compat/freebsd32 compat/ia32 contrib/pf dev/ath/ath_hal dev/cxgb

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 16:14:43 2009 New Revision: 187535 URL: http://svn.freebsd.org/changeset/base/187535 Log: MFC: Add support for installing 32-bit system calls from kernel modules. Modified: stable/7/sys/ (props changed) stable/7/sys/compat/freebsd32/freebsd32_misc.c stable/7

svn commit: r187534 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb fs/devfs fs/fdescfs fs/hpfs fs/msdosfs fs/ntfs fs/portalfs fs/pseudofs fs/smbfs fs/tmpfs fs/udf gnu/fs/xfs/FreeBSD kern ...

2009-01-21 Thread Konstantin Belousov
Author: kib Date: Wed Jan 21 15:51:15 2009 New Revision: 187534 URL: http://svn.freebsd.org/changeset/base/187534 Log: MFC r183211: Initialize birthtime fields in vn_stat() to prevent stat(2) from returning uninitialized birthtime. Most file systems don't initialize birthtime properly in t

svn commit: r187533 - stable/6/gnu/usr.bin/gdb/kgdb

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 15:25:00 2009 New Revision: 187533 URL: http://svn.freebsd.org/changeset/base/187533 Log: MFC: Use existing GDB routines for parsing the section table of klds in the 'add-kld' command. Modified: stable/6/gnu/usr.bin/gdb/kgdb/ (props changed) stable/6/gnu/usr

svn commit: r187532 - stable/7/gnu/usr.bin/gdb/kgdb

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 15:19:38 2009 New Revision: 187532 URL: http://svn.freebsd.org/changeset/base/187532 Log: MFC: Use existing GDB routines for parsing the section table of klds in the 'add-kld' command. Modified: stable/7/gnu/usr.bin/gdb/kgdb/ (props changed) stable/7/gnu/usr

svn commit: r187531 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb ufs/ufs

2009-01-21 Thread Konstantin Belousov
Author: kib Date: Wed Jan 21 15:06:53 2009 New Revision: 187531 URL: http://svn.freebsd.org/changeset/base/187531 Log: MFC r185170. r185556: Busy ufs filesystem around block of code that does ".." lookup. Do not lock vnode interlock around reading of v_iflag to check VI_DOOMED. Modified:

svn commit: r187530 - in stable/6/sys: . vm

2009-01-21 Thread Ed Maste
Author: emaste Date: Wed Jan 21 15:04:06 2009 New Revision: 187530 URL: http://svn.freebsd.org/changeset/base/187530 Log: MFC r181693: Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the space that redzone adds to the allocation for storing its metadata is at le

svn commit: r187529 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb i386/cpufreq

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 15:01:36 2009 New Revision: 187529 URL: http://svn.freebsd.org/changeset/base/187529 Log: MFC: If we are unable to obtain a frequency list from either ACPI or the static tables, then attempt to build a simple list containing just the high and low frequencies if t

svn commit: r187528 - in head/sys: kern sys ufs/ufs

2009-01-21 Thread Konstantin Belousov
Author: kib Date: Wed Jan 21 14:51:38 2009 New Revision: 187528 URL: http://svn.freebsd.org/changeset/base/187528 Log: Move the code from ufs_lookup.c used to do dotdot lookup, into the helper function. It is supposed to be useful for any filesystem that has to unlock dvp to walk to the ".."

svn commit: r187527 - head/sys/vm

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 14:43:35 2009 New Revision: 187527 URL: http://svn.freebsd.org/changeset/base/187527 Log: Now that vfs_markatime() no longer requires an exclusive lock due to the VOP_MARKATIME() changes, use a shared vnode lock for mmap(). Submitted by: ups Modified: head/

svn commit: r187526 - in head/sys: kern nfsclient ufs/ufs

2009-01-21 Thread John Baldwin
Author: jhb Date: Wed Jan 21 14:42:00 2009 New Revision: 187526 URL: http://svn.freebsd.org/changeset/base/187526 Log: Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP: VOP_MARKATIME() since unlike the rest of VOP_SETATTR(), VA_MARKATIME can be performed while holding a shar

svn commit: r187525 - head/sys/dev/mmc

2009-01-21 Thread Alexander Motin
Author: mav Date: Wed Jan 21 14:22:06 2009 New Revision: 187525 URL: http://svn.freebsd.org/changeset/base/187525 Log: Fix copy/paste mistake in variable name. This could lead to using incorrect bus frequency. Modified: head/sys/dev/mmc/mmc.c Modified: head/sys/dev/mmc/mmc.c ==

Re: svn commit: r187523 - in stable/7/sys: . amd64/amd64 contrib/pf dev/ath/ath_hal dev/cxgb

2009-01-21 Thread Dimitry Andric
On 2009-01-21 13:11, Ulrich Spörlein wrote: > Just picking a random commit, but since a couple of days, nearly all > commits to stable/7/sys contain the props changed line for > >> Modified: >> stable/7/sys/ (props changed) >> stable/7/sys/contrib/pf/ (props changed) >> stable/7/sys/dev/

Re: svn commit: r187523 - in stable/7/sys: . amd64/amd64 contrib/pf dev/ath/ath_hal dev/cxgb

2009-01-21 Thread Ulrich Spörlein
Just picking a random commit, but since a couple of days, nearly all commits to stable/7/sys contain the props changed line for > Modified: > stable/7/sys/ (props changed) > stable/7/sys/contrib/pf/ (props changed) > stable/7/sys/dev/ath/ath_hal/ (props changed) > stable/7/sys/dev/cx

svn commit: r187524 - head/share/zoneinfo

2009-01-21 Thread Poul-Henning Kamp
Author: phk Date: Wed Jan 21 10:51:54 2009 New Revision: 187524 URL: http://svn.freebsd.org/changeset/base/187524 Log: Latest bulletin C from Daniel GAMBIS: no leap at the end of june 2009. Modified: head/share/zoneinfo/leapseconds Modified: head/share/zoneinfo/leapseconds ==

Re: svn commit: r187494 - head/sys/dev/usb2/bluetooth

2009-01-21 Thread Remko Lodder
On Tue, January 20, 2009 11:17 pm, Maksim Yevmenkin wrote: > Author: emax > Date: Tue Jan 20 22:17:05 2009 > New Revision: 187494 > URL: http://svn.freebsd.org/changeset/base/187494 > > Log: > Update (well, actually rewrite mostly) ng_ubt2 driver for USB2. > > Reviewed by:HPS, alfred >