tsutsui
a8633fb248
Unload xfer dmamap in asc_dma_stop().
2005-01-22 07:32:05 +00:00
snj
ff3f288f8c
Bump date for last and kill an unnecessary Pa.
2005-01-22 05:18:01 +00:00
snj
93539909dd
Kill unnecessary use of Pa; sort sections and xrefs.
2005-01-22 05:10:42 +00:00
briggs
d01fdd733e
Put the headers in a more standard order with machine-specific and
...
dev/bus-specific headers after the sys and net headers. This allows
it to actually compile on macppc, among other things.
2005-01-22 04:34:22 +00:00
briggs
4f5a65141c
Add sem.4
2005-01-22 03:35:38 +00:00
briggs
3ea9d17cf2
Document option P1003_1B_SEMAPHORE
2005-01-22 03:34:44 +00:00
briggs
cca875f847
Add sem.4 from FreeBSD.
2005-01-22 03:34:08 +00:00
briggs
a665897c6f
Bring in sem_open (& sem_close & sem_unlink) man page from FreeBSD.
...
These functions are actually implemented, but the old man page said that
they simply returned with errors--it was apparently out of date at the
time of import.
2005-01-22 03:16:33 +00:00
oster
c18a242754
Torch some #define's missed in last commit.
2005-01-22 02:24:31 +00:00
oster
3140947870
Reconstruction Descriptors are only allocated once per reconstruction,
...
and don't need their own pool or freelist or anything fancier than a
malloc/free.
2005-01-22 02:22:44 +00:00
oki
50d1aadd13
kill __P.
2005-01-22 01:36:59 +00:00
dyoung
89e3661699
Bug fix: when encapsulating 802.11 data packets, always copy the
...
BSS node's BSSID into the frame header. It is incorrect to copy
in the neighbor's BSSID because it may be out of date following an
IBSS merge.
2005-01-21 22:57:30 +00:00
rumble
4263db1a02
"is implement" -> "is implemented"
2005-01-21 21:14:06 +00:00
imp
babfd80c55
Update to using new INTERSIL names, plus a couple generic entries from FreeBSD
2005-01-21 20:27:03 +00:00
imp
fcc7589129
Replace NETGEAR_2 with INTERSIL to reflect who actually owns the ID. Add some IDs from FreeBSD
2005-01-21 20:26:09 +00:00
dsl
3b8851c887
Check for *ptr == 0, not ptr == NULL twice when validating -s xxxxx in tar mode.
...
Fixes PR bin/29040
Also actually report an error to the tty if NET2_REGEX is defined.
2005-01-21 20:23:44 +00:00
shige
9704ef243d
Add consinit() and md_consinit funcptr to ibm4xx/machdep.c.
...
Rename consinit() to obs405_consinit() at evbppc/obs405/consinit.c.
Set md_consinit to obs405_consinit() at initppc().
Consinit fuction calls a function stored at md_consinit pointer.
2005-01-21 19:24:11 +00:00
dsl
102f557a3b
Ensure we only remove the size of /usr from that of / once.
...
Fixes PR install/28568
2005-01-21 17:02:40 +00:00
drochner
f270039c2c
don't need signal trampolin version 1 if we just do COMPAT_OSF1
2005-01-21 15:50:42 +00:00
yamt
389f0f7cb8
note that loopback mount is a bad idea.
2005-01-21 15:49:43 +00:00
simonb
3df401ce77
Set up last segment descriptor to send an interrupt after that
...
descriptor is transmitted, and bypass existing Tx descriptor reaping
method (for now...).
Fixes problems with bad NFS write performance.
2005-01-21 15:19:09 +00:00
simonb
b4e4cddd17
In emac_txeob_intr():
...
- return 1 if we processed any completed tx packets.
- try to get more packets going by calling emac_start().
2005-01-21 15:15:20 +00:00
wiz
959a1400b9
Remove duplicate description for -d. From Chris Ross in PR 29035.
2005-01-21 15:10:16 +00:00
wiz
dfc541e78d
Add sparc64 to .Dt.
2005-01-21 15:06:17 +00:00
wiz
294254d9fa
Add pmppc to .Dt.
2005-01-21 15:05:52 +00:00
wiz
965aec6312
Add macppc to .Dt.
2005-01-21 15:05:18 +00:00
wiz
8cb0028b8a
Add mac68k to .Dt.
2005-01-21 15:04:51 +00:00
wiz
4f89c59454
Add i386 to .Dt.
2005-01-21 15:04:25 +00:00
wiz
83db678ed2
Add evbarm to Dt.
2005-01-21 15:03:53 +00:00
tsutsui
62b7a35d2d
Unload xfer dmamap in pscsp_dma_stop().
2005-01-21 14:37:58 +00:00
yamt
de3e729ad9
s/time/mono_time/ for n_attrstamp and n_accstamp. (parts of) PR/25641.
2005-01-21 14:31:29 +00:00
yamt
a9b37be6a2
- switch to dev/rtl8169.c from pci/if_re.c.
...
- enable re@cardbus.
both of re@pci and re@cardbus seem to work for me.
2005-01-21 12:32:18 +00:00
tsutsui
45b9175c68
Add options COMPAT_16 and COMPAT_20.
2005-01-21 12:24:02 +00:00
tsutsui
b20d546713
Remove options COMPAT_15 and add options COMPAT_20.
2005-01-21 12:19:25 +00:00
tsutsui
33c4640b37
Add options COMPAT_20.
2005-01-21 12:11:30 +00:00
yamt
7ae610b397
remove a duplicated prototype of rgephy_reset.
2005-01-21 11:55:52 +00:00
yamt
cd4834a432
test pthread_detach.
2005-01-21 11:54:24 +00:00
wiz
d68085a6b6
"-offset indent" is fine for option lists -- re-add it,
...
backing out previous. jmmv does not disagree.
2005-01-21 10:40:01 +00:00
wiz
3822da6877
Bump date for "rpc" support.
2005-01-21 10:32:33 +00:00
wiz
396e28e5ec
Use Fl for flags.
2005-01-21 10:29:50 +00:00
rtr
572ebc41a9
+ add riva128 submodule patch from Dieter Roelants
...
+ add riva128.o submodule to md set lists
should resolve pr#28808
2005-01-21 08:33:11 +00:00
matt
d21696b2d9
Add ochi & echi at cardbus
2005-01-21 06:19:04 +00:00
rtr
8c050b7c06
+ cleanup removal of -DUSE_NBSD_THREADLIB usage
2005-01-21 05:15:36 +00:00
simonb
d6bb93d348
Use LL suffix on >32bit constants.
2005-01-21 05:04:23 +00:00
dyoung
b72c53e720
Exclude additional files from the set lists if MKGCCCMDS=no.
2005-01-21 04:47:23 +00:00
chs
7c203c91d4
reduce the size of user coredump files by not dumping regions of
...
the address space that have never been touched (such as much of the
virtual space allocated for pthread stacks).
2005-01-21 03:24:40 +00:00
briggs
1a5a156a7e
Back out part of revision 1.46. Do not use atomic_setbits_ulong() for
...
softintr(). Need to figure out why this causes problems. Thanks to
Izumi Tsutsui for isolating this change.
2005-01-21 03:22:13 +00:00
ginsbach
6c53b19fbf
Implement "rpc"
2005-01-21 02:43:33 +00:00
matt
5eeb71a595
Add more support for MPC7447A/MPC7448.
2005-01-21 00:58:34 +00:00
matt
9b69be93b4
Add extended BAT block size definitions.
2005-01-21 00:46:23 +00:00