Mike Smith
0a8c6c7f24
Move OsdEnvironment.c into MD code; searching for the ACPI tables is not
...
portable.
2001-09-07 02:55:00 +00:00
Mike Smith
0aa8447171
Merge our local branch changes with the 20010831 snapshot.
2001-09-07 02:52:26 +00:00
Andrey A. Chernov
ac206f37a1
For now just back out seek error checking in __SAPP case, it cause problems
...
with non-seekable streams. Now here is what here was originally, but it is
ugly, producing unneded seek syscall on each non-seekable stream write. I'll
think about proper solution later.
2001-09-07 02:13:11 +00:00
Mike Smith
1cf610caba
This commit was generated by cvs2svn to compensate for changes in r83174,
...
which included commits to RCS files with non-trunk default branches.
2001-09-07 01:22:25 +00:00
Mike Smith
7fb2c1c616
Vendor-branch import of the Intel ACPI CA 20010831 snapshot.
2001-09-07 01:22:25 +00:00
Mike Smith
1dffb34a9a
Initialise the adapter status to an invalid state, so that the initial check
...
of the adapter object will always result in a change event.
This fixes the problem where a laptop booted without an AC adapter ran
at 100% CPU speed by default.
Submitted by: "Christopher N . Harrell" <cnh@netvmg.com>
2001-09-06 23:33:22 +00:00
Bruce A. Mah
67e4fc622a
Delete a note to myself that doesn't really belong in a released
...
document.
2001-09-06 23:17:55 +00:00
John Baldwin
0c7da7acfa
Add a hack to acpi_EvaluateInteger() to handle the case of a method
...
returning a Buffer that contains an Integer rather an an Integer directly.
Submitted by: msmith
Approved by: msmith
2001-09-06 23:16:55 +00:00
Bruce A. Mah
20eb2c602f
Delete some cruft that somehow snuck into this file.
2001-09-06 23:16:04 +00:00
John Baldwin
e8c062e911
All of this is now committed to the XFree86 port.
2001-09-06 23:11:14 +00:00
David E. O'Brien
6d87bbdf3a
Fix the upgrade path from 4.1 and earlier.
2001-09-06 22:59:31 +00:00
Bruce A. Mah
99045818e1
Document two sysctl variables used by RFC 1948 functionality.
...
While I'm here, fix two markup inconsistencies.
Submitted by: silby
2001-09-06 22:50:12 +00:00
Mike Smith
cb97ee57c0
Allocate system resource IRQs as shareable; this is the typical case.
2001-09-06 22:34:40 +00:00
John Baldwin
df53e91c18
Call sendsig() with the proc lock held and return with it held.
2001-09-06 22:20:41 +00:00
Warner Losh
588cfa1095
Don't panic when we don't know the exact chip that is being used.
...
Also, add support for the following parts:
O2micro 6912/6972, 6922, 6933
Cirrus Logic PD6834
TI PCI-1260 and PCI-1421
MFC: Soon
2001-09-06 20:55:25 +00:00
Warner Losh
ceeb222ab4
Surf the net again and find more device IDs:
...
Cirrus Logic PD6834
O2micro OZ6836
O2micro OZ6912/6972
O2micro OZ6922
O2micro OZ6933
TI1260 Note: These two aren't on TI's site, but are in
TI1260B http://www.yourvote.com/pci/vendors.txt
Plus comments for other chips found in Windows INF files, and also
referenced in various spots on the net:
* Intel 82092AA 0x12218086 16bit
* smc/Databook DB87144 0x310610b3
* SMC/databook smc34c90 0xb10610b3
* Omega/Trident 82c094 0x00940123?
* Omega/Trident 82c194 0x01941023
* Omega/Trident 82c722 0x07221023?
* Opti 82c814 0xc8141045
* Opti 82c824 0xc8241045
* NEC uPD66369 0x003e1033
2001-09-06 20:50:10 +00:00
Warner Losh
df6567b786
minor commentary
2001-09-06 20:43:12 +00:00
David E. O'Brien
d6432d1f16
Strip non version _number_ bits from HOST_OS_VERSION.
...
Requested by: knu
2001-09-06 18:39:46 +00:00
Doug Rabson
4ce0b9f86d
Add struct tags to avoid warnings in kernel code.
2001-09-06 18:11:16 +00:00
David E. O'Brien
5cd462d266
I was missing the HOST_OS_VERSION setting in the fall-back case.
...
Also, the script was too position dependant. We now have make(1) pass in
the file to grub around in to get our settings from.
2001-09-06 17:52:59 +00:00
Søren Schmidt
67bc4ad9b6
Fix the size of medium code, the old one failed for DVD's.
...
This might introduce problems on normal CD's (again) sigh...
2001-09-06 17:44:04 +00:00
Yoshihiro Takahashi
5fc7261688
Use MACHINE_ARCH instead of MACHINE to fix pc98 module.
2001-09-06 12:53:53 +00:00
Ruslan Ermilov
ca122bf7d8
The default for -p was ``kern.notice'' in the -h case.
...
Make it ``user.notice'', as per manpage.
(The syslog(3) function defaults to LOG_USER facility
if none is specified, but we don't use syslog() in the
-h case.)
PR: docs/30374
Noticed by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2001-09-06 12:48:44 +00:00
Dima Dorfman
6680d16d19
Print the correct filename if we fail to open $etc_passwd.
...
Submitted by: Brian Poole <raj@cerias.purdue.edu>
2001-09-06 12:21:21 +00:00
Yaroslav Tykhiy
b88d4f49fe
Fix all the ambiguous or erroneous statements of the brk(2)
...
manpage by taking its text from NetBSD and editing it further.
This also improves the page's mdoc(7) markup style.
Reviewed by: ru
Obtained from: NetBSD
2001-09-06 12:11:22 +00:00
Kazutaka YOKOTA
ef92e4471a
Update the atkbdc, atkbd, and psm drivers to probe/attach
...
more cleanly and consistently in all APCI, PnP BIOS, and "hint"
cases.
NOTE: this doesn't necessarily solve the problem that the PS/2
mouse is not detected after the recent ACPI update.
2001-09-06 12:09:26 +00:00
Ruslan Ermilov
6efca31685
SECURITY.
...
Avoid using setre[ug]id() calls.
Removed the setgid stuff we don't need.
2001-09-06 11:54:28 +00:00
Murray Stokely
53e1e93595
sysinstall's primitive network configuration expects only one value
...
for each option in the DHCP lease file. The DHCP lease parsing code
specifically ignores more than the first nameserver, but it didn't
previously deal with the case of more than one router. This caused
segfaults and a painful death when installing on a network with
multiple routers.
PR: misc/16003
2001-09-06 10:27:28 +00:00
Murray Stokely
5693049227
There is a problem in this example script. Setting ftp=time.cdrom.com
...
is useless, we should set _ftpPath=blah.
PR: misc/29587
Submitted by: David Yeske <dyeske@yahoo.com>
2001-09-06 10:04:27 +00:00
Murray Stokely
810fd59fbb
If we're running as init, install a signal handler for SIGCHLD.
...
PR: bin/14729
Submitted by: jhb
2001-09-06 09:53:53 +00:00
Søren Schmidt
3da21d9f07
Fix verbose probe message.
...
PR: 29360
2001-09-06 09:50:25 +00:00
Kris Kennaway
dff462c363
* Switch from doing compress(1)ed crashdumps with the -z flag to using
...
gzip(1). gdb doesn't understand these, but then again it didn't
understand compressed crashdumps either.
* Change a stray lseek() into a Lseek()
* Remove the extraneous prototype for log() which has apparently never
existed in FreeBSD's sources
Obtained from: NetBSD (partially)
MFC after: 2 weeks
2001-09-06 09:30:09 +00:00
Alexey Zelkin
f6a9e03fe5
correctly wrap macros with { }
2001-09-06 09:26:28 +00:00
Kris Kennaway
131ee164c7
Add zopen(), a stdio wrapper for gzipped data streams.
...
Obtained from: NetBSD
2001-09-06 09:14:49 +00:00
David E. O'Brien
19372e6db7
strfmon(3) is not ready to go live.
2001-09-06 08:58:42 +00:00
Scott Long
5e7e7ec92b
Don't use a silly test to define INTR_ENTROPY.
...
Submitted by: peter
2001-09-06 08:57:51 +00:00
Søren Schmidt
1be5b45b7c
Add support for set/getting the region code on DVD drives.
...
PR: 28604
2001-09-06 08:52:28 +00:00
Ruslan Ermilov
8203d6510c
Sort FILES.
2001-09-06 07:27:03 +00:00
Bill Paul
55a49b004f
Mention some additional NatSemi DP8382x-based cards being marketed by
...
Trendware and Ark PC.
2001-09-06 07:02:10 +00:00
Kenneth D. Merry
8f29de8be3
Convert systat(1) to use the new devstat interface.
...
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
2001-09-06 04:06:12 +00:00
Jonathan Lemon
f9132cebdc
Wrap array accesses in macros, which also happen to be lvalues:
...
ifnet_addrs[i - 1] -> ifaddr_byindex(i)
ifindex2ifnet[i] -> ifnet_byindex(i)
This is intended to ease the conversion to SMPng.
2001-09-06 02:40:43 +00:00
Jonathan Lemon
0b59d917d8
Cosmetic cleanups and rearrangement for code to come. There should be
...
no functional change in this commit.
2001-09-06 00:44:45 +00:00
Brooks Davis
fe403d8d0d
gif(4) is no longer a count device, reflect this change.
2001-09-06 00:27:48 +00:00
Brooks Davis
06c56b283b
Make wicontrol WARNS=2 clean. This is mostly just adding const to things.
2001-09-05 23:59:20 +00:00
Peter Wemm
fc8b64e494
Sigh. Dig up text from a signature in a 1994 Usenet post I made and redo
...
the ..uhh... ``console test'' to avoid another 50 emails about GPL issues.
2001-09-05 23:51:06 +00:00
Brooks Davis
214bfc9759
Attach if_vlan to the build process.
2001-09-05 23:47:46 +00:00
Brooks Davis
0fddbf8747
vlan.h is obsolete, don't create it anymore.
2001-09-05 23:47:02 +00:00
Brooks Davis
920b58e88f
Deconditionalize vlan support.
2001-09-05 23:33:58 +00:00
Brooks Davis
5c88c82cf3
Update tx(4) to always enable vlan(4) support.
...
Approved by: semenu
2001-09-05 23:04:53 +00:00
Mark Peek
2441ae608e
Enable BSD style color ls support.
...
PR: 23161
Submitted by: Anand Ranganathan <anand@blandings.com>
2001-09-05 22:56:58 +00:00