Cameron Grant
1b6c76a2fe
intel ich/ich2 driver - this needs some work but is functional enough for
...
the impatient.
Hardware...
Provided by: ps
Lost by: <censored>
Found by: <censored>
Not delivered by: Ashley Penney <ashp@unloved.org>
Retrieved by: greid, Andrew McKay <andy@openirc.co.uk>
Delivered by: Andrew McKay <andy@openirc.co.uk>
PR: kern/25507
Submitted by: Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp>
2001-07-01 19:38:58 +00:00
Cameron Grant
113375dc42
add module version/dependancies
2001-07-01 18:59:15 +00:00
Cameron Grant
c76f01164f
don't set a flag that is already set
2001-07-01 18:57:16 +00:00
Cameron Grant
4712b1eba1
set default 'monitor' volume (ac97 headphones) to 75%
2001-07-01 18:53:24 +00:00
Gerard Roudier
0df908ab74
Submitted by: Chip Salzenberg <chip@perlsupport.com>.
...
MFC after: 5 days
- Mask GPCNTL against 0x1c (was 0xfc) for the reading of the NVRAM.
This ensures LEDC bit will not be set on 896 and later chips.
Submitted by Chip Salzenberg <chip@perlsupport.com>.
- Add probe for Tekram 390 U2B/U2W SCSI (53C895) LED handling.
Submitted by Chip Salzenberg <chip@valinux.com>
2001-07-01 16:04:07 +00:00
Mike Heffner
be1bf707c9
Convert two instances of a lseek()+read() combination to a pread().
...
PR: bin/17640
MFC after: 2 weeks
2001-07-01 04:46:20 +00:00
Benno Rice
640ce680dc
Don't include machine/autoconf.h for now. It's not used and is breaking the
...
build.
2001-07-01 02:45:15 +00:00
Benno Rice
b7ac1056e7
Register definitions for the OpenPIC used in various models of
...
iMac/PowerMac/iBook/PowerBook.
Obtained from: NetBSD
2001-07-01 02:43:38 +00:00
Benno Rice
c791ba59c0
Add TRAPF_* macros required by MI-ification of ast() and userret().
...
Submitted by: Mark Peek <mark@whistle.com>
2001-07-01 02:38:38 +00:00
Dima Dorfman
232edd1c88
Correct a brain-o in the stats output.
...
PR: 24839
Submitted by: AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
2001-06-30 21:39:31 +00:00
Mike Heffner
646bd49ed1
Reset errno so that subsequent TFTP requests don't fail after the
...
first failure.
PR: misc/25502
MFC after: 2 weeks
2001-06-30 21:39:09 +00:00
Warner Losh
189c7da2ec
Fix make release for new kernel locations
2001-06-30 17:20:12 +00:00
David E. O'Brien
1c08d95d1a
Add .cvsignore so that CVS stop's complaining about people's kernel build dirs.
2001-06-30 15:38:06 +00:00
David E. O'Brien
1453323996
Grrr, this was added in the wrong place.
...
Have I mentioned before how much I hate remove CVS when adding directories???
Ask me about it (got 3 hours...)
2001-06-30 15:21:34 +00:00
David E. O'Brien
5e6ded4212
Ensure sys/${MACHINE}/compile/FOO exists
...
Reviewed by: arch, imp, peter, and the USENIX terminal room secret kernel cabal
2001-06-30 15:16:29 +00:00
Nik Clayton
302bba85d6
/dist is a mount point used by sysinstall(8), not an extraction directory.
2001-06-30 14:56:44 +00:00
Mike Pritchard
d6368edb13
Fix a couple of typos.
2001-06-30 14:42:20 +00:00
Warner Losh
e1d0d8a941
Really do proper keepme files in the compile directories. Use
...
.cvsignore file for [A-Za-z]* to keep these directories around rather
than waste a file on .keepme. This should also make people's built
trees place nice with CVS.
Idea for .cvsignore: peter (although I suggested the regexp)
Pointed out by: Makoto MATSUSHITA-san <matusita@jp.FreeBSD.org>
Llama's costuming by: Fernamdo Llamas
2001-06-30 14:38:32 +00:00
Nick Hibma
0a40173c0c
Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.
...
PR: kern/28537
Submitted by: Hiroyuki Aizu <aizu@navi.org>
MFC after: 5 days
2001-06-30 13:49:17 +00:00
Nick Hibma
0bea5808a1
Don't free memory that has been freed already.
...
Null the pointer after freeing the memory.
PR: 27370
Submitted by: Alec Barea <alec@barea.org>
MFC after: 5 days
2001-06-30 10:57:37 +00:00
Kazutaka YOKOTA
fa783074ac
Remove the resume method. It is not necessary any more, because
...
keyboard drivers have it now...
MFC after: 4 weeks
2001-06-30 10:15:13 +00:00
Kazutaka YOKOTA
6c726162da
Add the device resume method to keyboard drivers.
...
MFC after: 4 weeks
2001-06-30 10:02:32 +00:00
Kazutaka YOKOTA
1036bb970a
If we are in DDB, don't switch to a vty in the VT_PROCESS mode.
...
MFC after: 2 weeks
2001-06-30 09:10:00 +00:00
Robert Watson
e84b7987bc
o Unfold p31b_proc() into the individual posix4 system calls so as to
...
allow call-specific authorization.
o Modify the authorization model so that p_can() is used to check
scheduling get/set events, using P_CAN_SEE for gets, and P_CAN_SCHED
for sets. This brings the checks in line with get/setpriority().
Obtained from: TrustedBSD Project
2001-06-30 07:55:19 +00:00
David E. O'Brien
791eca5f7b
Ensure sys/${MACHINE}/compile/FOO exists
...
Reviewed by: arch, imp, peter and
the USENIX terminal room secret kernel cabal
2001-06-30 07:12:34 +00:00
Robert Watson
e8bd25cef9
Modify ping so that it increases the send socket buffer size if the
...
user runs with privilege, allowing the sending of icmp packets with
larger size (up to 48k, the default receive buffer size in ping),
which is useful for network driver development testing, as well
as experimentation with fragmentation.
Reviewed by: wpaul
2001-06-30 06:46:33 +00:00
Warner Losh
bd69e881bd
The path in the last commit should have been
...
src/sys/MACHINE/compile/FOO
2001-06-30 06:39:27 +00:00
Warner Losh
fecbeb8eb1
The path in the last commit should have been
...
src/sys/MACHINE/compile/FOO
2001-06-30 06:38:42 +00:00
Warner Losh
1d28950e4f
Note move of kernel compile to src/sys/MACHINE/compile/FOO.
2001-06-30 06:35:45 +00:00
Warner Losh
7ef33e2e39
Move kernel compile directory from sys/compile/FOO to
...
sys/compile/${MACHINE}/FOO.
Reviewed by: arch, obrien, peter and
the USENIX terminal room secret kernel cabal
2001-06-30 06:29:47 +00:00
Warner Losh
971470c36c
Move kernel compile directory from sys/compile/FOO to
...
sys/compile/${MACHINE}/FOO.
Reviewed by: obrien, peter and the USENIX terminal room secret kernel cabal
2001-06-30 06:28:12 +00:00
Dima Dorfman
2eca8ff74b
New release notes: farewell dgm; kldconfig.
2001-06-30 06:16:45 +00:00
Dima Dorfman
f6751868e4
Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$
...
where necessary.
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-30 05:39:36 +00:00
Dima Dorfman
653636c21d
Silence a warning on the Alpha.
...
Reviewed by: md5(1)
2001-06-30 05:32:29 +00:00
Dima Dorfman
41faa1a791
Silence a warning on the Alpha.
2001-06-30 05:29:57 +00:00
Warner Losh
1b0a8621e6
Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges
...
of includes of i386 files from non-i386 ports.
2001-06-30 05:29:11 +00:00
Warner Losh
859c9099b2
Fix warning message.
...
Suggested by: julian
2001-06-30 03:57:20 +00:00
John Baldwin
aa3cefd06c
Remove the p_spinlocks spin lock count that was obsoleted by the
...
per-CPU spinlocks list.
2001-06-30 03:35:22 +00:00
Robert Watson
1af55356f8
Replace some use of 'p' with 'targetp' so as to not scarily overload the
...
passed 'p' argument. No functional change.
Obtained from: USENIX Emporium, Cheap Tricks Department
2001-06-30 03:13:36 +00:00
John Baldwin
a300519d41
Make the schedlock saved critical section state a per-thread property.
2001-06-30 03:11:26 +00:00
Peter Pentchev
5916bd20ba
Properly cast a size argument to an unsigned type.
...
Thanks to: dd for noticing the need for a cast.
2001-06-29 22:31:17 +00:00
Mike Smith
04b09dd665
Wrap the interrupt handler so that we can get the ACPI lock.
2001-06-29 21:21:08 +00:00
Mike Smith
63b0786f0c
Add ACPI lock support.
...
Pass the softc, not the device_t to the Notify handler.
Don't invoke the Interpreter from callout context, as it may sleep.
Use AcpiOsQueueForExecution, which is called from taskqueue_swi.
2001-06-29 21:20:46 +00:00
Dima Dorfman
42a0e93daa
Correct a spelling error.
...
PR: 28527
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-06-29 21:09:09 +00:00
Hajimu UMEMOTO
0ce50730ee
- fixed typo
...
- a wording improvement in BUGS (ping vs ping6 issue)
Obtained from: KAME
MFC after: 1 week
2001-06-29 20:51:00 +00:00
Mike Smith
03b5e1982a
Add ACPI subsystem mutex support, currently disabled. This implements
...
a private mutex we can use to wrap the ACPI subsystem proper.
2001-06-29 20:33:29 +00:00
Mike Smith
e71b638175
Update for new debug layer constant names in the ACPI CA 20010615
...
import.
2001-06-29 20:32:29 +00:00
Mike Smith
a9cf0dff08
Use msleep() when we sleep waiting for a GPE, since we are holding the
...
ACPI mutex.
Add some comments to EcWaitEventIntr.
Clean up deviant style, add debugging to be consistent.
2001-06-29 20:31:37 +00:00
Mike Smith
cb9b0d80fb
Update to synch with the 20010615 ACPI CA import.
...
Add an ACPI subsystem mutex, and macros for handling it. Because it's
not possible to differentiate between ACPI CA acquiring mutexes for
internal use and for use by AML, and because AML in the field doesn't
handle mutexes correctly, we can't use the ACPI subsystem's internal
locking. In addition, we have other private data of our own to lock.
Add initial locking to the ACPI driver code and the thermal module.
These locks are currently inoperative.
Pull some errant style back into line.
2001-06-29 20:29:59 +00:00
Hajimu UMEMOTO
0209de0466
sync usage/description with reality.
...
Obtained from: KAME
MFC after: 1 week
2001-06-29 20:26:38 +00:00