dsl
6a7cda9698
Move a couple of messages into msg.mbr.??
...
Remove some unused menus and messages from the ports that use mbr.c
(I'll re-implement the 1024 cylinder limit properly soon...)
2003-06-12 10:51:37 +00:00
scw
e05ce46e3e
Oops, delete an accidentally committed local change.
2003-06-12 08:47:21 +00:00
scw
0328210bcc
Allow <machine/bus.h> to override the definition of BUS_DMA_COHERENT.
...
For example, machine-dependent code can make it equivalent to
BUS_DMA_NOCACHE if the hardware cannot reliably snoop the bus.
2003-06-12 08:43:07 +00:00
scw
b4e18ad59c
Back out the last change after consultation with Matt Thomas. It hurts
...
platforms with fully functional bus snooping.
2003-06-12 08:30:41 +00:00
scw
afe2393675
In _bus_dmamem_map(), make BUS_DMA_COHERENT behave the same way as
...
BUS_DMA_NOCACHE.
2003-06-12 07:32:28 +00:00
uwe
faa757d699
Request KBC_SELFTEST in pckbc_cnattach(), hidden under #ifdef
...
PCKBC_CNATTACH_SELFTEST. On machines where we boot on cold iron
(e.g. netwinder) we need this to init the pckbc.
2003-06-12 03:34:12 +00:00
uwe
69a7063772
In initarm() turn the LED yellow at the beginning, green at the end.
...
Rewrite netwinder_restart to be self-contained, when it runs the MMU
is disabled. Set cpu_reset_address to the physical address of
netwinder_restart, not virtual.
2003-06-12 02:41:32 +00:00
dsl
c9b8d8909b
make rammb sum correct for memory sizes between 2GB and 4GB.
...
Fixes sysinst/17551
2003-06-11 23:06:15 +00:00
petrov
7c89964036
Use cdevsw_lookup_major.
2003-06-11 22:51:03 +00:00
petrov
175f7ab29d
Comment out debug output.
2003-06-11 22:50:12 +00:00
dsl
31a2215cd0
Fix window size when asking for partition mount pt and size.
...
Hack to give free space to a default sized /usr
Add extra space to / and /usr is any of the X sets are included.
Remove last reference to 'layoutkind == 3'.
2003-06-11 22:17:03 +00:00
uwe
8580b490b0
Avoid using SIZEOF to compute output section LMAs, it doesn't mix well
...
with orphaned sections like link_set_*. Per discussion with Jason
Thorpe <thorpej@netbsd> on tech-toolchain.
Addresses kern/21844.
2003-06-11 21:49:40 +00:00
fvdl
4812bbf71f
Avoid bad free() calls for failed allocations. From enami.
2003-06-11 21:36:49 +00:00
dsl
608254d0b8
rototil of the set selection menu
...
I've also made the set selection happen first. This lets me test it!
also measn the selected sets could be used in the disk partition code.
Removed the 'with X' disk layout question (now too late to change the sets).
2003-06-11 21:35:35 +00:00
scw
e9bb3437d0
- Correct a couple of comments.
...
- Set AC97_MODR to the right value.
- Add AC97_FEFIE.
2003-06-11 20:43:01 +00:00
christos
dffc5f5133
PR/21860: Robert Elz: ifconfig doesn't allow addr/N notation for INET6
2003-06-11 19:51:31 +00:00
wiz
a233f087fe
Add missing } for rev. 1.43.
2003-06-11 18:05:40 +00:00
wiz
cdf5450a15
Also recognize cpp files as C++ files for CYGWIN case.
2003-06-11 17:32:45 +00:00
drochner
96b62d8a69
no need to #include <sys/dkstat.h>
2003-06-11 17:26:31 +00:00
christos
d30f98df35
recognize .cpp as c++ files.
2003-06-11 17:24:55 +00:00
drochner
363a262eb8
G/c DK_NDRIVE.
...
What's left in this file certainly doesn't belong here...
(hmm - logopedia?)
2003-06-11 17:11:13 +00:00
manu
e4fbe87208
Add COMPAT_DARWIN, and comment out anything related to it. It is too
...
much experimental to be included into GENERIC kernels.
2003-06-11 16:24:13 +00:00
tron
e290120150
Remove old, unused and unsafe shell scripts as suggested by Jeremy C. Reed
...
on "current-users".
2003-06-11 16:22:10 +00:00
christos
072bca2c13
PR/21856: Robert Elz: Changes to route(8) to allow /n instead of -prefixlen
...
for INET6
2003-06-11 15:45:20 +00:00
simonb
f1f77c261e
Don't use "return;" as last statement of a void function.
2003-06-11 15:27:57 +00:00
scw
146abc03d1
In ac97_restore_shadow(), make sure to restore the codec's extended
...
control register if we configured it during ac97_attach().
2003-06-11 14:22:27 +00:00
christos
a3d7c5fa32
No sources == error again.
2003-06-11 13:20:38 +00:00
wiz
48850be241
Note hunt, huntd update.
2003-06-11 12:17:11 +00:00
wiz
60726b3ccd
Note hunt update.
2003-06-11 12:16:14 +00:00
wiz
8ebb36ee3d
Sync with v20030416 of Makefile.
2003-06-11 12:10:21 +00:00
wiz
45ddd67018
Make build.
2003-06-11 12:04:06 +00:00
wiz
1196717577
Merge with v20030416.
2003-06-11 12:00:21 +00:00
dsl
8fc9389e15
KNF
2003-06-11 11:00:39 +00:00
martin
096ea30c09
Add NETATALK to the list to check if we bail because no ARP is configured.
2003-06-11 10:44:10 +00:00
martin
7f550781cc
Fix typpo in #error message. Noted by Pawel Chwalowski in PR 21853.
2003-06-11 10:34:55 +00:00
martin
6c0c40a580
Make this work on 64 bit big endian platforms.
2003-06-11 09:51:56 +00:00
dsl
df45325b8e
Make French and Polish compile (many missing translations though)
2003-06-11 09:03:32 +00:00
wiz
f461c41556
postfix-2.0.11 out.
2003-06-11 08:59:57 +00:00
hamajima
0659c2f915
Support the PowerBook G4 12-inch (and maybe 17-inch).
...
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD
I tested only 12-inch Japanese model.
2003-06-11 07:35:39 +00:00
wiz
a484727e05
Adapt to current sys/socket.h. Noted by MAEKAWA Masahide in PR 21849.
2003-06-11 07:11:09 +00:00
msaitoh
535480c5be
catch signal 1,2,3,13 and 15 to clean /tmp/_dependXXX
2003-06-11 04:56:58 +00:00
fair
41e36370a8
Update the SEE ALSO list with drivers that have been added since
...
1997 (when this man page was updated?). Change an ugly .br hack
into .Ss macros. Add paragraph breaks in a few places to improve
readability.
2003-06-11 04:41:17 +00:00
briggs
da5aa2ba74
Note addition of tftp option support.
2003-06-11 01:49:30 +00:00
briggs
4441128638
Support negotiation and use of TFTP Option Extension (rfc 2347) for the
...
'blksize' option (rfc 2348) and the 'timeout' and 'tsize' options (rfc 2349).
Contributed by Wasabi Systems, Inc.
2003-06-11 01:43:52 +00:00
briggs
39d51ab631
Define the maximum segment size allowed under RFC 2348 (TFTP Blocksize Option)
...
Define the opcode for an option ACK and error code for a failed option
negotiation from RFC 2347 (TFTP Option Extension).
2003-06-11 01:41:14 +00:00
uwe
a7ed2dae3d
Correct calculation of the blit src/dst for blits we do backwards.
2003-06-10 22:07:38 +00:00
christos
2a8b4af820
for now, make the fact that no sources were specified a warning.
2003-06-10 21:34:02 +00:00
hubertf
ccaf934316
Escape backslashes properly. Fixes PR 6679.
2003-06-10 21:27:16 +00:00
christos
b09683b289
Do -isystem differently.
2003-06-10 20:40:39 +00:00
christos
1c6e138be1
understand -isystem too if compiler gcc/g++
2003-06-10 19:51:45 +00:00