thorpej
23763f2f28
Add an ioctl interface to the PCI bus. Add ioctls to read/write
...
PCI configuration space registers, and to fetch bus info.
2001-09-13 21:49:40 +00:00
thorpej
829747c527
Allow this file to be used in userspace, as well.
2001-09-13 21:42:57 +00:00
briggs
94a1fb639f
Correct the return value description for config_found_sm().
...
Talk about return values for config_attach(), too.
2001-09-13 21:41:01 +00:00
assar
50ed29b359
(waitproc): handle jp == NULL, it happens
2001-09-13 21:33:05 +00:00
bjh21
2aa509fcfb
Remember to call eco_input() for incoming broadcasts.
2001-09-13 19:19:21 +00:00
thorpej
a3dfe45752
ANSI'ify.
2001-09-13 18:25:45 +00:00
jdolecek
5428914eb7
mention GENERIC_PS2TINY for i386
2001-09-13 18:13:46 +00:00
jdolecek
785b85c14a
glue in necessary IBM PS/2 kern set bits
2001-09-13 18:09:19 +00:00
jdolecek
41f3e70221
build GENERIC_PS2TINY and make kern-ps2tiny kern set
2001-09-13 18:08:13 +00:00
jdolecek
b29d271447
change launch_subwin() to pass failure reason back to caller, add check
...
pipe(2) call was successful
make launch_subwin(), va_prog_cmdstr() static
2001-09-13 18:07:26 +00:00
bjh21
3f063023fa
Add routing boilerplate to eco_output, verbatim from ether_output.
...
Update copyright notice to include UCB in consequence.
2001-09-13 18:01:34 +00:00
atatat
28b7bb87a2
Add mention of the _IO() ioctl type: ioctls that just frob something
...
in the kernel, but don't copy anything in or out.
2001-09-13 17:19:55 +00:00
drochner
875a8b9cee
-allocate DMA maps as large as necessary in the worst case
...
-Add a really bad hack: The X server (4.1.0 afaict) appearently overwrites
the PGTBL_CTL which contains the base address of the pseudo-GATT.
Restore the original value if we notice this happened.
The X server works now, but only with soft cursor.
2001-09-13 16:18:53 +00:00
drochner
e52f69d4e2
-allocate DMA maps as large as necessary in the worst case
...
-allocate space for DMA segments as much as necessary
-fix format warnings in a debug output
-don't try to access AGP capability stuff in the PCI config header
if it doesn't exist (as on the i810)
2001-09-13 16:14:16 +00:00
tshiozak
1a1c09790a
add power hook to PS/2 mouse driver; some mobile PCs has
...
unstable pointer, it arbitrarily awake the machine from standby state.
to prevent it, we need to stop the mouse controller before sleeping.
2001-09-13 14:16:12 +00:00
tshiozak
5341bac833
correct the set/get trigger code for ALi M1543 interrupt router.
2001-09-13 14:00:52 +00:00
pk
0a4ccdfd3c
Some sun4c machine (e.g. an IPC) can also have just 7 register windows,
...
so check for a possible context switch optimization #if SUN4C too.
2001-09-13 13:25:48 +00:00
pk
e85ab176f8
The SAVE macro used in the context switch code wound up being defined
...
only if MULTIPROCESSOR in rev 1.142, causing spurious register window
corruption on some machines.
2001-09-13 13:12:13 +00:00
itojun
de3a065dcc
CPPFLAGS, not CFLAGS, for -D.
2001-09-13 13:02:20 +00:00
itojun
18dd17006b
document insecure[12].
2001-09-13 11:07:48 +00:00
enami
69af775e86
- Bail out when failed to ioctl.
...
- Clear args to APM_IOC_GETPOWER.
2001-09-13 11:05:58 +00:00
itojun
5996ba4042
make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.
...
don't connect datagram socket if RES_INSECURE1.
needed to implement IPv6 anycast UDP DNS queries as documented in
<draft-ietf-ipngwg-dns-discovery-02.txt>.
sync with kame.
2001-09-13 11:05:02 +00:00
enami
453bf8d640
KNF and other misc. stylistic changes.
2001-09-13 11:01:49 +00:00
wiz
a824cb6a27
ANSIfication and KNF fixes by Petri Koistinen in bin/13691.
2001-09-13 10:06:40 +00:00
wiz
793d1a41f0
ANSIfication and KNF fixes by Petri Koistinen via bin/13690.
2001-09-13 10:00:44 +00:00
wiz
633b06fe1e
ANSIfication and some KNF fixes by Petri Koistinen from bin/13681.
2001-09-13 09:53:59 +00:00
itojun
bf45c09959
fix SA lookup when IPsec transport mode and tunnel mode over IPv6 is used
...
at the same time. sync with kame
(like "IP AH ESP IP", policy = "esp/tunnel/a-b/use ah/transport//use")
2001-09-13 06:30:57 +00:00
enami
750c07de04
Pass the correct pointer to atapibusprint().
2001-09-13 06:27:23 +00:00
enami
163c9dd7c1
Defopt CALLWHEEL_STATS.
2001-09-13 05:22:16 +00:00
enami
c98d856a2f
Wrap long lines.
2001-09-13 05:19:53 +00:00
enami
530db27088
Append to MLINKS instead of overwriting it.
2001-09-13 05:11:08 +00:00
gmcgarry
684c2af799
Prominently provide explanation of who is allowed to mount file
...
systems.
2001-09-12 21:48:08 +00:00
manu
dea90b1ed2
Linux emulation is no longer experimental, removed comment
2001-09-12 21:05:37 +00:00
eeh
0d30ddb30a
Properly initialize sc->sc_bustag and sc->sc_dmatag;
2001-09-12 20:09:53 +00:00
eeh
317da99cfe
Properly initialize sc->sc_bustag.
2001-09-12 19:35:35 +00:00
wiz
c81d1dfd39
Sort sections, sort SEE ALSO, and some formatting improvements.
2001-09-12 18:35:28 +00:00
wiz
022de48858
Sort sections, sort SEE ALSO, remove some unnecessary .Pp, and some
...
other fixes.
2001-09-12 18:19:16 +00:00
rjs
fcd39c5f2e
Add bs_notimpl_bs_mmap to bus space struct.
2001-09-12 12:32:16 +00:00
rearnsha
9358e3ecc3
Fix warning errors for printing size_t types when compiling with
...
DEBUG_DMA (uses casts due to a.out and ELF having different base
types for size_t).
2001-09-12 09:41:50 +00:00
fvdl
43bbb8500a
Apparently some ServerWorks Host-PCI bridges only get their memory space
...
enabled, even though IO space does work. A few drivers (like ahc)
will only work reliably with IO space, so check for this condition
and correct it.
2001-09-12 08:25:17 +00:00
itojun
1f8d9cbdd1
pull patch from openbsd Errata 033:
...
A security hole exists in uucp(1), uux(1) and uuxqt(1) that may allow
an attacker on the local machine to run arbitrary commands with
root privileges.
Fix:
Pay more attention to commandline parsing of long options.
Patch from jbj@redhat.com via millert@.
2001-09-12 07:51:03 +00:00
gmcgarry
044635794c
Update for r4000, 5100, and bba support.
2001-09-12 05:34:39 +00:00
jmc
80c2e0c086
Fix typo's on hp300 cat4 list
2001-09-12 05:00:50 +00:00
enami
f6902a7a38
There isn't syncfs.h under specfs/.
2001-09-12 04:59:13 +00:00
jmc
9185cf1b34
Add mtrr.h to INCS list to get installed on a make includes
2001-09-12 04:44:21 +00:00
lukem
fa5157d9fb
explicitly set the default compression level to 1 (from the implicit 6),
...
because it's significantly faster and doesn't use that much more disk space.
2001-09-12 03:14:08 +00:00
lukem
fd08f59ac0
Add "-Z level" to control the compression level that -z uses (which
...
defaults to -Z 6). Depending on the relative speed of the CPU
versus disk, "-zZ1" might be faster than no compression at all.
2001-09-12 02:58:29 +00:00
wiz
9c2315c5c5
Fix paragraph problems, sort sections, sort Xrefs in SEE ALSO, and other
...
miscellaneous fixes.
2001-09-11 23:18:55 +00:00
wiz
350b00b938
Boring whitespace fixes.
2001-09-11 22:52:52 +00:00
wiz
160f98f624
Punctuation nit.
2001-09-11 22:46:50 +00:00