sjg
8bb1fe5d14
When making a target that involves creating itermediate dirs,
...
realpath() will fail until after those dirs exist.
Try to ensure the same meta file name is used regardless.
2011-02-13 21:22:41 +00:00
phx
1d0441d004
Added a note that only the Rev.B is supported for D-Link DSM-G600.
2011-02-13 20:39:11 +00:00
phx
0b5b6e489b
uvideo works, so include it
2011-02-13 20:37:26 +00:00
tron
cdfb116b0f
Install "etc/gpio.conf" if it is missing.
2011-02-13 20:25:35 +00:00
tron
85add3c312
Add "npf" to the list of startup scripts that get checked.
2011-02-13 20:17:26 +00:00
jmcneill
6943f257c7
switch back to polling rirb, this will have to be revisited
2011-02-13 17:49:12 +00:00
jmcneill
d169f2a952
don't pass a NULL ci to xc_unicast
2011-02-13 17:47:56 +00:00
jym
b7e3c0fc0b
Notify that the file system has to be mounted first before modules can
...
be loaded from it.
ok pgoyette@
2011-02-13 16:50:16 +00:00
jakllsch
4038145d43
Turn on detachment for ixpide(4).
2011-02-13 16:21:05 +00:00
wiz
38a2368cfa
Explain "Cannot dlopen non-loadable /usr/lib/libpthread.so.1".
...
Bump date.
2011-02-13 16:01:39 +00:00
tsutsui
04875c0966
Add options PXA2X0_LCD_WRITETHROUGH that improves console speed.
...
Tested on SL-C1000.
2011-02-13 14:28:29 +00:00
uebayasi
fd945b5131
Typo.
2011-02-13 12:47:27 +00:00
nakayama
8b7d39cc01
Don't enable the powerfail interrupt on Netra X1 since it may hang.
...
Discussed on port-sparc64.
2011-02-13 11:54:24 +00:00
hannken
a1f833f3ae
The ServerWorks CSB5 smbus controller often times out and hangs until reboot.
...
Increase the delay between setting the command register and reading the
status register. Reset the smbus controller if it has timed out.
Tested on an IBM eServer x335.
2011-02-13 11:20:12 +00:00
phx
ecc6abab99
Determine BAR type with pci_mapreg_probe() instead of pci_mapreg_type(),
...
to skip unimplemented BARs.
Do not probe non-BAR registers (like subsystem id). This fixes potential
panics in pci_mem_find().
2011-02-13 11:00:58 +00:00
dholland
f2815da66c
fix typo, from Randolf Richardson in PR 44559
2011-02-13 08:34:00 +00:00
nonaka
367cc7689b
use MMC_CSD_CSDVER_EXT_CSD.
2011-02-13 07:25:56 +00:00
nonaka
833f453410
- Don't switch MMC high-speed timing, if host controller isn't supported.
...
- Only check EXT_CSD STRUCTURE version when CSD version is 3.
- initialize width at sdmmc_function_alloc().
2011-02-13 06:43:51 +00:00
enami
3e0d3a901e
Remove one of trailing whitespace which adds unnecessary difference
...
against netbsd-5 branch.
2011-02-13 06:17:35 +00:00
dholland
74af1ccafe
fix typo (clean up the rx list on failure setting it up, not the tx list)
...
from openbsd -r1.75, mentioned by Alexander Nasonov in PR 42667
2011-02-13 05:51:24 +00:00
christos
8ee9afa985
fix typos.
2011-02-13 05:45:47 +00:00
christos
561e85ba95
Make all mechanisms optional, so we can compile in only the ones we want.
2011-02-13 05:39:52 +00:00
nonaka
1b1b50cb8f
support FFUARTCONSOLE.
2011-02-13 05:36:34 +00:00
christos
ed60d7cf1f
change the variable to USE_LIB_SASL that can be set to saslc or cyrus
2011-02-13 05:12:55 +00:00
matt
d0d7e0ac9a
Fix some typos.
2011-02-13 05:03:27 +00:00
jym
ad8e4c23cd
Comment out FFS and NFS, they are part of GENERIC.
2011-02-13 04:42:54 +00:00
jym
f79b9838c6
Compile FFS and NFS statically (e.g. not modular) for GENERIC. These
...
file-systems can be critical for mountroot; as kernel cannot have access
to module(7)s without having / mounted first... yes, you see the point.
See http://mail-index.netbsd.org/port-i386/2011/02/11/msg002323.html
XXX Hopefully, /stand does not reside in a separate partition :o
2011-02-13 04:37:21 +00:00
jym
b2a87dbf2a
Add missing PUFFS (commented out).
2011-02-13 04:22:41 +00:00
jym
3fd6c6955f
Missing MPLS options (commented out).
2011-02-13 04:21:23 +00:00
jym
6614c4b4ee
Sync ramdisks content across i386 and amd64. Biggest change is for amd64,
...
where configuration for crunchgen(1) is moved from ramdisk/ to common/.
For i386, only mbrlabel(8) and various LFS related binaries are added. Yes,
LFS. It was added to amd64 ramdisk 3 years ago, I believe it's for a good
reason... ?
2011-02-13 04:14:58 +00:00
jym
5c91db7830
Sync the ramdisks dot.profile file between amd64 and i386.
2011-02-13 03:58:38 +00:00
christos
e0ddd90246
don't hard-code /usr/pkg
2011-02-13 01:53:50 +00:00
christos
326b019630
change the saslc define to USE_ and test against "no" instead of just defined.
2011-02-13 01:50:03 +00:00
jakllsch
ce3e66261a
Treat unexpected command completions a little more like regular completions.
...
Slight chance this might prevent some occasional log spew trouble at shutdown
time.
2011-02-13 01:21:52 +00:00
christos
efe059951d
add saslc
2011-02-13 00:42:45 +00:00
christos
44dcb1b9f4
better dependency support for saslc.
2011-02-13 00:41:20 +00:00
christos
beea8b97d4
Fix botched merges of the patch that Anon Ymous sent. From Anon Ymous
2011-02-12 23:21:32 +00:00
tsutsui
66ead73efb
Handle LED_DISK per DMA xfer.
2011-02-12 23:10:22 +00:00
tsutsui
b9e4bfb779
Fix comment (362 doesn't have frodo).
2011-02-12 22:48:04 +00:00
christos
16e81cb945
fix size_t inconsistencies.
2011-02-12 22:46:14 +00:00
dholland
dc05a8b213
Note COMPAT_386BSD_MBRPART (not) in disklabel.
2011-02-12 22:30:04 +00:00
matt
afc20f788c
Add entries for libsaslc
...
Add some missings entries for amd64
2011-02-12 22:25:59 +00:00
matt
12923fd008
Need to build libsaslc
2011-02-12 22:24:40 +00:00
matt
97519f2fe4
Fix some LP64/IPL32 issues
2011-02-12 22:24:01 +00:00
matt
bb5019fabd
Don't use DPADD/LDADD for libraries. Use LIBDPLIBS instead.
2011-02-12 22:23:11 +00:00
dholland
df520b1013
Disable COMPAT_386BSD_MBRPART. The code is still here if anyone needs it
...
for some reason. (But I have no idea why that would be -- if you have one
of these really ancient partitions and you're about to run disklabel, you
can easily run fdisk first and change the partition type to NetBSD.)
As it stands, the code will munch FreeBSD installs under some
circumstances, which is really not acceptable behavior.
The code, along with the kernel support that's been disabled by
default for several years, and some related but less dangerous code in
sysinst, should prboably be removed entirely after -6 is branched.
Discussed on tech-kern and tech-userlevel; closes PR 44496.
This is also almost certainly the cause of PR 42521 and PR 38841.
2011-02-12 22:23:01 +00:00
tsutsui
8284edd9c9
Note about HP362/382 framebuffer and dnkbd support for hp300.
2011-02-12 22:07:56 +00:00
christos
57228dce84
Add 1 to the port range so the range is inclusive as documented.
2011-02-12 21:23:31 +00:00
dholland
2ae7aa9beb
+MVCC, noted by asau
2011-02-12 19:33:16 +00:00
dholland
2e1b26860d
Move GPS, OTS, and the "trademark" definition of TM from acronyms.comp
...
to acronyms. (OTS is maybe debatable, but COTS is in acronyms and the
two should clearly be together.)
2011-02-12 19:32:42 +00:00