thorpej
deed3938a2
Move the PCIIDE_OPTIONS_* constants into pciidevar.h
2003-12-19 05:16:57 +00:00
lukem
69e6f0aa33
-n is ignored for auto-fetch transfers
2003-12-19 03:46:02 +00:00
thorpej
07ba04af94
Regen: Add product ID for the Silicon Image 3114 SATALink.
2003-12-19 03:43:07 +00:00
thorpej
d6decc84cb
Add product ID for the Silicon Image 3114 SATALink.
2003-12-19 03:41:21 +00:00
thorpej
df5956af24
Use a register map to find the offsets of various per-channel
...
registers in the BA5 space.
2003-12-19 03:33:52 +00:00
jmc
be1cdb8652
When looking for a makefile and curdir != objdir (i.e. working inside of an
...
objdir) try opening the file from curdir and if that fails try from objdir.
This way .depend files get picked up via their full path names rather than
just .depend so vars like PARSEDIR, PARSEFILE are then set correctly. This
fixes PR#13289 reporting incorrect pathnames for .depends with errors in
them
2003-12-18 22:36:18 +00:00
thorpej
52f06d7766
If we're running on a Connectix Virtual PC, we might get a packet longer
...
than a max size Ethernet frame without getting a frame-too-long error. VPC
seems to be adding 4 zeros at the end of every frame. Detect this condition
and simply truncate the packet to a max size Ethernet frame.
I now have no problems with networking on NetBSD inside Virtual PC 6.
2003-12-18 18:39:36 +00:00
christos
501d4710c0
prepare for bind 9.
2003-12-18 18:30:18 +00:00
thorpej
54da81c66c
A kernel configuration file suitable for Connectix Virtual PC 6.
2003-12-18 17:08:35 +00:00
heas
8e58476bbd
correct 2 typos
2003-12-18 15:52:31 +00:00
christos
b7559f8576
PR/23791: Patrick Latify: Fix memory leak on thread creation failure.
2003-12-18 15:39:56 +00:00
pk
3c96ae431b
* Introduce uvm_km_kmemalloc1() which allows alignment and preferred offset
...
to be passed to uvm_map().
* Turn all uvm_km_valloc*() macros back into (inlined) functions to retain
binary compatibility with any 3rd party modules.
2003-12-18 15:02:04 +00:00
pk
5218af0651
Use uvm_km_zalloc(...) instead of uvm_km_alloc1(...,1).
2003-12-18 14:15:55 +00:00
uwe
53680504af
Add MB_ICONQUESTION style to the message box.
2003-12-18 12:34:10 +00:00
uwe
d3dfc4c864
Add MB_ICONWARNING style to the message box. Use explicit MB_OK.
2003-12-18 12:25:03 +00:00
uwe
e696bfb83c
Tweak error message.
2003-12-18 12:21:36 +00:00
uwe
545bd4c3b1
Add MB_ICON* styles to message boxes. Use explicit MB_OK.
...
Capitalize messages. Minor tweaks.
2003-12-18 12:18:53 +00:00
uwe
f578e43dec
Capitalize error messages. Consistently use "can't". Minor tweaks.
2003-12-18 12:15:40 +00:00
pk
60181444ca
Condense all existing variants of uvm_km_valloc into a single function:
...
uvm_km_valloc1(), and use it to express all of
uvm_km_valloc()
uvm_km_valloc_wait()
uvm_km_valloc_prefer()
uvm_km_valloc_prefer_wait()
uvm_km_valloc_align()
in terms of it by macro expansion.
2003-12-18 08:15:42 +00:00
grant
44ed233ab5
KNF, spelling and english fixes to some comments. remove trailing
...
whitespace.
2003-12-18 01:10:20 +00:00
christos
08f1ceee65
PR/23786: Robert Nestor: wait command returns the wrong status code. This
...
seems to be an off-by-one error, since njobs is decremented before we use
it. I hope this does not break the vfork case!
2003-12-18 00:56:05 +00:00
lukem
02bca44c5e
Pad all floppy images to the floppy size.
...
Requested by Jason Thorpe in [port-i386/23785]
2003-12-18 00:44:22 +00:00
uwe
8b377aad68
Add MB_ICONEXCLAMATION style to the "Last chance..." dialog. Change
...
the text to "Push YES...", because that's a Yes/No dialog, not Ok/Cancel.
If the user cancels the boot, set error_message appropriately.
Add MB_ICONERROR style to the "BOOT FAILED" dialog. Explicitly make
it MB_OK, don't rely on the numerology.
2003-12-18 00:00:19 +00:00
wiz
ef1b175332
Bump date for previous (hi christos!).
2003-12-17 23:04:33 +00:00
abs
7b5d232918
Small fixed to tense in comment.
2003-12-17 22:03:24 +00:00
thorpej
376fccb2a5
Add BA5 space tag/handles for Silicon Image SATALink.
2003-12-17 21:08:29 +00:00
christos
4c4fa74153
Say what happens with pgrp == 0.
2003-12-17 21:05:30 +00:00
lha
2b1cb68e2f
Fix ICMPV6CTL_ND6_[DP]RLIST, they broke with new sysctl.
...
Makes ndp -r/ndp -p work again, patch from atatat
2003-12-17 18:49:38 +00:00
christos
9a77f16705
Handle breaksw inside while loop (from tcsh)
...
Really: test commits on new cvs binary.
2003-12-17 17:32:16 +00:00
thorpej
d6d47a7224
Some additional SATA-II registers.
2003-12-17 16:16:36 +00:00
bsh
7ff9ddf063
mask all interrupts during bootstrap *correctly*.
...
call s3c2xx0_intr_bootstrap() to initialize variables used by splfoo().
2003-12-17 13:21:33 +00:00
bsh
7020653430
add a function to initialize variables used by splfoo().
...
This should be called in bootstrap so that splfoo() doesn't touch illegal address.
2003-12-17 13:20:04 +00:00
yamt
009640868e
set VBWAIT when waiting v_numoutput to be drained.
2003-12-17 10:38:39 +00:00
wiz
074b6f7da2
Bump date for previous; use Nx instead of NetBSD;
...
new sentence, new line.
2003-12-17 10:12:28 +00:00
tls
c58ee50077
Add "sk" driver for SysKonnect/Marvell GigE cards.
2003-12-17 09:18:45 +00:00
tls
0c041019a4
Add support for some more Marvell-based adapters to the sk driver:
...
D-Link DGE-530T
Linksys EG1032v2
Linksys EG1064v2
The Linux driver treats all of these the same. Tested with a DGE-530T;
it works, though performance on at least one of my systems is atrocious.
Fix setting of ethernet capabilities into interface capabilites word in
attach routine.
Manual page: note that jumbo support doesn't work and checksum support
doesn't exist.
2003-12-17 09:17:07 +00:00
yamt
e2e9c6ef96
fix debug output.
2003-12-17 09:13:41 +00:00
martin
6c7d761c0e
Fix commented out pcmcia entries: adjust comments, add FULL_SPARC_BUS_SPACE,
...
adapt wd* at pcmcia to new atabus attachment, and add wi* at pcmcia.
Noticed by Michael Wolfson.
2003-12-17 08:08:02 +00:00
yamt
ce11c3ce4e
remove a redundant substitution.
2003-12-17 07:14:03 +00:00
uwe
ad370cb0ff
Provide dummy machine/mcontext.h.
2003-12-17 06:17:03 +00:00
jmc
4b5c99bea9
Don't check for HAVE_SIGINFO if make(obj) (as more than likely the compiler
...
doesn't exist yet and the subdir is always descended on make obj)
2003-12-17 05:36:43 +00:00
yamt
3223caeba2
remove definitions for ffs, which don't belong here.
2003-12-17 05:08:43 +00:00
simonb
4805123b12
Nuke register prefix for local variables, clean up indentation a little.
2003-12-17 04:04:40 +00:00
ad
35a755ce3a
- Restore the display to a sane state when leaving mapped mode.
...
- OR updates into sc_changed, and protect with spltty()/splx().
2003-12-17 03:59:32 +00:00
heas
16e5c22815
Initialize uid and gid so that the owner/group is not inadvertantly changed
...
when only one of -g or -o are given by the super-user and -g works for others.
2003-12-16 20:51:57 +00:00
uwe
6854a82ca1
Add btodb() define.
2003-12-16 18:59:10 +00:00
uwe
2b3e06be32
Add directory "res" to INCDIR_LIST and drop the "res/" prefix from
...
#include's in hpcmenu.rc. This makes it possible to open hpcmenu.rc
in the eVC resource editor.
2003-12-16 18:23:36 +00:00
uwe
5f83499620
Protect __KERNEL_RCSID with #if !defined(_WIN32) for the sake of
...
hpcboot.exe, that uses this file too. Compiling for WinCE defeats the
logic in cdefs_aout.h.
2003-12-16 17:16:43 +00:00
manu
966a0ee30b
Darwin's sigprocmask is an hybrid between or modern sigprocmak (old set
...
argument, large sigset), and the older sigprocset (no old set argument,
small sigset). It feature old set argument and small sigset.
We now emulates this correctly.
2003-12-16 16:13:59 +00:00
wulf
4a58b169c3
Fixed a bug that made lastlogin ignore the first user argument
2003-12-16 15:40:29 +00:00