Doug Rabson
7a7029581c
Wire up most of the interrupt handling infrastructure. Not sure it works
...
right yet but its enough for the ATA probe to work. The SCSI probes which
follow are broken though.
2001-10-05 10:30:09 +00:00
Doug Rabson
ae0d75fe5f
Fix typo which meant that we never actually found the ACPI 2.0 table.
2001-10-05 10:29:03 +00:00
Sheldon Hearn
1e58a712d9
Quote the value of pccard_ether_delay, the only unquoted value in the
...
entire file.
2001-10-05 09:01:42 +00:00
Kris Kennaway
247a741b8a
Add some important advice for young optical physicists.
2001-10-05 08:27:21 +00:00
Doug Rabson
c3a9c0057f
Disable interrupts when we are in DDB.
2001-10-05 08:23:08 +00:00
Doug Rabson
c7521efc59
Add ia64_get_lid().
2001-10-05 08:20:41 +00:00
Yaroslav Tykhiy
7d662e7761
Move the agp(4) page from the i386 directory
...
to the machine-independent directory since
AGP is used on other architectures as well.
2001-10-05 08:12:03 +00:00
Yaroslav Tykhiy
a7ba455dc7
Show kernel config syntax, not kldload command
...
in the SYNOPSIS section.
Reviewed by: ru
2001-10-05 07:17:24 +00:00
Paul Saab
8c4026b54f
Activate the bridge/dummynet modules.
...
Reminded by: ru
2001-10-05 07:09:27 +00:00
Paul Saab
4787fd37af
Only allow users to see their own socket connections if
...
kern.ipc.showallsockets is set to 0.
Submitted by: billf (with modifications by me)
Inspired by: Dave McKay (aka pm aka Packet Magnet)
Reviewed by: peter
MFC after: 2 weeks
2001-10-05 07:06:32 +00:00
Yaroslav Tykhiy
a1eb245d32
Use the traditional "indent" offset for mdoc(7) lists.
2001-10-05 06:32:40 +00:00
Yaroslav Tykhiy
2ba5fff2bf
Update the status of VLAN support in the ethernet drivers.
2001-10-05 06:30:42 +00:00
Yaroslav Tykhiy
c6f01f68ab
Add the manpage for the AGP interface.
2001-10-05 06:08:22 +00:00
Paul Saab
db69a05dce
Make it so dummynet and bridge can be loaded as modules.
...
Submitted by: billf
2001-10-05 05:45:27 +00:00
Warner Losh
239db728ab
Regen.
2001-10-05 05:32:51 +00:00
Warner Losh
e9530498a7
MFNetBSD:
...
1.139: augustss; Add EigerLabs sound card.
1.138: ichiro; Typo
1.137: ichiro; GEMTEK CF-size WaveLAN card based on Prism2.5 eval
1.136: ichiro; Symbol Spctrum24 LA4100 Series CF WaveLAN card
1.135: pooka; Psion Gold Card
1.134: christos; zonet zen (Henrik Berglund)
1.133: christos; dlink-660+ (janberg@netbsd.org )
1.132: itojun; 3Com 3CRWE62092A Wireless LAN
2001-10-05 05:32:27 +00:00
Assar Westerlund
ae7f04bdca
also install roken-common.h
2001-10-05 04:56:37 +00:00
Bruce A. Mah
48badc3bef
Updated release note: fsck(8) default cylinder group behavior.
...
MFCs noted: KVA_SPACE, ping(8) -A, fmt(1) rewrite.
2001-10-05 03:32:49 +00:00
Peter Wemm
9ee1532786
Remove some bogus "(off_t)(dumplo + value)" and "(off_t)dumplo" casts,
...
since dumplo is now an off_t. Scratch a couple of other itches as well.
s/L_SET/SEEK_SET/
2001-10-05 03:13:13 +00:00
Peter Wemm
1ade1386ba
Argh. Fix another >2GB savecore problem.
...
Reported by: mki@mozone.net
2001-10-05 03:06:35 +00:00
David E. O'Brien
1c68ec0191
Properly static'ize increase_maxtable().
...
Submitted by: db@db.net
2001-10-05 03:02:04 +00:00
David E. O'Brien
2780cd8718
Fix the output so it really does dynamically resize the table.
...
Submitted by: Diane Bruce <db@db.net>
2001-10-05 02:09:43 +00:00
David E. O'Brien
1dce684051
Increase the table size by an order of magnitude.
...
The previous version was too small and YACC core dumped on the during the
hybrid-7 build.
Submitted by: Diane Bruce <db@db.net>
2001-10-05 00:46:22 +00:00
Mike Smith
43896e913a
Update usage of AcpiEnableEvent to reflect a new argument.
...
Fix acpi_DeviceIsPresent to check for valid _STA data and to check
the "present" and "functioning" bits.
Use acpi_DeviceIsPresent in acpi_pcib rather than rolling our own
(also broken) version.
2001-10-04 23:21:09 +00:00
Mike Smith
9bdd67479e
Update list of sources to match 20010920 snapshot.
2001-10-04 23:19:17 +00:00
Mike Smith
276dda21ea
Update to reflect one file added, one removed.
2001-10-04 23:18:03 +00:00
Mike Smith
828ac44151
Remove file obsoleted by the 20010920 snapshot.
2001-10-04 23:17:35 +00:00
Mike Smith
947ff3286e
Merge our local patches into the 20010920 snapshot. Note that the
...
"implicit return" hack in psparse.c was resubmitted by Iwasaki-san.
Submitted by: iwasaki
2001-10-04 23:15:26 +00:00
Mike Smith
875063d979
This commit was generated by cvs2svn to compensate for changes in r84493,
...
which included commits to RCS files with non-trunk default branches.
2001-10-04 23:12:14 +00:00
Mike Smith
4de815b5b2
Import of the Intel ACPI CA 20010920 snapshot.
2001-10-04 23:12:14 +00:00
Mike Smith
93b8a677a3
This commit was generated by cvs2svn to compensate for changes in r84491,
...
which included commits to RCS files with non-trunk default branches.
2001-10-04 23:12:13 +00:00
Mike Smith
584be850df
Import of the Intel ACPI CA 20010920 snapshot.
2001-10-04 23:12:13 +00:00
Bruce A. Mah
ee741c282c
Move <pubdate></pubdate> element into the <articleinfo></articleinfo> area,
...
where it goes for most other documents.
MFC after: 1 day
2001-10-04 23:06:37 +00:00
Bruce A. Mah
398f29f684
Consolidate the various SGML source files making up the release
...
notes document. Basically, I've moved the contents of common/
{artheader,intro,upgrading}.sgml into common/new.sgml, removed duplicate
$FreeBSD$ markers, and adjusted the various references to these files.
No other whitespace or content changes.
This change will make it easier to do some minor restructuring.
MFC after: 1 day
2001-10-04 22:40:19 +00:00
Ian Dowse
564bfabecb
Remove the SSLEEP case from the load average computation. This has
...
been a no-op for as long as our CVS history goes back. Processes in
state SSLEEP could only be counted if p_slptime == 0, but immediately
before loadav() is called, schedcpu() has just incremented p_slptime
on all SSLEEP processes.
2001-10-04 22:33:31 +00:00
Bill Paul
e6f9ad0779
Add compatibility functions for the AF_LOCAL RPC transport stuff
...
that used to live in RPC 4.0. This is needed for yppasswd and
rpc.yppasswdd to work correctly. Patch supplied by Martin Blapp.
2001-10-04 21:03:17 +00:00
Bruce A. Mah
003c0a008a
The upgrade instructions referred to an article that was (I think)
...
folded into the Handbook. Point readers in the right direction and
do a little touchup on the text in this section.
MFC after: 1 day
2001-10-04 20:23:35 +00:00
Søren Schmidt
c36c574aaa
Update the promise raid structure with some of the info I've gathered
...
before I'm accused of "lending" it from somebody else.
2001-10-04 18:02:26 +00:00
Bruce A. Mah
6f2a7cbb4b
In "Further Reading", mention other DocProj articles/books (in addition to
...
the FAQ and Handbook).
MFC after: 1 day
2001-10-04 17:33:35 +00:00
Dag-Erling Smørgrav
50f74e92b8
Final style(9) commit: placement of opening brace; a continuation indent I
...
missed in the previous commit; a line that exceeded 80 characters. No
functional changes, but the object file's md5 checksum changes because some
lines have been displaced.
2001-10-04 16:35:44 +00:00
Dag-Erling Smørgrav
8a8d4e459c
More style(9) fixes: no spaces between function name and parameter list;
...
some indentation fixes (particularly continuation lines).
Reviewed by: md5(1)
2001-10-04 16:29:45 +00:00
David Malone
ecac78e7bd
Bump __FreeBSD_version after change in ABI for discriptor and creds passing
...
on 64 bit platforms.
Reviewed by: imp
2001-10-04 16:14:43 +00:00
Dag-Erling Smørgrav
c5799337ea
This file had a mixture of "return foo;" and "return (foo);"; standardize
...
on "return (foo);" as mandated by style(9).
Reviewed by: md5(1)
2001-10-04 16:09:22 +00:00
Mark Peek
ec84f10383
Add nmdm driver.
...
PR: 31027
Submitted by: Edwin Groothuis <edwin@mavetju.org>
MFC after: 1 day
2001-10-04 15:37:55 +00:00
Doug Rabson
56c0b43aab
Add eficlock.c and remove sscclock.c.
2001-10-04 15:28:56 +00:00
Doug Rabson
02c76ceb97
Don't pretend the argument to clockattach is a device - it isn't.
2001-10-04 15:28:27 +00:00
Doug Rabson
a14927b550
* Don't pretend the object passed to clockattach is a device - it isn't.
...
* Declare itc_frequency properly.
2001-10-04 15:27:35 +00:00
Doug Rabson
377fa66e5e
Use EFI (or some reasonable simulation) to read the RTC.
2001-10-04 15:26:05 +00:00
Doug Rabson
94d5f4bfd2
Fake the EFI runtime call GetTime.
2001-10-04 15:24:52 +00:00
Ruslan Ermilov
eea399e3ac
Removed mentions of TARGET_ARCH from non-cross places.
2001-10-04 14:13:16 +00:00