Commit Graph

150687 Commits

Author SHA1 Message Date
xtraeme
3a6aed3622 regen 2006-09-03 07:36:34 +00:00
xtraeme
e85b72eeee - Add nForce MCP61/65 LAN controllers... from obsd.
- Improve description in some nForce controllers as well.
2006-09-03 07:36:10 +00:00
christos
92a6344549 add missing initializer 2006-09-03 07:14:47 +00:00
christos
08a78fe175 use c99 initializers 2006-09-03 07:13:46 +00:00
christos
2e139ee910 add missing initializers 2006-09-03 07:08:59 +00:00
christos
6e6fde1336 add missing initializer 2006-09-03 07:07:20 +00:00
christos
db87199efc use c99 initializers 2006-09-03 07:06:39 +00:00
christos
80d7cf4588 - add missing initializer
- add missing function decl
2006-09-03 07:05:16 +00:00
christos
bbf2deb35f - add missing initializer
- inline comes first
2006-09-03 07:02:54 +00:00
christos
0b7c79ac7b add missing initializers 2006-09-03 07:00:48 +00:00
christos
2c3642e00f use c99 initializers 2006-09-03 06:53:08 +00:00
christos
644f53e4e9 add missing initializers 2006-09-03 06:51:04 +00:00
xtraeme
7658c6d89f Update the enhanced speedstep driver and sync the code with OpenBSD:
est.c:

* Use a quintuplet (vendor, MHz_hi, mV_hi, MHz_lo, mV_lo } to match
  CPUs more correctly than parsing the brand string.
* Add support for a bunch of models.
* Create a fake table on the fly if the CPU is unknown (there's no
  table for it) with the current/highest/lowest frequency.

specialreg.h:

* Add some MSRs needed to get the bus clock value.

identcpu.c:

* Add functions specific to Pentium III, Pentium M and Pentium 4 to
  get the bus clock value.

Note that the new fake table code from Simon Burge is not included on
this commit.

Ok'ed by simonb and dogcow.
2006-09-03 06:49:57 +00:00
christos
ce2bae8870 comment out empty code 2006-09-03 06:49:30 +00:00
christos
94de7229ef use c99 initializers 2006-09-03 06:48:26 +00:00
christos
0c58aff5f5 add missing initializers 2006-09-03 06:46:22 +00:00
christos
328ed75351 add missing decl 2006-09-03 06:42:44 +00:00
christos
05bd5641dd add missing initializers 2006-09-03 06:41:38 +00:00
christos
28ea22fb52 use c99 initializers, per gimpy's request 2006-09-03 06:40:39 +00:00
gdamore
487ed45995 Don't warn about RTC losing/gaining days if the filesystem time is bogus. 2006-09-03 06:37:55 +00:00
christos
be15e5387b use c99 initializers 2006-09-03 06:34:34 +00:00
christos
1b87f8e9cc add missing initializer 2006-09-03 06:29:03 +00:00
christos
59d19c4947 add missing initializers 2006-09-03 06:28:16 +00:00
christos
48c3e87853 add missing initializer 2006-09-03 06:26:27 +00:00
christos
e2ea4b04bb avoid empty else statement 2006-09-03 06:25:19 +00:00
christos
a307d25b10 add missing initializer 2006-09-03 06:24:21 +00:00
christos
01edefa570 comment out unreachable code 2006-09-03 06:23:27 +00:00
christos
996634386c comment out unreachable code. 2006-09-03 06:22:05 +00:00
dyoung
8db36d06c3 Don't use IFQ_ macros on an ifqueue. Fixes a compilation error
reported by christos.
2006-09-03 06:10:06 +00:00
christos
5cbefe6615 make this compile again (thanks gdamore) 2006-09-03 06:03:51 +00:00
simonb
c0b7864181 Add ``makeoptions DEBUG="-g"''. From the comment in GENERIC:
# XXX
# Need "-g" so that link sets in libraries work.  The "objcopy -x" step
# will strip out static link set info from an a.out object.
2006-09-03 05:58:19 +00:00
christos
4905e82e29 add missing initializer 2006-09-03 05:30:48 +00:00
christos
c11c8c78df add missing initializers 2006-09-03 05:29:46 +00:00
christos
9c03e39ea2 add missing initializer 2006-09-03 05:27:28 +00:00
gdamore
4c30050f13 Convert i386 to use common TODR code. Not tested, but Christos says he'll
test it for me right now. :-)
2006-09-03 05:26:11 +00:00
christos
f2e0e5984c add missing initializer 2006-09-03 05:25:43 +00:00
gdamore
a6abab1852 Incorporate changes from x86/i386 as follows:
1) don't set a clock when panicing during early boot
2) if the filesystem time is newer than the rtc time (by at least 2 days) then
revert to the filesystem time.
3) use x86 style messaging.

We still use a threshold of 2 days of gain or loss in time to warn though.
2006-09-03 05:25:05 +00:00
christos
b3d983dd18 add missing initializer 2006-09-03 05:24:47 +00:00
christos
5b7c1e90d5 add missing decl. 2006-09-03 05:23:59 +00:00
christos
78c43e9064 static comes first 2006-09-03 05:22:36 +00:00
christos
4ac9cd5ebe add missing initializer 2006-09-03 05:20:21 +00:00
christos
7ed28205b6 - add missing initializer
- comment out impossible comparison
2006-09-03 05:19:38 +00:00
christos
144543fb61 add missing initializer 2006-09-03 05:18:03 +00:00
christos
d13620d51a comment out impossible comparison. 2006-09-03 05:16:59 +00:00
christos
60dfc6ed9c add missing initializers 2006-09-03 05:16:01 +00:00
christos
eb7cb3e07d - add missing initializers
- remove impossible comparison
2006-09-03 05:12:54 +00:00
christos
624d950194 add missing initializer 2006-09-03 05:11:30 +00:00
christos
26733bed2e - comment out impossible comparisons
- remove superfluous if statement
2006-09-03 05:10:24 +00:00
christos
44dddc087f use c99 initializers 2006-09-03 05:08:18 +00:00
christos
7de21598de - add missing initializer
- correct function decl.
2006-09-03 05:04:57 +00:00