isaki
3990c51363
The built-in ADPCM device is supported.
2002-05-26 03:37:18 +00:00
minoura
78d97e78f0
Clear done_head in the HCCA *before* acknoledging the interrupt.
...
Driver lost some completed transfers under heavy loads.
2002-05-26 03:10:02 +00:00
fvdl
66f94c684f
Move the kernel to the upper 4G of virtual address space and use
...
-mcmodel=kernel.
2002-05-26 00:23:49 +00:00
fvdl
7e00cc50ec
Add -Wno-format-zero-length, for forward compatibility with gcc 3.2.
...
Our in-tree gcc 2.95.3 accepts the flag as well.
2002-05-26 00:15:25 +00:00
wiz
7fd8f3df3f
__STDC__ is always defined on NetBSD.
2002-05-26 00:12:11 +00:00
wiz
bf840df2cd
__STDC__ is always defined on NetBSD.
2002-05-26 00:02:06 +00:00
wiz
c632c8bea4
__STDC__ is always defined on NetBSD.
2002-05-25 23:45:12 +00:00
wiz
1815854042
__STDC__ is always defined on NetBSD.
2002-05-25 23:29:16 +00:00
wiz
10610e5a31
__STDC__ is always defined on NetBSD.
2002-05-25 23:12:16 +00:00
wiz
0b398b282c
__STDC__ is always defined on NetBSD, so remove #ifdef __STDC__ (and
...
unnecessary #else cases).
2002-05-25 23:09:06 +00:00
itojun
9a1a825873
we have no IFT_DUMMY. kame merge mistake
2002-05-25 22:18:49 +00:00
jdolecek
357b304b86
add some procfs files which seem to be needed nowadays
2002-05-25 20:39:50 +00:00
jmcneill
2f2e418115
Add explanation for PMS_DISABLE_POWERHOOKS, as requested by hubertf.
2002-05-25 17:05:33 +00:00
uch
d2b36af297
type miss of i partition: 9->8
2002-05-25 16:31:09 +00:00
bjh21
b72e4dd171
acorn26 has sysinst now, so adapt the documentation to reflect that.
...
This includes some changes to common/sysinst to get the conditionals right
that might affect other ports.
2002-05-25 15:46:03 +00:00
wiz
0df8aade00
ANSIfy, and some KNF. Sort options in getopt-switch. Drop some unneeded
...
include files.
2002-05-25 14:46:01 +00:00
wiz
a16dbed217
Sort options in man page, don't mention non-existing '-S' option,
...
use some more markup and improve existing one.
Sync usage() with man page.
2002-05-25 14:21:02 +00:00
wiz
13076c6ae6
Grammar fixes and a markup fix.
2002-05-25 14:07:09 +00:00
wiz
bdc63189e4
Uppercase PCB.
2002-05-25 11:40:02 +00:00
wiz
7dc225507c
Improve formatting. End list with .El.
2002-05-25 11:37:34 +00:00
wiz
f53504b9e9
Standardize spelling.
2002-05-25 11:08:21 +00:00
wiz
1d4b57bbcf
ispell
2002-05-25 11:07:28 +00:00
wiz
58fa596f1c
Remove a superfluous 'no'. kern/17022 by John Heasley.
2002-05-25 10:45:39 +00:00
wiz
171f5bbdd8
Fix Dt.
2002-05-25 10:44:38 +00:00
wiz
24a55aa86f
Fix Xref.
2002-05-25 10:44:22 +00:00
itojun
e3c4951b26
re-enable ipsec policy caching onto pcb. refcnt fix and workarounds based on ymmt-san.
2002-05-25 10:01:01 +00:00
hamajima
ecab1bf0f8
type miss of i partition: 9->8
2002-05-25 09:25:25 +00:00
ichiro
4c034ead9b
make compile when define DEBUG
2002-05-25 07:58:35 +00:00
ichiro
fdb6b41ec7
regen
2002-05-25 07:32:25 +00:00
ichiro
407f8f5b2c
add 21555 Non-Transparent PCI-PCI Bridge
2002-05-25 07:28:15 +00:00
simonb
4e7ebf2dd2
Include <machine/intr.h> here.
2002-05-25 04:30:16 +00:00
simonb
efd6a59812
Move IPL/spl interrupt code to intr.h; this include file is expected to
...
exist in some networking code.
2002-05-25 04:27:21 +00:00
simonb
1f3bc4331e
Make infty, snan and qnan externs and declare in ieee_handler.c.
...
Add an empty statement after a goto label to keep gcc-current happy.
2002-05-25 03:54:36 +00:00
simonb
648246d46a
Add an empty statement after a goto label to keep gcc-current happy.
2002-05-25 03:45:12 +00:00
mhitch
3b7ffdebd4
The miniroot filesystem doesn't have enough inodes for install; add inode
...
density option for makefs.
2002-05-25 03:22:51 +00:00
gmcgarry
6771357c89
More section 9 documentation.
2002-05-25 02:18:36 +00:00
gmcgarry
fc81003482
Document some mandatory machine-dependent interfaces. Addresses PR16272.
2002-05-25 02:16:35 +00:00
itojun
a46557038c
now arc4random is in libc, we don't need to supply local version
2002-05-25 00:29:52 +00:00
thorpej
42320e8223
* Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.
...
* Add prototype for vfscanf to <stdio.h>.
* Remove #define of vfscanf to __svfscanf from <stdio.h>.
* Include local.h in libc files which need __svfscanf.
* Add vfscanf weak alias to __svfscanf.
Fixes standards/16997.
NOTE: libc minor not bumped -- ride on the bump to 12.84 made by
itojun today.
2002-05-24 22:17:20 +00:00
perseant
d67a5bbb21
Fix a couple of instances where reassignbuf() was not done at splbio.
...
Tested on i386.
2002-05-24 22:13:57 +00:00
wiz
caa8358c81
Correct `.Na' misuses reported in bin/17007, and some other mandoc improvements
...
while I'm here.
2002-05-24 22:09:20 +00:00
ragge
7259fa6a37
%d -> %ld in some debug messages, after the ELF switch.
2002-05-24 21:41:40 +00:00
ragge
4d559e645f
Boot support for the VXT2000 X terminal, based on some info on the VAXLinux
...
mailing list.
2002-05-24 21:40:59 +00:00
thorpej
aa676fc0b2
Parameterize the vfscanf macro's arguments. Without them, 3rd party
...
software can become greatly confused.
This fixes 4 GCC 3.2 testsuite failures.
This is a stop-gap measure which can be easily applied to the 1.6
release branch. A different fix for the trunk is forthcoming.
2002-05-24 21:07:44 +00:00
christos
7db182d94d
NBPG is not constant on the sparc, so don't use CPP tricks.
2002-05-24 18:10:06 +00:00
christos
0c5fed7eec
Deal with the NBPG problem in a better way.
2002-05-24 15:58:06 +00:00
briggs
2070a8bccc
Only attempt to handle mapping IDE interrupts if we are in SERIAL mode.
2002-05-24 15:47:17 +00:00
msaitoh
7c929f204a
add armeb as valid MACHINE_ARCH
2002-05-24 14:43:31 +00:00
itojun
a7ceb02faf
refer rnd(4), not random(4).
2002-05-24 14:37:19 +00:00
lukem
36bbd51aa2
Support NetMos NM9845 Quad UART and 1284 Printer port.
...
All 4 serial ports and parallel port seem to work.
2002-05-24 12:07:46 +00:00