summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/loran.c
Commit message (Expand)AuthorAgeFilesLines
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+1
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+6
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Isolate the Timecounter internals in their own two files.phk2000-03-201-1/+2
* Clean up some more loose ends..peter2000-01-231-4/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* Fix some warnings.peter1999-11-181-2/+5
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Change scheduling to use on the fly determination rather than presorting.phk1999-09-121-156/+137
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify cdevsw registration.phk1999-05-311-17/+7
* This commit should be a extensive NO-OP:phk1999-05-301-6/+22
* Add compat hooks for DiskOnChip2000 driver.phk1999-05-081-5/+3
* Fix a static/extern conflict. Put extra brackets to ensure thepeter1999-05-061-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Staticize.eivind1999-04-111-4/+4
* Best version so far. Flicker floor is now 2e-12.phk1998-12-161-15/+28
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-6/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+3
* Update to current reality. We can now track several LORSTA on separatephk1998-10-241-136/+185
* Update timecounters to new interface.phk1998-10-231-3/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+5
* Removed unused includes.bde1998-08-171-9/+1
* Fixed a type mismatch.bde1998-08-171-2/+3
* Add a member function more to the timecounters, this one is for usephk1998-06-071-1/+2
* most recent code for Loran driver.phk1998-05-291-64/+120
* Support compiling with `gcc-pedantic' (don't declare static arraysbde1998-04-191-2/+2
* Commit a much more functional version of this driver.phk1998-04-051-21/+460
* Removed unused #includes.bde1998-03-281-10/+1
* Add the smallest and least useful device-driver by a fair margin...phk1998-02-241-0/+121
OpenPOWER on IntegriCloud