yamt
cc104d0635
eliminate v_id.
2003-07-30 12:10:57 +00:00
yamt
b0cdf0a26d
maintain the list of namecaches attached to the vnode.
...
it makes vnodes freeable.
2003-07-30 12:09:46 +00:00
petrov
1da0fc9112
It's 2003 now, print newline in attach.
2003-07-30 07:00:32 +00:00
gehenna
63452158ba
Regen (EDIROL UA-3FX)
2003-07-30 04:50:25 +00:00
gehenna
63741a9060
Add suffix 'A' for UA-3FX advanced mode.
2003-07-30 04:49:12 +00:00
gehenna
0bdf85cae2
Add EDIROL UA-3FX audio I/F
2003-07-30 04:47:55 +00:00
thorpej
8e09e05b27
Use .previous instead of .text in __SECTIONSTRING().
2003-07-30 00:07:39 +00:00
petrov
81e5980814
Remove autoconf_nzs, seems no-one uses it now.
2003-07-29 23:31:32 +00:00
thorpej
058f44ae26
Add support for the Intel PRO/1000 MT Quad Port server adapter; this
...
is just 2 i82546EB chips behind an IBM 133 PCI-X bridge.
2003-07-29 19:49:50 +00:00
thorpej
4f354cdf59
Regen: Add the product ID used for the i82546EB chips present on the
...
Intel PRO/1000 MT Quad Port Server Adapter.
2003-07-29 19:47:44 +00:00
thorpej
8b4ac67ee1
Add the product ID used for the i82546EB chips present on the
...
Intel PRO/1000 MT Quad Port Server Adapter.
2003-07-29 19:46:56 +00:00
mrg
caa408bca7
(void_cast_for_gcc_3_3_msg_goes_here *)
2003-07-29 16:18:54 +00:00
scw
387af101cb
Fix an off-by-one error in pci_iot.
2003-07-29 08:18:03 +00:00
martin
270669fdd8
Regen.
2003-07-29 07:43:48 +00:00
martin
d42f85d5f0
Add Ricoh 5C551 CardBus + FireWire product ID.
...
From FUKAUMI Naoki in PR 22292.
2003-07-29 07:42:51 +00:00
martin
eec6b03547
Intel 8255GM is GM, not PM (obviously a copy&pasto).
...
From FUKAUMI Naoki in PR 22293.
2003-07-29 07:41:43 +00:00
matt
79fccc7527
Improve _lwp_wakeup so when it wakes a thread, the target thread thinks
...
ltsleep has been interrupted and thus the target will not think it was
a spurious wakeup. (this makes syscalls cancellable for libpthread).
2003-07-28 23:35:20 +00:00
scw
ef9f9d240b
Implement mvme160x platform-specific reset using a semi-documented
...
register of the IBC.
2003-07-28 21:45:13 +00:00
jonathan
33aa54035d
Clean up dependencies between opencrypto framework and sys/crypto,
...
by making the sys/crypto transforms depend on
(per-transform-config-keyword|opencrypto)
Thanks to Martin Husemann for double-checking the changes.
2003-07-28 21:28:23 +00:00
jonathan
a2f8a77f02
Remove vestiges of OpenBSD <sys/md5k.h> header.
2003-07-28 19:37:03 +00:00
thorpej
d55cef76bf
Add an opaque cookie field to the bus dma tag.
2003-07-28 17:35:54 +00:00
thorpej
adef1b7dab
Add PBIU register bits.
2003-07-28 16:53:31 +00:00
chs
77e57ee965
correct values in p160x_dram_size[] for second bank being populated.
2003-07-28 14:55:46 +00:00
nathanw
c021860e53
Correct comment in FORCE_FUNCTION_KEYS code; the 0x0b (eject) button is
...
on the f12 key, not f7 (the keycode value was correct for f12 already).
2003-07-28 13:21:29 +00:00
mrg
5d4f9678cd
give >32 bit constants an "LL" prefix to appease gcc3.3
2003-07-28 10:29:00 +00:00
mrg
3b1578f961
add another cast to appease gcc3.3
2003-07-28 10:28:30 +00:00
scw
543f228731
Make sure all the isa/pci bus space tags are fully initialised.
...
Thanks to Chuck Silvers for providing enough debug info to
ascertain what the problem was.
2003-07-28 09:25:28 +00:00
scw
4d11ce57f3
Undo a previous change which zapped the bootinfo pointer in r5.
2003-07-28 09:23:54 +00:00
scw
d6b20842f5
Add a 'packed' attribute to the bootinfo structure.
2003-07-28 09:22:56 +00:00
scw
b91f2fb51d
Make these build with recent tweaks to powerpc's bus_space(9) by moving
...
the inclusion of <powerpc/bus.h> to *after* the definitions of
PHYS_TO_BUS_MEM() and BUS_MEM_TO_PHYS().
2003-07-28 07:58:49 +00:00
pk
a2bec8caf7
As pointed out by Jason, the protection bits in pmap_enter()'s `flags' field
...
are valid (though the sparc implementation currently ignores them), so restore
revision 1.34.
2003-07-28 07:05:56 +00:00
simonb
14fc7f3334
Whitespace alignment nits.
2003-07-27 23:45:44 +00:00
is
76d830c0d2
Regenerate from GENERIC.in to include pseudo-device ksyms, where
...
appropriate.
2003-07-27 20:42:41 +00:00
is
8d936d4ca8
This was missing pseudo-device ksyms. Pointed out by J. Andberg.
2003-07-27 20:36:18 +00:00
jdolecek
a2d0517af5
More complete sendmsg(2) and recvmsg(2) emulation:
...
* translate MSG_* flags
* rewrite CMSG level/type to appropriate NetBSD value on input, and to Linux
value on output
* handle different CMSG_DATA alignment for some archs
This fixes SCM_RIGHTS passing. Other SCM_* types are not supported -
the set is different on NetBSD and Linux. SCM_TIMESTAMP doesn't seem
to be actually implemented in Linux 2.5.15, so it's not supported
for Linux binaries either (for now).
PR: 21577 by Todd Vierling
2003-07-27 19:30:03 +00:00
itojun
3f14c71f75
reserve cdev major # for PF. ok'ed by technical-exec
2003-07-27 14:17:57 +00:00
mrg
62260183e7
some casts to appease gcc3.3
2003-07-27 14:14:44 +00:00
mrg
fcd3befc1c
labels needs statements
2003-07-27 07:09:17 +00:00
mrg
3cfc71fc33
rewrite an undefined assignment
2003-07-27 07:04:46 +00:00
mrg
fcbce53483
#undef takes just a name, no params
2003-07-27 07:02:18 +00:00
mrg
7f6765697c
need -ffreestanding
2003-07-27 05:04:43 +00:00
mrg
05602c761d
add a cast appease gcc3.3
2003-07-27 05:04:02 +00:00
thorpej
472c98cf7a
Fix think'o in last. Pointed out by Izumi Tsutsui.
2003-07-27 04:52:28 +00:00
tsutsui
b161c7f8d3
Remove declaration of hilkbdcnattach() which is declared in dev/hilvar.h.
2003-07-27 04:38:06 +00:00
jonathan
f3193a1cc9
Add a csum_flags quirk for devices (like the bcm570x) which hand back
...
Rx-offloaded TCP or UDP checksums which do not include the transport-layer
pseudo-header. As discussed with Jason Thorpe circa 2003-03.
2003-07-27 04:16:23 +00:00
tsutsui
fddebe9b9c
There is a report that x68k SCSI no longer works after the previous changes.
...
It seems x68k SPC SCSI has several hardware quirks, so add some (a bit ugly)
#ifdefs for workaround. (XXX - needs revisiting)
2003-07-27 03:51:28 +00:00
jonathan
cfb7c62413
Cleanup traces of previous standalone m_apply()/m_getptr().
2003-07-27 03:34:39 +00:00
jonathan
f07336a03e
regen from pcidevs rev 1.556 with vendor Cavium and product Nitrox.
2003-07-27 02:39:15 +00:00
jonathan
5eef6dfd20
Add PCI vendor Cavium and product code for their Nitrox XL crypto device.
2003-07-27 02:34:38 +00:00
jonathan
8a1b964b6b
Regen from pcidevs 1.555 (Bluesteel,Broadcom security coprocessors)
2003-07-27 01:41:46 +00:00