mrg
5ddb436023
import openbsd z* scripts and manuals.
2003-12-28 12:31:55 +00:00
kent
a92ed9fb69
ICH4/ICH5:
...
When native i/o mapping fails, try compatible i/o mapping.
2003-12-28 12:31:30 +00:00
jmc
0a2cc9c412
Add a .ORDER so the checksums come out in the proper sequence.
2003-12-28 09:27:41 +00:00
jmc
6cf7ed4ade
Fix PR#4980 and support common symbols correctly in crunched programs.
...
Exclude them from renaming and expect the linker to do the right thing in
resolving them all to the library copy (i.e. optarg) or locally as the
case may be. Testing multiple programs crunched which reference optarg shows
correct behavior now.
2003-12-28 09:21:36 +00:00
itohy
148136c88f
Add support for RATOC REX-9530.
...
Not fully tested, though.
2003-12-28 06:50:42 +00:00
itohy
a4a5409e3a
Regen from pcmciadevs rev 1.191.
2003-12-28 06:47:23 +00:00
itohy
10e7771b7d
- RATOC System Inc. uses the same product ID for many different cards,
...
so do not define product ID for REX-R280. Use CIS instead.
- Add definition for REX-9530 and REX-CFU1.
- White space police.
2003-12-28 06:46:23 +00:00
dbj
5dacb54521
fix two bugs with argument parsing:
...
missing break statement caused -F to give usage
-v argument caused default options to be dropped
2003-12-28 06:06:55 +00:00
dbj
9361c55211
add DPADD+=${LIBUTIL}
2003-12-28 06:04:23 +00:00
christos
9f69d1d028
Add an argument to cp_within_target that indicates if the file is optional
...
or really should be there. Use that for files that are not necessarily
present.
2003-12-28 05:30:47 +00:00
christos
1b57662119
make the printf statements on chip_io_map complete lines.
2003-12-28 01:21:37 +00:00
christos
a438c6286d
make the printf statement a complete line.
2003-12-28 01:20:23 +00:00
dbj
cd998638bc
use symbolic V_SAVE instead of value 1 when invoking vinvalbuf
2003-12-28 00:36:33 +00:00
christos
de8661ee74
Don't print an empty "wi0:\n" line. Join a couple of lines.
2003-12-27 23:57:24 +00:00
martin
04d651d978
Add rtclocaltime (couldn't we mark these in the set lists somehow
...
instead of duplicating part of the list here?)
2003-12-27 23:00:55 +00:00
jmc
c392dc52fe
Support crunch configs which specify relative srcdir's but don't use -D. For
...
these cases, prepend getwd() onto the front of them so a full correct path
is passed to the reach over make command (as it's running from at least
a subdir of the current directory for each object)
2003-12-27 22:28:38 +00:00
manu
48d72491a9
The VRAM offset seems to be the offset of the framebuffer within the VRAM.
...
Until we really map the whole VRAM, this is 0.
Two missing files in the last commit
2003-12-27 22:06:19 +00:00
martin
5d2216c751
More crunchgen lists needing -lz now for new gzip.
...
Noticed by Markus W Kilbinger.
2003-12-27 21:30:27 +00:00
jmc
74cd87d7c1
Need -lz now
2003-12-27 20:57:21 +00:00
martin
0a8d3c5308
Format size_t values using %zd instead of %d, for archs where size_t != int.
2003-12-27 18:24:51 +00:00
daniel
1aec11e089
Added myself to the list of developers.
2003-12-27 18:23:51 +00:00
mrg
f526c09c1a
build cross Xmacppc.
2003-12-27 15:16:54 +00:00
mrg
9cca1181ca
- decend into xfree86 for cats.
...
- decend into hw/netbsd/macppc for macppc.
- clean up.
2003-12-27 15:16:09 +00:00
mrg
a7bb38194c
add hw/netbsd/macppc to the loop
2003-12-27 15:14:40 +00:00
mjl
df0cb86d0d
Add some casts to printf() args to make it compile w/ DEBUG set.
2003-12-27 13:35:52 +00:00
mjl
054d8c4946
Initialize some auto vars to appaise gcc3.
2003-12-27 13:34:36 +00:00
shin
cb18d8058e
fix indentation.
2003-12-27 07:36:06 +00:00
shin
17435165fa
Add MobilePro 880 (MC/R730A), MC/R730 support for USB/"pci".
...
Addresses PR/23654.
2003-12-27 07:34:21 +00:00
shin
26ccb9c6d2
Add MC/R700A, MC/R730, and MC/R730A vrc4172pwm flags.
...
Addresses PR/23653.
2003-12-27 07:29:56 +00:00
shin
1316c9944d
Add MobilePro 880 (MC/R730A) to stylus calibration table.
...
Addresses PR/23652.
2003-12-27 07:28:21 +00:00
shin
88d334ff8f
Add MobilePro 880 (MC/R730A) to hpcbatterytable.h.
...
Addresses PR/23651.
2003-12-27 07:27:22 +00:00
takemura
a09206fd99
Initialized variables and added error handling in mq200_pllparam().
2003-12-27 05:47:54 +00:00
grant
ff61e1b854
add missing entry for binutils 2.14 import (hi, mrg!)
2003-12-27 03:22:54 +00:00
rtr
553b99b011
input drivers for xfree86
2003-12-27 03:14:56 +00:00
grant
c9ec896dec
note support for snapper audio on some ibook and powerbook models.
2003-12-27 02:52:48 +00:00
grant
9427a0c717
add support for the Keywest I2C and snapper audio device, as found on
...
some iBook and PowerBook models.
this driver was written by Tsubai Masanari and further hacked on by
Jared D. McNeill to work on his iBook.
the driver is limited (master volume control only, and I haven't
tested recording) but has been functioning perfectly on my PowerBook
g4 DVI (ivory) for some time.
ok'd by matt.
2003-12-27 02:19:34 +00:00
christos
6a53b72059
Rename .C files to .cc
2003-12-27 01:16:55 +00:00
wiz
97129337d3
Immediately return from dhost() if host is localhost, to
...
avoid a warning from host(1).
From Nicolas Joly in PR 23897.
2003-12-27 00:58:35 +00:00
martin
91d3025816
Add rtclocaltime.
2003-12-27 00:29:21 +00:00
martin
10c173b9e1
Add etc/rc.d/rtclocaltime.
2003-12-27 00:28:19 +00:00
martin
448491ee86
Add a new /etc/rc.conf option: rtclocaltime=YES adapts the RTC offset
...
at boot automatically, so a machine dual booting another OS that uses
the RTC at localtime and NetBSD agree on the current time even if daylight
saving started/ended (without recompiling a kernel twice per year).
Awk code by Matt Thomas.
2003-12-27 00:23:22 +00:00
martin
25943be498
Use the new SPPPGETSTATUSNCP ioctl, if supported, to avoid reporting
...
intermitent changes on "volatile" interfaces based on if_spppsubr.c.
This interfaces used to cause ifwatchd to call the up and down scripts
with 0.0.0.0 addresses between entering PPP phase network and IPCP
completition.
2003-12-27 00:05:46 +00:00
martin
be59b63fe2
Make kern.rtc_offset writable at securelevel <= 0.
...
This allows boot-time adjustment when a machine runs other OSes with
RTC == localtime.
2003-12-26 23:49:39 +00:00
martin
d59fb7b8a3
Add a new ioctl SPPPGETSTATUSNCP to query the PPP phase and check wether
...
any NCP is UP.
2003-12-26 23:39:23 +00:00
wiz
8114895bf3
Bump date for previous; use macros for marking up
...
the dollar sign.
2003-12-26 23:22:31 +00:00
jmc
31e37b335f
Note that variable expansion can occur within SYSV style = substitions.
2003-12-26 23:18:18 +00:00
jmc
3eb499682d
Support variable expansions inside of SYSV style = substitutions. Better matches
...
expectations (and some cases of historical behavior I've found). Also fixes
PR#3865
2003-12-26 23:13:32 +00:00
manu
afc357e66b
Correctly return the VRAM offset in IOFBGETVRAMMAPOFFSET connect method.
...
With this, WindowServer blanks hals of my screen before crashing the kernel.
That's sweet.
2003-12-26 20:34:34 +00:00
aymeric
341f54debe
revert previous. -fwritable-strings is not needed now that the ld script
...
does TRT.
2003-12-26 20:01:15 +00:00
aymeric
3c91265513
merge any section that starts in ".rodata." into the text section.
...
This matches sections generated by newer versions of gcc to handle the sharing
of constant strings.
2003-12-26 19:59:31 +00:00