Commit Graph

150584 Commits

Author SHA1 Message Date
yamt
80fe9dcf8f remove (void *) cast from NFSRVFH_DATA as it sometimes
discards const qualifier.  pointed out by Havard Eidnes.
(it wasn't detected by in-tree gcc4.  seems like a compiler bug.)
2006-09-04 08:27:49 +00:00
cube
1e2d115e84 Bump version after last feature addition (default value for defparam). 2006-09-04 07:32:50 +00:00
dsl
6467d53e48 Add support for specifying a default value on a 'defparam' line.
If a default is specified then the option is always defined in the
corresponding .h file.
Particularly useful for parameters where the default action isn't the
same a defining the value zero, given that the current use of #if defined(opt)
is open to problems wehere the relevant .h file isn't actually included, so
requiring an option to always have a value makes sense.
Also included (but commented out) is code that adds a global symbol to
the object file to stop objects compiled with different values for the
same option being linked together - I'm not quite happy with it yet!
2006-09-04 06:45:14 +00:00
gdamore
1f585717a8 This is a boat-load of changes designed to finish parameterizing the
stuff necessary to separate out AR5312 from AR5315.  This includes:

	1) rework of arbus IRQs, so that IRQs are now seperately specified
	   as either MISC or CPU irqs
	2) move board/chip-specific addresses into chip-dependent file
	3) unencumber argpio from ar5312 specifics, using properties to pass
	   details such as reset-pin and sysled-pin.
	4) an option to select which WiSoC is to be configured is provided.

AR5315 support should be forthcoming shortly now.
2006-09-04 05:17:26 +00:00
macallan
9de94f8e2e trying to use IDE DMA on a Heathrow macio is busted so disable it for now. 2006-09-04 03:44:10 +00:00
perry
e2420ca184 Undo static declaration on gettick -- lapic.c uses it.
Pointed out by Geoff Wing (mason at primenet.com.au)
2006-09-04 03:07:52 +00:00
gdamore
5577cd5c22 Fix up date. Hi Hubert! 2006-09-04 02:29:44 +00:00
hubertf
06409220b0 Add minimal installation in sysinst 2006-09-04 02:24:09 +00:00
hubertf
042bbb2bb1 * Add Minimal (core) installation, consisting of a kernel, base + etc
* Fixup all of the German translations.
2006-09-04 02:20:40 +00:00
perry
225449e795 switch to a common clock.c 2006-09-04 02:16:03 +00:00
perry
a8054af60a The i386 and amd64 versions are now identical. They'll get moved to
arch/x86 soon. Ultimately the functionality should be split
into different files for i8254, mc146818 and pcppi.
2006-09-04 01:40:19 +00:00
gdamore
a406006708 Note that sun2 is now timecounter-ed. 2006-09-04 01:37:31 +00:00
simonb
ea0fd530d1 One "const" is enough... 2006-09-04 01:20:44 +00:00
simonb
f87636ddd9 Const poisoning. 2006-09-04 01:20:14 +00:00
simonb
0f58c090bc Rename these functions to the __<name>14 names.
XXX: still need to be converted to use sigprocmask().
2006-09-04 01:08:11 +00:00
perry
a82c8b386d The amd64 and i386 versions of this file both got some variables
renamed to avoid shadowing. The amd64 names are a bit easier to
understand, so switch to them here.
2006-09-04 01:06:01 +00:00
simonb
58f251e245 Catch up with changes from files in arch/i386/include to make compiling
happier with new compilers and compiler warnings settings.
2006-09-04 01:04:29 +00:00
perry
fa4b595579 Fix static function declarations. 2006-09-04 00:56:08 +00:00
riz
2f9f5c5846 Remove unused members of sk_softc. 2006-09-04 00:54:40 +00:00
hubertf
136960985f Fix previous - no need to prepend target-root in chroot 2006-09-04 00:46:13 +00:00
hubertf
5bc64783d6 Make md_cleanup_install() more uniform across platforms. 2006-09-04 00:11:00 +00:00
hubertf
c66460047c be consistent in md_cleanup_install():
use the sed(1) from the newly installed system here too
(is getting rid of sed from the install ramdisk/... worthwhile?)
2006-09-04 00:07:27 +00:00
hubertf
8346ac144d Use sed(1) from the newly installed system instead of from the
miniroot/ramdisk -- which is not present on some platforms (hp300, mvme68k,
x68k), according to comments in their md_cleanup_install() functions.
2006-09-03 23:54:02 +00:00
uwe
1e7f72b35d Catch up with __HAVE_GENERIC_TODR changes.
Compile-tested only.
2006-09-03 23:41:18 +00:00
christos
4e6ffbfcf0 add missing initializers 2006-09-03 22:28:53 +00:00
gdamore
b46bdc5e2b Convert both sparc and sparc64 to MI todr. 2006-09-03 22:27:45 +00:00
christos
93a520d8b0 fix initializers 2006-09-03 22:17:35 +00:00
christos
e82a0f88ae add missing initializer. 2006-09-03 21:45:28 +00:00
gdamore
d38176b5c8 Convert to timecounters. Since sun2 lacks a separate timer for microsecond
interpolation, we just use the default clock interrupt timer. (100Hz)
2006-09-03 21:43:56 +00:00
christos
77c903b90a add missing initializer 2006-09-03 21:42:55 +00:00
christos
00c11ed953 add missing initializers 2006-09-03 21:42:09 +00:00
christos
931d28e672 use c99 initializers 2006-09-03 21:39:29 +00:00
christos
c5b9d17001 add missing initializer 2006-09-03 21:38:23 +00:00
christos
37ba677a84 use c99 initializers 2006-09-03 21:37:22 +00:00
christos
5dc39be6da add missing initializers 2006-09-03 21:37:06 +00:00
gdamore
5df865819e Fix compilation error caused by remaining todr_handle. Doh! 2006-09-03 21:34:33 +00:00
christos
aa6004da57 use c99 initializer. 2006-09-03 21:33:33 +00:00
christos
ad4f70a8e8 add missing initializer. 2006-09-03 21:30:24 +00:00
christos
61f2f34223 add missing initializers 2006-09-03 21:29:37 +00:00
christos
2dfeed7693 fix initializers. 2006-09-03 21:28:03 +00:00
christos
b231088be0 add missing initializer 2006-09-03 21:16:09 +00:00
christos
842f306745 use c99 initializers 2006-09-03 21:12:14 +00:00
christos
3088ae53a7 - add missing initializer
- remove stray semicolon that prevented an ioctl from working.
2006-09-03 21:09:46 +00:00
christos
40be650c67 add missing initializers. 2006-09-03 21:05:01 +00:00
christos
224c7c746b add missing initializer. 2006-09-03 21:03:11 +00:00
christos
df1dfef2bc add missing initializers 2006-09-03 21:01:12 +00:00
christos
c35f9741bc add missing initializer. 2006-09-03 21:00:01 +00:00
christos
4e0d743b9e add missing initializers 2006-09-03 20:59:18 +00:00
christos
b33a26ac88 remove unneeded initializer. 2006-09-03 20:58:26 +00:00
perry
611f860676 remove the "clkintr_pending" stuff.
The variable was used but never set. Kardel says it is a remnant from
the freebsd code he ported, and may be safely discarded.
2006-09-03 20:49:21 +00:00