David E. O'Brien
be2c4e5415
Be a little bit more correct WRT counting numbers vs. integer numbers.
2003-09-13 20:46:58 +00:00
Nate Lawson
64fdad2352
Add the -i flag to acpiconf(8) to retrieve battery information.
...
Rename a few structure elements.
2003-09-13 20:13:01 +00:00
Alan Cox
b881da26a5
There is no need for an atomic increment on the vm object's generation
...
count in _vm_object_allocate(). (Access to the generation count is
governed by the vm object's lock.) Note: the introduction of the
atomic increment in revision 1.238 appears to be an accident. The
purpose of that commit was to fix an Alpha-specific bug in UMA's
debugging code.
2003-09-13 20:07:26 +00:00
Nate Lawson
51c1824f80
C2/C3 latency is in microseconds (us), not ms.
2003-09-13 18:47:49 +00:00
Jacques Vidrine
5949ba2136
sched_setscheduler: Return EINVAL when a invalid policy is specified,
...
thus complying with POLA and the man page. (Previously, no error was
returned for this case.)
2003-09-13 18:46:24 +00:00
Nate Lawson
c08c4e81fc
Only print various optional fields if they are non-zero. Always print the
...
required fields, no matter what their value.
2003-09-13 18:44:05 +00:00
Scott Long
ba42f5be52
Apply Aleksander Fafula's crayons to the beastie. Add the this line to
...
/boot/loader.conf to see the pretty colors =-)
loader_color="YES"
2003-09-13 18:35:01 +00:00
Nate Lawson
e47f1780cd
Reduce the default width for IO port GAS printing.
...
Courtesy of: rwatson's chart presentation
2003-09-13 17:32:45 +00:00
Jacques Vidrine
b5e80ae344
Correct mostly harmless off-by-one error in getdomainname().
...
Reviewed by: imp
2003-09-13 17:12:22 +00:00
Eivind Eklund
2411c9502d
Document /var/empty as generic empty directory, not sshd specific
2003-09-13 16:23:49 +00:00
Eivind Eklund
948afd9c56
asami is no longer our ports lead, so remove a statement saying
...
the ports collection is maintained by asami and the ports team.
2003-09-13 16:16:31 +00:00
Eivind Eklund
2b4226712d
Fix spelling/grammar errors and remove a duplicate
2003-09-13 15:46:35 +00:00
Yoshihiro Takahashi
211822ccef
Merged from sys/isa/fd.c revision 1.258.
2003-09-13 12:56:05 +00:00
Yoshihiro Takahashi
9521a390b7
The re driver works on pc98 maybe.
2003-09-13 12:51:12 +00:00
Jens Schweikhardt
9e4656f7e8
Do not assume there is only a space between #define and the macro name
...
when grepping for JOBS. The recent style cleanup replaced the space with
a tab and broke job control detection. Little edits, disastrous consequences.
Submitted by: Peter Edwards <pmedwards@eircom.net>
X-MFC when: in about 5 weeks with the other sh arithmetic fixes.
2003-09-13 06:59:22 +00:00
Marcel Moolenaar
84c7b427f5
Add support for automatic hardware flow control for 16[679]50 UARTs.
...
We simply use the detected FIFO size to determine whether we have
a post 16550 UART or not. The support lacks proper serialization of
hardware access for now.
2003-09-13 06:25:04 +00:00
Alan Cox
58abfe0051
Convert vmapbuf() from using pmap_extract() to using
...
pmap_extract_and_hold(). Note, however, that GIANT_REQUIRED should not be
removed until all platforms fully implement the "prot" parameter to
pmap_extract_and_hold().
Reviewed by: tegge
2003-09-13 04:29:55 +00:00
Matt Jacob
53d0345138
I forgot whom I got this from- only set single initiator buffered mode
...
if we've recorded in our softc that we should set it.
2003-09-13 02:01:56 +00:00
Matt Jacob
4b39f27d17
NetBSD'er with time on their hands (dma->DMA)
2003-09-13 01:59:14 +00:00
Matt Jacob
799cbab17e
Bland synchronization of common source with no effect on FreeBSD whatsomever.
2003-09-13 01:58:51 +00:00
Matt Jacob
2f9e7606fe
Some ridiculous target mode botches- like having the wrong definitions
...
for messages. Some spelling fixes. Some target mode structure cleanups
to reflect reality.
2003-09-13 01:58:26 +00:00
Matt Jacob
5c1596a04a
Some canonicalization function cleanups based upon some target mode
...
structure cleanups.
2003-09-13 01:57:31 +00:00
Matt Jacob
4578084aa3
No time like the present to turn back on SMP locking.
2003-09-13 01:56:45 +00:00
Matt Jacob
fd6eb9f769
Report correct active vs. nvram node/port WWNs in an ioctl.
2003-09-13 01:56:24 +00:00
Matt Jacob
28f0575cf1
On reset, make sure that we have some parameters set correctly. This
...
fixes a longstanding issue WRT resetting the chip after startup- it
would fail if we were connected as an F-port to a switch. If we
were connected as an F-port, we got assigned a hard loop ID of 255,
which is really a bogus loop id. Then when we turned around to
reset ourselves, the firmware would reject the ICB_INIT request
because the loop id was bogus. *sputter*
Minor fixlet from somebody in NetBSD with too much time on their
hands (dma -> DMA).
2003-09-13 01:55:44 +00:00
Tim J. Robbins
5f39b226ce
Move an overly verbose message under #ifdef CODA_VERBOSE.
2003-09-13 01:13:56 +00:00
Ruslan Ermilov
a1de21c12e
mdoc(7): Fix common mistakes made in the SEE ALSO section.
2003-09-12 21:54:11 +00:00
Thomas Moestl
09c06ee91f
When determining the device class to use for the serial console, check
...
the "compatible" property too in the ns8250 case. This gets the serial
console to work on Blade 100s, where the device name is just "serial".
Reviewed by: marcel
2003-09-12 20:13:23 +00:00
Thomas Moestl
894b85b150
Handle ISA devices in OF_decode_addr(), with the same code that is
...
used in the EBus case.
2003-09-12 20:04:29 +00:00
Hiten Pandya
8fb2b56541
Remove double usage of performance, and combine it to one.
2003-09-12 19:20:05 +00:00
David E. O'Brien
b62fd55fde
Bump __FreeBSD_cc_version for (1) 5.1 (post-mortem) (2) -pthread changes.
2003-09-12 19:19:10 +00:00
Ceri Davies
a6de427922
Using prefix=/usr will put these files in /usr/gnats, not /usr/ports.
2003-09-12 19:02:34 +00:00
Poul-Henning Kamp
2a3d23acc6
Name the vnode method vectors consistently with the rest of the filesystems.
...
This improves the output of src/tools/tools/vop_table
2003-09-12 16:44:40 +00:00
Ceri Davies
f6c7f2e85c
Add the ports/dns and ports/polish categories.
2003-09-12 09:09:49 +00:00
Jun Kuriyama
c9f59b8c9e
Unbreak "make release" by moving bfe and re driver into 2nd floppy.
2003-09-12 08:20:47 +00:00
Alan Cox
27d203eab3
pipe_build_write_buffer() only requires read access of the page that it
...
obtains from pmap_extract_and_hold().
2003-09-12 07:13:15 +00:00
Alan Cox
b9850eb224
Add a new parameter to pmap_extract_and_hold() that is needed to eliminate
...
Giant from vmapbuf().
Idea from: tegge
2003-09-12 07:07:49 +00:00
Garance A Drosehn
2f8d7c56da
Move the parse8601 and parseDWM routines into a new ptime.c file. The
...
only code-change is to add a "next_time" parameter to both routines (and
that is not used yet). A later update will make "next_time" more useful.
MFC after: 20 days
2003-09-12 01:33:37 +00:00
Paul Saab
faf13262a4
Delay most of the adapter initilization until after interrupts are
...
enabled.
Tested by: Richard Puga <puga@mauibuilt.com>
2003-09-11 23:30:28 +00:00
Marcel Moolenaar
8194412b89
Add support for using uart(4) for pulse capturing for the Pulse Per
...
Second (PPS) timing interface. The support is non-optional and by
default uses the DCD line signal as the pulse input. A compile-time
option (UART_PPS_ON_CTS) can be used to have uart(4) use the CTS line
signal.
Include <sys/timepps.h> in uart_bus.h to avoid having to add the
inclusion of that header in all source files.
Reviewed by: phk
2003-09-11 23:06:42 +00:00
Ruslan Ermilov
78f94aa951
Fix a bunch of off-by-one errors in the range checking code.
2003-09-11 21:40:21 +00:00
Poul-Henning Kamp
0c7721e8f9
Disable the use of cloning use in floppy and CD drivers.
...
This commit puts the relevant code snippets under #ifdef GONE_IN_5
(rather than #ifndef BURN_BRIDGES) thereby disabling the code now.
The code wil be entirely removed before 5.2 unless we find reasons
why this would be a bad idea.
Approach suggested by: imp
2003-09-11 19:27:24 +00:00
Thomas Quinot
cc9ed6619f
(atapi_action, case XPT_PATH_INQ): Handle properly the case of
...
CAM_TARGET_WILDCARD (target_id_t is an unsigned integer type).
Fixes boot-time crash on Alpha.
Reviewed by: roberto
Approved by: re (murray)
MFC after: 1 week
2003-09-11 17:34:47 +00:00
Tom Rhodes
332a31b21e
Remove the unrequired -bi from the newaliases line. Note in the commit log
...
that the last change should have read: exim_enable="YES" in the changes listing.
Discussed with: ceri
2003-09-11 16:27:16 +00:00
Bruce A. Mah
4172653c0b
Update for bfe(4) and re(4).
...
Trim my(4) cards and use manpage entity.
2003-09-11 16:03:46 +00:00
Bruce A. Mah
133146bec6
New release note: bfe(4).
...
Modified release note: Recent rl(4) additions were moved to the new
re(4) driver.
2003-09-11 16:00:51 +00:00
Søren Schmidt
fe78f9d47c
Add support of the DIOCGSECTORSIZE & DIOCGMEDIASIZE ioctl's
...
so that newfs works on dvd-rw/dvd-ram again..
2003-09-11 15:59:16 +00:00
Yoshihiro Takahashi
8278014bce
MFi386 revisions 1.570 and 1.571.
2003-09-11 14:07:02 +00:00
Yoshihiro Takahashi
916a70c619
MFi386: revision 1.204.
2003-09-11 14:05:06 +00:00
Christian Weisgerber
0fbd709bd5
Add missing .El
...
Approved by: ru
2003-09-11 13:45:29 +00:00