takawata2006-01-09 17:46:36 UTC
FreeBSD src repository
Added files:
sys/modules/ufomaMakefile
sys/dev/usb ufoma.c
Log:
Add FOMA (NTT DoCoMo 3G mobile phone system) driver.
This is based on MCPC USB mobile phone guide line (MCPC-GL005)
Some other 3G system or
takawata2006-01-09 17:49:21 UTC
FreeBSD src repository
Modified files:
sys/conf files
Log:
Add ufoma drivers in 'files', too.
Revision ChangesPath
1.1082+1 -0 src/sys/conf/files
___
cvs-all@freebsd.org m
takawata2006-01-09 18:56:11 UTC
FreeBSD src repository
Added files:
share/man/man4 ufoma.4
Log:
Add man page for ufoma(4) in poor English and formatting.
Revision ChangesPath
1.1 +117 -0src/share/man/man4/ufoma.4 (new)
_
takawata2006-01-09 19:07:05 UTC
FreeBSD src repository
Modified files:
share/man/man4 ufoma.4
Log:
Add documents URL.
Revision ChangesPath
1.2 +6 -0 src/share/man/man4/ufoma.4
___
cvs-all@freebsd.org mailing
takawata2006-01-10 00:54:18 UTC
FreeBSD src repository
Modified files:
sys/modules Makefile
Log:
Hook ufoma module to build.
Pointed out by:thompsa
Revision ChangesPath
1.469 +1 -0 src/sys/modules/Makefile
___
takawata2006-01-10 14:49:23 UTC
FreeBSD src repository
Modified files:
share/man/man4 Makefile
Log:
Hook ufoma(4) page up.
Pointed out by: joel
Revision ChangesPath
1.335 +1 -0 src/share/man/man4/Makefile
__
takawata2006-01-10 18:39:23 UTC
FreeBSD src repository
Modified files:
share/man/man4 Makefile
Log:
Fix sort order.
Pointed out by: ru
Revision ChangesPath
1.336 +1 -1 src/share/man/man4/Makefile
___
cvs-all
takawata2006-01-11 13:51:03 UTC
FreeBSD src repository
Modified files:
share/man/man4 ufoma.4
Log:
Add a mobile phone known to work.
Revision ChangesPath
1.3 +2 -0 src/share/man/man4/ufoma.4
___
cvs-all@free
takawata2006-01-11 21:46:15 UTC
FreeBSD src repository
Modified files:
share/man/man4 ufoma.4
Log:
Grammar fix.
Submitted by: joel@
Revision ChangesPath
1.4 +13 -14src/share/man/man4/ufoma.4
___
cvs-all@fre
takawata2006-03-15 07:04:33 UTC
FreeBSD src repository
Modified files:
sys/dev/atkbdc psm.c
Log:
Add ALPS glide point ID and some compatibility IDs.
PR: kern/75008
Revision ChangesPath
1.89 +3 -0 src/sys/dev/atkbdc/psm.c
__
takawata2006-04-21 09:40:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/atkbdc psm.c
Log:
MFC: Rev 1.89
Add psm ID's for glide point devices.
Approved by: re
Revision ChangesPath
1.86.2.2 +3 -0 src/sys/dev/atkbdc/ps
takawata2006-10-30 05:38:48 UTC
FreeBSD src repository
Added files:
sys/dev/acpi_support acpi_aiboost.c
sys/modules/acpi/acpi_aiboost Makefile
Log:
Driver for some ASUS desktop motherboard extras.
Though it is named after overclocking tool for ASUS motherboards,
it is no
takawata2006-10-30 05:51:54 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/i386/confNOTES
Log:
Add conf file entries for acpi_aiboost drivers.
Revision ChangesPath
1.1156+1 -0 src/sys/conf/files
1.1237+3 -0 s
takawata2006-10-30 06:05:11 UTC
FreeBSD src repository
Modified files:
sys/modules/acpi Makefile
Log:
Hook acpi_aiboost module to build.
Revision ChangesPath
1.50 +2 -2 src/sys/modules/acpi/Makefile
___
cvs-all
takawata2006-10-31 07:22:24 UTC
FreeBSD src repository
Modified files:
sys/i386/confNOTES
Log:
Fix Typo.
Pointed out by: ru
Revision ChangesPath
1.1238+1 -1 src/sys/i386/conf/NOTES
___
cvs-all@freebsd.o
takawata2006-06-29 06:17:48 UTC
FreeBSD src repository
Modified files:
sys/dev/usb uplcom.c usbdevs
Log:
Willcom WSIM DD support.
Revision ChangesPath
1.35 +2 -0 src/sys/dev/usb/uplcom.c
1.262 +2 -1 src/sys/dev/usb/usbdevs
__
takawata2006-06-29 06:31:13 UTC
FreeBSD src repository
Modified files:
sys/dev/usb uplcom.c
Log:
Comment fix.
Pointed out by: ume via IRC
Revision ChangesPath
1.36 +2 -2 src/sys/dev/usb/uplcom.c
___
cvs-
takawata2006-06-29 08:28:18 UTC
FreeBSD src repository
Modified files:
share/man/man4 uplcom.4
Log:
Update man page.
Pointed out by: netchild
MFC after: 3 days
Revision ChangesPath
1.13 +2 -0 src/share/man/man4/uplcom.4
_
takawata2006-08-14 18:24:23 UTC
FreeBSD src repository
Modified files:
sys/dev/acpi_support acpi_ibm.c
Log:
Remove debug messages on notify handler.
PR:100671
Revision ChangesPath
1.11 +0 -2 src/sys/dev/acpi_support/acpi_ibm.c
__
takawata2006-08-14 18:38:56 UTC
FreeBSD src repository
Modified files:
sys/dev/acpi_support acpi_ibm.c
Log:
Improve exception string format.
PR:100671
MFC after: 3 days
Revision ChangesPath
1.12 +2 -2 src/sys/dev/acpi_support/acpi_ibm.c
_
takawata2006-08-17 03:38:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/acpi_support acpi_ibm.c
Log:
Improve exception string format. Remove debug messages on notify handler.
MFC: 1.11, 1.12
PR: 100671
Submitted by:henrik at brixander
takawata2007-10-12 08:45:55 UTC
FreeBSD src repository
Modified files:
sys/dev/usb if_zyd.c usbdevs
Log:
Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko)
Revision ChangesPath
1.5 +1 -0 src/sys/dev/usb/if_zyd.c
1.329 +1 -0 sr
takawata2007-10-18 10:51:06 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usbdevs
Added files:
sys/dev/usb uchcom.c
sys/modules/uchcom Makefile
Log:
Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.
I tested it
takawata2007-10-25 16:49:07 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_ec.c
Log:
Turn EC into poll mode before device_resume invoked .
Revision ChangesPath
1.77 +34 -3 src/sys/dev/acpica/acpi_ec.c
takawata2007-10-25 17:03:07 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_ec.c
Log:
Fix variable name to be clear what it means.
Revision ChangesPath
1.78 +3 -3 src/sys/dev/acpica/acpi_ec.c
_
takawata2007-10-25 20:02:38 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_ec.c
Log:
More style nit.
Pointed out by: njl.
Revision ChangesPath
1.79 +3 -6 src/sys/dev/acpica/acpi_ec.c
___
cvs
takawata2008-04-05 14:21:01 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica/Osd OsdSynch.c
Log:
GPE lock may recurse on resume path.
Revision ChangesPath
1.33 +1 -1 src/sys/dev/acpica/Osd/OsdSynch.c
___
takawata2008-04-10 18:38:31 UTC
FreeBSD src repository
Modified files:
sys/i386/i386mp_machdep.c
Log:
Don't break identity mapping set up for ACPI resume path.
With this change, BSP processor context seems to be recovered.
Revision ChangesPath
1.286 +5 -
takawata2008-08-18 11:56:13 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ufoma.c
Log:
SVN rev 181830 on 2008-08-18 11:56:13Z by takawata
Make it easy to comment out the part that use current tty layer directly.
(Handsfree interface)
I'll port the part
takawata2008-09-12 03:45:08 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ufoma.c
sys/modules Makefile
Log:
SVN rev 182952 on 2008-09-12 03:45:08Z by takawata
Connect ufoma(4) to build and,
disable handsfree interface that is not yet ported
takawata2008-09-12 20:34:12 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ufoma.c
Log:
SVN rev 182974 on 2008-09-12 20:34:12Z by takawata
Don't issue CDC request before negotiate the interface role.
Revision ChangesPath
1.14 +107 -58 src/
takawata2008-09-14 16:49:51 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ufoma.c
Log:
SVN rev 183022 on 2008-09-14 16:49:51Z by takawata
Recover handsfree port support.(Almost all changes are done on previous
commit).
Don't send serial line emulation re
takawata2007-07-27 12:00:29 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ufoma.c
Log:
Minor Bug fix that will cause panic with some terminal with voice path on USB.
Approved by: re@ (kensmith)
Revision ChangesPath
1.10 +9 -3 src/sys/d
takawata2007-03-27 17:03:52 UTC
FreeBSD src repository
Modified files:
usr.sbin/acpi/acpidump acpi.c acpidump.h
Log:
Correct HPET header handling.
MFC after: 7 days
Revision ChangesPath
1.32 +2 -1 src/usr.sbin/acpi/acpidump/acpi.c
1.22 +1 -2 sr
takawata2007-03-30 20:35:37 UTC
FreeBSD src repository
Added files:
share/man/man4/man4.i386 acpi_aiboost.4
Log:
Add man page for acpi_aiboost. Based on man page for NetBSD.
Revision ChangesPath
1.1 +100 -0src/share/man/man4/man4.i386/acpi_aiboost.4 (new)
__
takawata2007-03-30 21:19:10 UTC
FreeBSD src repository
Modified files:
share/man/man4/man4.i386 Makefile acpi_aiboost.4
Log:
Hook acpi_aiboost man page and modify the man page a bit.
Revision ChangesPath
1.185 +2 -1 src/share/man/man4/man4.i386/Makefile
1.2
takawata2007-03-30 21:59:56 UTC
FreeBSD src repository
Modified files:
share/man/man4/man4.i386 acpi_aiboost.4
Log:
New line for new sentense.
Pointed out by: brueffer
Revision ChangesPath
1.3 +3 -2 src/share/man/man4/man4.i386/acpi_aiboost.4
_
takawata2007-04-30 16:15:19 UTC
FreeBSD src repository
Modified files:
sys/dev/usb uftdi.c usbdevs
Log:
Add MELCO PC-OP-RS Universal remote ID.
Revision ChangesPath
1.25 +15 -0 src/sys/dev/usb/uftdi.c
1.292 +1 -0 src/sys/dev/usb/usbdevs
__
takawata2007-05-05 08:10:37 UTC
FreeBSD src repository
Modified files:
share/man/man4 uftdi.4
Log:
Document devices that can drivea
.
Obtained from: [FreeBSD-users-jp 90628](uftdi.c rev 1.25 also)
Revision ChangesPath
1.10 +2 -0 src/share/man/man4/
takawata2007-05-15 08:41:05 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c acpi_hpet.c acpivar.h
Log:
Add ACPI HPET table support.
Reviewed by:njl
Revision ChangesPath
1.237 +1 -0 src/sys/dev/acpica/acpi.c
1.7 +39 -2 s
takawata2007-05-31 08:49:51 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_dock.c
Log:
Use ACPICA defined value for notification rather than locally defined one.
Revision ChangesPath
1.6 +3 -8 src/sys/dev/acpica/acpi_dock.c
___
takawata2006-11-06 12:14:28 UTC
FreeBSD src repository
Modified files:
sys/dev/acpi_support acpi_aiboost.c
Log:
Prevent freeing wild pointer when bailing out.
Revision ChangesPath
1.3 +2 -1 src/sys/dev/acpi_support/acpi_aiboost.c
___
takawata2006-12-18 05:54:50 UTC
FreeBSD src repository
Modified files:
sys/modules/acpi Makefile
sys/modules/acpi/acpi Makefile
Log:
Hook acpi gadget driver modules to other acpi archs.
Revision ChangesPath
1.52 +3 -7 src/sys/modules/acpi/Makefile
takawata2006-12-18 14:38:31 UTC
FreeBSD src repository
Modified files:
sys/modules Makefile
Log:
Oops, I forget to add amd64 as ACPI arch.
Revision ChangesPath
1.516 +1 -1 src/sys/modules/Makefile
___
cvs-a
takawata2006-12-18 18:57:41 UTC
FreeBSD src repository
Modified files:
sys/modules Makefile
Log:
Remove stall comment.
Pointed out by:Ed Maste.
Revision ChangesPath
1.517 +1 -1 src/sys/modules/Makefile
___
takawata2007-01-05 14:46:18 UTC
FreeBSD src repository
Modified files:
sys/pci agp_intel.c
Log:
Make agp_intel capable to work after resume from S3 state.
Revision ChangesPath
1.31 +50 -33src/sys/pci/agp_intel.c
__
takawata2007-01-06 08:31:31 UTC
FreeBSD src repository
Modified files:
sys/pci agp_intel.c
Log:
Restore agp aperture size after resume, in case it is modified after boot.
Revision ChangesPath
1.34 +8 -1 src/sys/pci/agp_intel.c
__
takawata2007-01-28 10:46:32 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usbdevs
Log:
Add some vendor IDs mainly from NetBSD.
Revision ChangesPath
1.285 +5 -0 src/sys/dev/usb/usbdevs
___
cvs-all@f
takawata2007-01-28 11:56:15 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES files
Added files:
sys/modules/uipaqMakefile
sys/dev/usb uipaq.c
Log:
Add support for serial communication with Windows CE based Handheld Computer.
Obta
49 matches
Mail list logo