aboutsummaryrefslogtreecommitdiff
path: root/emulators/rtc
Commit message (Collapse)AuthorAgeFilesLines
* Respect the user's USE_LINUX setting.Trevor Johnson2005-03-011-1/+1
| | | | Notes: svn path=/head/; revision=130124
* Use NO_FETCH instead of a gratuitous do-fetch target.Kris Kennaway2004-12-271-3/+1
| | | | Notes: svn path=/head/; revision=125288
* Patch to keep up with the recent cdev changes. No need for a portMike Silbersack2004-06-241-5/+34
| | | | | | | revision bump, the functionality is unchanged. Notes: svn path=/head/; revision=112105
* Update the rtc device to use dynamic numbering on -current. In order toMike Silbersack2004-03-133-8/+5
| | | | | | | | | accomdate this change, stop using device nodes in /usr/compat/linux/dev and instead rely on the linuxalator passing through requests to the real /dev. (This second change also applies to 4.x). Notes: svn path=/head/; revision=103901
* Ugh, 502103 is the correct revision, not 502104.Mike Silbersack2004-03-101-1/+1
| | | | | | | No portrev bump needed. Notes: svn path=/head/; revision=103508
* Bump portrev for last change.Mike Silbersack2004-03-101-1/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=103503
* *Actually* make rtc work on post-502104 -CURRENT.Mike Silbersack2004-03-102-4/+0
| | | | Notes: svn path=/head/; revision=103502
* Make rtc module work with FreeBSD 502104.Martin Blapp2004-03-032-1/+9
| | | | Notes: svn path=/head/; revision=102801
* Update the rtc driver once again. As of this revision, I believe thatMike Silbersack2004-02-242-6/+14
| | | | | | | | | | | the linux rtc device is being emulated as accurately as possible, at least in terms of its behavior. Further improvements to its accuracy will require much more precise measurement. Device cloning is not yet implemented. Notes: svn path=/head/; revision=102012
* Replace rtc with a revamped version that I've been working on. This versionMike Silbersack2004-01-282-31/+109
| | | | | | | | | | uses tsleep / selrecord and a worker thread to provide a much better emulation of the rtc driver, as well as greatly decreased processor usage. Device cloning as well as a few more tweaks to the emulation are still pending. Notes: svn path=/head/; revision=99307
* Fix that pesky panic when the rtc module is unloaded.Mike Silbersack2004-01-231-1/+0
| | | | | | | PR: ports/57465 Notes: svn path=/head/; revision=98870
* Substitute BROKEN with IGNORE in cases where the port requires the src treeJoe Marcus Clarke2004-01-101-2/+2
| | | | | | | | | | | | | to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon Notes: svn path=/head/; revision=97845
* Bump portrevisionMartin Blapp2003-05-151-1/+1
| | | | Notes: svn path=/head/; revision=81033
* Fix panic if the rtc module gets loaded twice: Make rtc_dev staticMartin Blapp2003-05-151-3/+5
| | | | | | | | | and destroy the device on cleanup. Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it> Notes: svn path=/head/; revision=81032
* [Forced commit]Norikatsu Shigemura2003-04-041-0/+1
| | | | | | | | | | | Correct dependency on linux.ko and Bump PORTREVISION. PR: ports/37992, ports/40973 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Vladimir B. Grebenschikov <vova@sw.ru> Notes: svn path=/head/; revision=78223
* Correct dependency on linux.ko.Norikatsu Shigemura2003-04-041-0/+2
| | | | | | | | PR: ports/40973 Submitted by: Vladimir B. Grebenschikov <vova@sw.ru> Notes: svn path=/head/; revision=78222
* Support post-500104-current.Norikatsu Shigemura2003-03-233-8/+22
| | | | | | | | Submitted by: Marcin Cielak <saper@sgh.waw.pl> Tested by: freebsd-emulation Notes: svn path=/head/; revision=77249
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix build on -CURRENT by conditionally defining M_WAITOK as 0x0000.Alexander Langer2003-02-121-0/+4
| | | | Notes: svn path=/head/; revision=75388
* Current doesn't use KMODDEPS.Josef Karthauser2002-08-141-0/+2
| | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=64506
* Add $FreeBSD$ tags.Akinori MUSHA2001-09-162-0/+3
| | | | Notes: svn path=/head/; revision=47860
* - Conditionalize bmaj and kqfilter in cdevsw.Akinori MUSHA2001-09-162-2/+7
| | | | Notes: svn path=/head/; revision=47859
* - Replace ugly perl substitution hacks with #if's.Akinori MUSHA2001-09-163-12/+29
| | | | | | | - Support the post-KSE CURRENT. Notes: svn path=/head/; revision=47858
* Define USE_LINUX, as linux_base must be installed prior to this port.Akinori MUSHA2001-03-141-1/+3
| | | | Notes: svn path=/head/; revision=39821
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=37252
* Use LINUXBASE/USE_LINUX variables.Akinori MUSHA2000-09-221-2/+1
| | | | | | | | This is only a cosmetic change, so there's no need to reinstall your installation(s). Notes: svn path=/head/; revision=33019
* Update for the latest current. (lminor() -> dev2unit())Akinori MUSHA2000-09-223-7/+15
| | | | | | | Correct the startup script to unload rtc.ko module properly. Notes: svn path=/head/; revision=32996
* Set KMODDEPS=linux in Makefile.Akinori MUSHA2000-09-102-1/+4
| | | | | | | | | Add $FreeBSD$ tag. Submitted by: Boris Popov <bp@FreeBSD.org> Notes: svn path=/head/; revision=32494
* Chase the recent moving of linux_ioctl.h.Akinori MUSHA2000-08-242-2/+8
| | | | | | | | PR: ports/20818 Submitted by: Sean-Paul Rees <sean@dreamfire.net> Notes: svn path=/head/; revision=31925
* Remove empty directory.Jun Kuriyama2000-08-021-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31241
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-4/+15
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Bump the version number corresponding to Peter's previous commit.Akinori MUSHA2000-05-061-1/+1
| | | | Notes: svn path=/head/; revision=28313
* The rtc module depends on linux (for -current)Peter Wemm2000-05-051-0/+4
| | | | Notes: svn path=/head/; revision=28303
* Move /dev/rtc to ${LINUX_DIR}/dev/rtc, since we don't need rtc exceptAkinori MUSHA2000-04-142-7/+9
| | | | | | | | | for running Linux stuff. Suggested by: Nick Sayer Notes: svn path=/head/; revision=27544
* PORTNAME/VERSION stuffMichael Haro2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27455
* This is rtc, a kernel module for /dev/rtc device support.Akinori MUSHA2000-04-0310-0/+553
Some apps such as VMware for Linux would be happy with it. The code was originally written by Vladimir N. Silyaev. Note: It _includes_ Linux ioctl support, but basically it's FreeBSD native stuff. I'm importing this into emulators category for convevience' sake. Check it out. Notes: svn path=/head/; revision=27306