des
47669f2ea0
Move drm to the i386-only section.
2002-04-28 19:21:48 +00:00
phk
9f962d9702
Improve an API by about 4 lines per driver.
2002-04-28 19:01:32 +00:00
phk
d3a0fb2abd
Use generic MII #defines instead of private ones when the registers
...
are IEEE defined.
Object file comes out the same.
2002-04-28 18:47:29 +00:00
phk
f2c462ee95
Merge in rev 1.9 from NetBSD.
2002-04-28 18:43:30 +00:00
phk
5549556e4f
We don't need the arp kludge any more.
2002-04-28 18:29:44 +00:00
phk
307f787e5a
Stylistic sweep through the timecounter code.
...
Renovate comments.
2002-04-28 18:24:21 +00:00
phk
e866359c06
Don't screw up our uptime with historical dates.
2002-04-28 16:51:36 +00:00
des
e48f76df85
Spell void * as void * rather than caddr_t. This is complicated by the
...
fact that caddr_t is often misspelled as char *.
Sponsored by: DARPA, NAI Labs
2002-04-28 15:18:50 +00:00
markm
905d923df1
Minor nit; return(foo) from main rather than exit(foo).
2002-04-28 14:04:24 +00:00
markm
1564a712ca
Very minor whitespace nit.
2002-04-28 13:59:42 +00:00
markm
183c01f925
Remove GCC-specific flags.
2002-04-28 13:58:41 +00:00
markm
09b63c5efb
Reorder for style.
2002-04-28 13:54:45 +00:00
markm
443c5ce6b2
Remove GCC-specific flags.
2002-04-28 13:53:38 +00:00
markm
deaa4a187b
Fix VCS tags; ANSIfy functions
2002-04-28 13:50:54 +00:00
markm
afdd6c61a4
Add some function prototypes to squash warnings.
2002-04-28 13:49:15 +00:00
markm
de78eb8c7f
Easy warns fixes; sort out some types and me them a bit more consistent;
...
fix initialisers.
2002-04-28 13:46:40 +00:00
markm
a735b516eb
Warnings fix; ANSIfy, constify, mark unused function parameter(s).
2002-04-28 13:00:16 +00:00
markm
2f918abe2e
Warns; ANSIfy, constify and move declarations into a common header.
2002-04-28 12:55:35 +00:00
markm
432896d29d
Remove GCC-specific flags.
2002-04-28 12:54:24 +00:00
markm
d642bb3e8a
Fix a const-char vs char issue.
2002-04-28 12:39:12 +00:00
markm
bf0d40842d
Very minor whitespace nit.
2002-04-28 12:36:56 +00:00
markm
20e29126e7
Declarations cleanup; make sure externs are in a common header.
...
Fix declarations, casts and return values.
2002-04-28 12:34:54 +00:00
markm
38668d26e3
warns fixes; ANSIfy, deregister, constify.
2002-04-28 12:28:41 +00:00
markm
ed297fee6f
Easy warns fixes; constify.
2002-04-28 12:25:03 +00:00
markm
2ddedfffab
Style; line up columns, space things out more consistently.
2002-04-28 12:24:20 +00:00
markm
673f6ef6d9
Style fixes; whitespace and header order.
2002-04-28 12:21:31 +00:00
markm
2df22de47e
Fix VCS inclusion and tidy up #includes.
2002-04-28 12:19:30 +00:00
markm
d4767a7bb1
Cast to kill warnings. De-register.
2002-04-28 12:17:27 +00:00
markm
0f588b9373
fix warnings; change variable/argument names that mask global names.
2002-04-28 12:15:40 +00:00
markm
9302f8d66b
Remove GCC-specific flags and commented out cruft.
2002-04-28 12:14:10 +00:00
markm
38c3f4b69a
Some easy const fixes.
2002-04-28 12:12:49 +00:00
markm
62123726bd
ANSIfy, VCS inclusions and some very minor style.
2002-04-28 12:09:33 +00:00
markm
df2d11edfa
Minor reorder for style.
2002-04-28 12:08:18 +00:00
markm
aa3fa5ac74
Fix some easy warnings; ANSIfy, constify.
...
Fix VCS inclusion and deregister.
2002-04-28 12:04:20 +00:00
markm
6e62811ca3
ANSIfy functions, and move extern declarations into a shared header
...
where ${DEITY} intended them to be.
2002-04-28 11:59:43 +00:00
iedowse
679fd48b5c
Fix a number of warnings. A gcc preprocessor bug relating to macros
...
with variable numbers of arguments made this slightly harder than
it should be. Avoid the bug by not doing string concatenation within
the macros, and instead add a new function to syslog or print the
error messages.
2002-04-28 11:59:30 +00:00
gj
5df4184529
Add the Dynalink IS64PPH+ as a supported card.
...
Reported by: znerd
2002-04-28 11:52:53 +00:00
markm
06bdac1d86
Fix VCS inclusions.
2002-04-28 11:52:43 +00:00
markm
82e411fc67
More low hanging warnings fruit; ANSIfy, de-register, constify.
2002-04-28 11:51:03 +00:00
gj
75dd89a561
Change instances of avma1pp2- to ifpi2- in printf's since the name
...
of the driver should be emitted.
This was already changed in the code committed to RELENG_4.
2002-04-28 11:47:10 +00:00
markm
a62032343e
Fix some low-hanging fruit in the warnings department; ANSIfy functions,
...
sort out some const issues.
2002-04-28 11:44:30 +00:00
markm
2720780e6c
Easy warns fixes; use const, mark unused function parameters. Remove
...
unused includes.
2002-04-28 11:16:43 +00:00
markm
68f25a87ca
Remove GCC-specific flags.
2002-04-28 11:15:47 +00:00
markm
f7c4d20a39
Trivial warnings fixes; staticise and use unsigned.
...
Use __FBSDID().
2002-04-28 11:13:20 +00:00
markm
f7a5378f71
Use __FBSDID, ANSIfy functions, fix const string.
2002-04-28 11:00:34 +00:00
markm
1b4a05fc90
Use __FBSDID(), ANSIfy headings, use const/unsigned in minor but
...
appropriate places.
2002-04-28 10:56:09 +00:00
markm
e93fa004d7
Style only; format function declarations, sort header includes, and
...
use __FBSDID().
2002-04-28 10:49:15 +00:00
iedowse
3bdd57c657
Oops, remove references to NLOCKED and NWANTED, now that they no
...
longer exist.
2002-04-28 10:24:38 +00:00
bde
b0e53bd01f
Removed unused forward struct declaration.
2002-04-28 09:51:45 +00:00
marcel
bc591195cf
Add mca.c.
2002-04-28 08:43:47 +00:00