bjh21
3d0535f928
Remove needless includes of <dev/pckbc/wskbdmap_mfii.h>.
2004-03-13 17:23:32 +00:00
cube
cd4928d8c7
The D-Link DFE-670TXD can appear with two different vendor IDs for the MAC
...
address. The two IDs belong to D-Link. Therefore, add a duplicate entry
with a matching vendor ID.
Reported and tested by syn at sceen dot net.
2004-03-13 15:09:16 +00:00
skrll
0a5647e7a8
Fix another silly error.
2004-03-13 13:07:37 +00:00
matt
e03259960d
Fix some gcc3 uninitialized variables.
2004-03-13 07:22:21 +00:00
matt
bc0e841788
Build EV64260 and EXPLORA451 kernels
2004-03-13 07:21:41 +00:00
jmc
d58ac80c5e
Set some defaults where gcc can't follow the interrupt code
2004-03-13 07:05:54 +00:00
dyoung
4ccb1f5236
Add a 'tags' target to macppc.
2004-03-13 05:55:40 +00:00
dyoung
a0e5ea5bcb
Enable extended channel set.
...
Add some debug code for printing the HAL's notion of available
channels if hw.ath.debug = 1.
2004-03-13 05:43:08 +00:00
jmc
cb992ce856
Comment out the rest of the opencrypto bits for now; the bebox port does not yet have generic soft interrupts, which the opencrypto software depends on.
2004-03-13 05:29:29 +00:00
jmc
a0ba19bfcf
Comment out opencrypto bits for now; the bebox port does not yet have generic soft interrupts, which the opencrypto software depends on.
2004-03-13 05:20:10 +00:00
uebayasi
456930e651
Don't convert text if *.mo doesn't specify codeset.
...
Analyzed by Takehiko Nozaki, tested by Sean Davis, OK'ed by yamt.
2004-03-13 04:58:04 +00:00
oster
5f5c148f74
raidPtr->num_spare is *NOT* sufficient here. We must allocate
...
at least an additional RF_MAXSPARE spare units, just in case.
2004-03-13 03:32:08 +00:00
christos
5cf9849bc3
What happened to testing trivial changes?
...
Fix extra || at the end of the elif
2004-03-13 02:36:43 +00:00
oster
8e82e43e0e
This desc->mutex is only ever initialized -- never used. *toss*
2004-03-13 02:31:12 +00:00
oster
ae179d21e5
paramDAG and paramASM are only ever set, but never used. *toss*
2004-03-13 02:20:40 +00:00
oster
cb1bb8925a
Cleanup function prototypes.
2004-03-13 02:04:02 +00:00
oster
8150ff6fbd
- don't use rf_PrintUserStats() for recon statistics.
...
rf_PrintUserStats() was mean for the simulator, and doesn't provide
any real info in kernel-space, especially for reconstructs.
Reconstructing actually renders the stats even more useless, since it
resets them all to zero before the reconstruct starts!
- since rf_PrintUserStats() is no longer used, nuke it along with the
routines that feed it. Nothing was using this code, and if we ever
need it again, we know where to find it.
2004-03-13 02:00:15 +00:00
soren
1265776d4e
Replace the <sys/endian.h> hack with a table based on MACHINE_ARCH.
...
This makes src/x11 build without USETOOLS.
2004-03-12 23:43:41 +00:00
bouyer
ece6a039c7
Add a drive with broken tagged queuing support. From Jim Faulkner.
...
Fix PR kern/23815.
2004-03-12 23:00:40 +00:00
matt
13f77ea600
Add entries for Xvfb/Xnest
2004-03-12 22:57:54 +00:00
enami
4604becb77
Sprinkle cast to prevent unwanted sign extension. Some of those actually
...
makes sed invoked during build process an out of bound array access.
2004-03-12 22:34:09 +00:00
dsl
8cc28b4b81
stop umount temporarily modifying what might be argv[n].
2004-03-12 21:48:32 +00:00
dsl
ff49552bb2
KNF and const sprinkle
2004-03-12 21:26:43 +00:00
dsl
b47125007b
Fix 'umount host:/filesystem' - it is documented on the man page but hasn't actually
...
worked for 10 years!
Remove the (broken) code that once supported 'umount /filesystem@host' since that
syntax isn't used anywhere.
Fixes PR bin/22099
2004-03-12 21:14:29 +00:00
wrstuden
74fec3bc40
Fix ofwboot to deal with larger kernels. Rather than loading at
...
0x6?0000, load at 0xe00000. This gives us room for around 13 MB of
kernel, as opposed to the current 5 MB (0x600000 - 0x100000).
No changes to load-base or real-base are needed due to this change,
though machines that needed specific OFW settings before (OF 1.x
and 2.x) this change still need those settings.
Partially revert revision 1.25 -> 1.26 of ofwboot/Makefile & friends.
We do not need to distinguish between where ofwboot and ofwboot.{elf,xcf}
load; they are both fine loading somewhere other than load-base.
2004-03-12 19:13:37 +00:00
jmc
6a03536b28
Toolize and use install to make mdec/std so it's in METALOG. Now a make release
...
works once again for atari
2004-03-12 17:52:54 +00:00
yamt
c819fadc97
shrink sizeof struct nfsnode by putting exclusive members into union.
2004-03-12 16:52:37 +00:00
yamt
a4cbf5b042
introduce a macro NFS_INVALIDATE_ATTRCACHE and use it
...
instead of "n_attrstamp = 0".
2004-03-12 16:52:14 +00:00
nonaka
57c768218b
reduce size...
2004-03-12 15:18:33 +00:00
ragge
788def892f
Note 10 gigabit adapter addition.
2004-03-12 14:58:42 +00:00
ragge
3bb5e65a6b
Add driver for Intel PRO/10GbE ethernet adapter. Now NetBSD has no
...
problem with intercontinental TCP connections of over 4Gbit/s, which is
where my test hardware runs out of bus bandwidth.
Stuff that is on the TODO list:
* HW VLAN support.
* Large jumbo buffers (16k).
* TCP Segmentation Offload
* RAIDC (receive interrupt delay adaptation)
* Understand how to use memory above 4GB.
2004-03-12 13:46:52 +00:00
drochner
04325221da
regen
2004-03-12 13:32:00 +00:00
drochner
ff0d2298c2
add Canon EOS300d
2004-03-12 13:31:28 +00:00
drochner
9cd594d535
report SIGSEGV/SEGV_ACCERR if code execution on stack is attempted,
...
tested by Martin Husemann
2004-03-12 13:27:03 +00:00
drochner
8acd734e5f
deal with 82801EB/ER (ICH5) Network Controller
2004-03-12 13:22:28 +00:00
drochner
b7fc89cd4c
regen
2004-03-12 13:21:22 +00:00
drochner
51968004e2
add ICH5 builtin ethernet
2004-03-12 13:20:49 +00:00
grant
5e5453e284
folllow wiz' lead, add date of pkgsrc/Interix support.
2004-03-12 13:11:27 +00:00
jkunz
1917acaf35
Make new Intel i82596 Ethernet driver default for hp700.
2004-03-12 11:44:13 +00:00
jkunz
098a6e75bb
Import hp700 MD part of new Intel i82596 Ethernet driver.
2004-03-12 11:41:39 +00:00
jkunz
17e4dce36a
Import MI part of new Intel i82596 Ethernet driver.
2004-03-12 11:37:17 +00:00
rtr
00c7d78b79
+ hardcode_libdir_flag_spec="-Wl,-rpath,${X11USRLIBDIR}" - for both *-config
...
scripts
+ FONTCONFIG_LIBS="-L${X11USRLIBDIR} -lfontconfig" for xft-config
patch from Kouichirou Hiratsuka should resolve pr#24751
2004-03-12 03:59:42 +00:00
matt
602591975c
Add missing via files.
2004-03-12 02:24:18 +00:00
wiz
935372e7be
Add xen port and 1.6.2 release date.
2004-03-12 01:23:12 +00:00
snj
1896c623d6
+TPTB.
2004-03-12 01:01:57 +00:00
christos
7bd0e983e2
PR/24750: Frank Kardel: panic when process is signalled during
...
proc initialization.
2004-03-11 22:34:26 +00:00
cl
638599b22b
Add static nfs boot configuration, from the kernel config file or from
...
a driver selectable callback function. This is used in the Xen port to
allow controlling the domain's network setup from the domain building
environment at domain creation (vs. having to maintain/change this on a
dhcp server). The Xen network driver parses a command line passed in
from the domain builder.
2004-03-11 21:48:43 +00:00
cl
41d325dc43
Add port to the Xen virtual machine monitor.
...
(see http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ )
2004-03-11 21:44:08 +00:00
wiz
d946a28c48
Drop trailing space, and break line where
...
markup should end.
2004-03-11 21:24:32 +00:00
jdc
332fb03830
Add a bugs section noting the limited support in this driver.
2004-03-11 21:17:12 +00:00