pgoyette
5738004561
Fix logic error in detecting length of DDR3 SPD covered by CRC check.
...
Reported by Jonathan Gray in private email - thanks!
2010-06-29 04:42:30 +00:00
mrg
d3e818fc8a
mark some missing "libiscsi" files as "iscsi" so that MKISCSI=no works.
...
reported by director <director@ktinos.info> on port-amd64.
2010-06-29 04:16:25 +00:00
msaitoh
c8a979e989
Do not process the abnormality system procedure, when Run/Stop=0 and
...
HCHalted=1 - this is normal. Fixes a bug that system hangs at boot time
when a USB mass storage is connected via UHCI. This problem was observed
on Intel D410PT and was fixed by Katsumi Yamada.
2010-06-29 04:02:07 +00:00
joerg
e883e926df
Ensure that initfini.c is referenced by exit.c. The start up code has to
...
reference the latter as a return of main() results in a call to exit(3),
so this ensures that the libc constructors are run for statically linked
programs. Fixes PR 37454.
2010-06-28 21:58:02 +00:00
rmind
559464716e
tmpfs_bytes_max: use MIN() rather than min(), which returns int.
...
Spotted by Wolfgang Solfrank.
2010-06-28 19:32:43 +00:00
pooka
bab2829c6a
test if i have mastered the setlists for adding tests
2010-06-28 19:08:53 +00:00
pooka
9a0b38b6a5
more mtree fun for everyone with testdirs
2010-06-28 19:05:54 +00:00
pooka
59b613aa00
xfail test for kernel panicky in PR kern/40688
2010-06-28 19:03:59 +00:00
pooka
2e66cf95af
When importing a FreeBSD man page it's advisable to change the
...
synopsis to match our config grammar ...
2010-06-28 17:48:54 +00:00
pooka
021e75bbe7
Don't print spammy message if read is interrupted (ctrl-c)
...
while waiting for data.
2010-06-28 17:45:08 +00:00
kefren
b84a510c32
mention MPLS support
...
XXX: I have to write down mpls man page
2010-06-28 17:29:38 +00:00
kefren
d4ccc143a1
we need to set rt_ifp even if ifa is the same. Fixes the case when one
...
changes route to a different ifp but wants to keep the same ifa
2010-06-28 17:26:11 +00:00
kiyohara
0fe9881406
Implement pci_attach_hook/pci_bus_maxdevs/pci_make_tag/pci_decompose_tag/
...
pci_conf_read/pci_conf_write.
2010-06-28 12:14:08 +00:00
kiyohara
7418b486c4
Move identifycpu() into cpu.c. Our cpu* says:
...
cpu0 at mainbus0: ProcessorID 0, Id 0, Eid 0
cpu0: McKinley (1000.00-MHz Itanium 2)
cpu0: Origin "GenuineIntel", Revision 7
cpu0: Features 0x1
2010-06-28 12:08:13 +00:00
kiyohara
a03ec97cba
Fix always free. It call, if memory was allocated.
2010-06-28 11:18:44 +00:00
pooka
0d3939fd33
+test
2010-06-28 09:46:27 +00:00
pooka
2ae8bd1618
tests/lfs
2010-06-28 09:45:47 +00:00
pooka
61ee6255d1
add test for PR kern/43503
2010-06-28 09:45:06 +00:00
msaitoh
bdb54a307e
Fix a bug that wm_attach() fails after reading MAC address. Fixes PR#43533.
...
Fix an uninitialized value on some cases.
2010-06-28 01:43:39 +00:00
rmind
c81a6ebb0c
mp_cpu_start: although fragment is commented out, add pmap_update(), just
...
in case somebody would come up with a clever idea to copy-paste that.
2010-06-28 00:47:53 +00:00
rmind
d96d372bb4
Add missing pmap_update() in vga_post_init(), remove wrong pmap_kremove()
...
in error path, and fix pmap_update() in vga_post_set_vbe().
2010-06-28 00:39:47 +00:00
pooka
31d66e80e4
If get_tcr() is called with broken_reason set, apply xfail inversion.
...
This (at least) makes timeouting tests honor xfail.
2010-06-27 20:36:42 +00:00
simonb
a21d11f6f4
Use the address of the instruction instead of the contents of the
...
instruction to calculate a relative branch target address from that
instruction.
Not sure what the intention of this change was, or if it could possibly
have been tested.
Fixes awk on my dbau1500.
2010-06-27 13:44:26 +00:00
kefren
00914d6d55
Don't assume that rt_tag family is AF_MPLS but verify it.
...
This way rt_tag can be used for other future work also, not only MPLS
2010-06-27 13:39:11 +00:00
phx
791937a070
No longer needed. See dsk.c.
2010-06-27 12:09:41 +00:00
phx
1e968eb269
Replaced test code for Synology SiI3512 with working KuroBox code again.
2010-06-27 12:09:17 +00:00
tsutsui
25ee109070
Replace evil pointer casts that cause unaligned access panic on ARM and
...
MIPS with proper le16dec(9) and le32dec(9) functions for byte stream.
Now kue(4) works on hpcarm W-ZERO3.
2010-06-27 11:53:59 +00:00
kardel
4eaf338488
add quirk for CDC-ACM devices that do not have a CDC UNION interface descriptor.
...
idea gleened from Linux cdc-acm implementation (which has a long list of these devices)
first tested/added device is MTK GPS receiver.
2010-06-27 10:41:26 +00:00
kardel
32f65870e4
add MTK chipset based GPS receiver (e. g. Qstarz BT-Q1000eX)
2010-06-27 10:32:13 +00:00
kefren
a58bbf2771
Add -T flag, that shows tags in route output
2010-06-27 06:52:37 +00:00
kefren
aeb8fe1fa4
Style fix: Tab consistency with the lines around it
2010-06-27 06:48:40 +00:00
dholland
563d98c883
fix previous, the source isn't exactly crystal clear and there's a bug that
...
makes the behavior misleading.
2010-06-27 00:53:32 +00:00
dholland
35590dfabc
Clarify $(.PREFIX) / $*. Bump date.
2010-06-27 00:06:32 +00:00
mrg
ca255ec20b
add minimal support for radeon 5xxx. there's not enough for it to be
...
useful yet, but that's not a big deal since the latest xf86-video-ati
doesn't support DRM on these yet.
new microcode images obtained from:
http://people.freedesktop.org/~agd5f/radeon_ucode/
XXX: need to fix max_hw_contexts handling at the very least.
XXX: should convert radeondrm to use firmload(9)
2010-06-26 23:05:13 +00:00
mrg
b274f3a3b2
add the latest generation of radeon cards.
2010-06-26 23:00:19 +00:00
mrg
dd166cb036
add CHIP_CEDAR, CHIP_REDWOOD, CHIP_JUNIPER, CHIP_CYPRESS and CHIP_HEMLOCK.
2010-06-26 22:59:31 +00:00
phx
7d0b196352
- add IDE/SATA diskboot facility
...
known ok with KuroBox PCIIDE, need more debug on SiI3512 SATA
which fails reading sectors from a drive.
- now capable of TFTP loading
Code submitted by Toru Nishimura.
2010-06-26 22:13:32 +00:00
phx
a23e0160ee
- add IDE/SATA diskboot facility
...
known ok with KuroBox PCIIDE, need more debug on SiI3512 SATA
which fails reading sectors from a drive.
- now capable of TFTP loading
Code submitted by Toru Nishimura.
2010-06-26 21:45:49 +00:00
tsutsui
e04e7d8109
Comment out options RTC_OFFSET so that bootinfo->timezone passed by
...
hpcboot will be used by default.
2010-06-26 16:34:47 +00:00
tsutsui
e193fab21a
Forgot to commit this one that should have been done with zs.c rev 1.119:
...
> Establish interrupt handlers with proper softc per each zs device
> rather than sharing them among all zs devices and searching softc
> in handlers.
>
> The latter method is derived from ancient sun3 zs driver which tried
> to reduce overhead on autovectored interrupts, but nowadays such hack
> might cause recursive global locks on modern SMP capable framework.
>
> Fixes "5.99.30 sparc panic during startup" reported by Hauke Fath
> on tech-kern@:
> http://mail-index.NetBSD.org/tech-kern/2010/06/19/msg008374.html
> and also tested by Jochen Kunz on SS20 with both serial and kbd console.
>
> Ok'ed by mrg@ and dyoung@.
Noticed by martin@.
2010-06-26 16:10:00 +00:00
kefren
25133d6d8f
Fix build for MPLS import: add options MPLS, changed pseudo-device mpls
...
to pseudo-device ifmpls
2010-06-26 15:17:56 +00:00
wiz
e7d1f6ab2b
Grammar fix; remove indefinite article from Nd; don't Xr itself, use Nm.
2010-06-26 14:50:14 +00:00
kefren
f2c541b4fa
add pseudo-device mpls - commented in GENERIC for now
2010-06-26 14:36:48 +00:00
kefren
92b0c8320e
add MPLS clue for showing routes
2010-06-26 14:30:31 +00:00
kefren
a7449c28c6
add MPLS clue - mpls and tag keywords
2010-06-26 14:29:36 +00:00
kefren
a9516b08bb
add MPLS header files
2010-06-26 14:27:55 +00:00
kefren
826653c190
Add MPLS support, proposed on tech-net@ a couple of days ago
...
Welcome to 5.99.33
2010-06-26 14:24:27 +00:00
bouyer
f249dc1977
Sync DKWEDGE options with GENERIC
2010-06-26 13:08:37 +00:00
jmmv
7022b73d05
Reference tests(7).
2010-06-26 11:27:50 +00:00
jmmv
10a750e953
Move testing instructions from afterboot(8) to tests(7) and change the
...
former to only provide a link to the latter.
2010-06-26 11:26:17 +00:00