Brooks Davis
c9e7c6f4fb
Add support to the uftdi driver for Intrepid Control Systems' vehicle
...
bus interfaces. These interfaces use the FTDI chipset with different
Vendor and Product IDs.
Add two additional baud rate enumerations. The vehicle bus interfaces
use a baud rate of 2000000. Also add 3000000 as it is the other FTDI
baud divisor special case.
I've commited a slightly different patch from that provided in the PR as
I changed the matching code a bit yesterday.
Submitted by: Mike Durian <durian at shadetreesoftware.com>
PR: kern/67357
2004-07-01 17:16:20 +00:00
Ruslan Ermilov
86ab142d10
Back out last delta, it just unpolitely reverted some local changes.
2004-07-01 17:13:15 +00:00
Warner Losh
da35daffaf
Add ability to set start/end for rman
2004-07-01 16:22:10 +00:00
Warner Losh
deb9654818
Soften __RMAN_RESOURCE_VISIBLE a little: expose rman and the
...
resource_head types. Also add a way to set start and end so fewer
things need to reach into struct resource.
Pointy hat to: imp for breaking the build on so many platforms.
2004-07-01 16:20:58 +00:00
Alfred Perlstein
7fe9a86a5a
Tell what percentage of the total IO a process is doing.
...
TODO: Show system totals.
2004-07-01 15:49:28 +00:00
Pawel Jakub Dawidek
9ecdd506ea
Remove unused argument for good.
2004-07-01 15:42:03 +00:00
Mark Peek
213fbd7666
Fix build: the return type for t_break changed from int to void.
2004-07-01 15:19:08 +00:00
Andrew Gallatin
5fd93b771b
Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to build
2004-07-01 15:07:27 +00:00
Pawel Jakub Dawidek
916a3aa05b
Free only if pointer isn't NULL.
2004-07-01 12:42:13 +00:00
Yoshihiro Takahashi
7f1fb91a0a
This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.
2004-07-01 09:36:31 +00:00
Yoshihiro Takahashi
6f5e06c605
MFi386: revision 1.1163
2004-07-01 09:34:15 +00:00
Yoshihiro Takahashi
b9d41c7aae
Merged from sys/dev/sio/sio.c revision 1.446.
2004-07-01 09:32:32 +00:00
Alfred Perlstein
db6bb7fc01
New feature, provide a display that shows the amount of IO processes
...
are doing. Toggle this mode by hitting "m" or passing the command line
option "-m io" to top(1). This allows one to identify disk bandwidth
hogs much easier.
2004-07-01 09:12:38 +00:00
Peter Grehan
6cc1cdf47b
Modify loop test when cycling through phys_avail array. It's possible
...
for an OpenFirmware implementation to have a single memory region
(hello PearPC).
2004-07-01 08:01:49 +00:00
Peter Grehan
57dc54db86
Catch up with __RMAN_RESOURCE_VISIBLE change
2004-07-01 07:59:08 +00:00
Peter Grehan
6c62609340
Move soft structs back to C files to avoid exposing rman fields
...
to clients now that it's protected with __RMAN_RESOURCE_VISIBLE
2004-07-01 07:56:56 +00:00
John Baldwin
39981fed82
Trim a few things from the dmesg output and stick them under bootverbose to
...
cut down on the clutter including PCI interrupt routing, MTRR, pcibios,
etc.
Discussed with: USENIX Cabal
2004-07-01 07:46:29 +00:00
Warner Losh
251bedd15b
Create a unix domain socket and write to it all the events that come
...
in over the socket.
2004-07-01 07:24:18 +00:00
Denis Peplin
ee2a403c97
MFen 1.19
...
Obtained from: The FreeBSD Russian Documentation Project
2004-07-01 07:22:17 +00:00
Paul Saab
2673a44621
Use a separate flag when doing a kernel coredump when polling for
...
completion instead of abusing the interrupt enable flag.
2004-07-01 06:56:10 +00:00
Paul Saab
b7c29ad503
When building a kernel or the loader, let the hostname be overridden
2004-07-01 06:40:12 +00:00
John Baldwin
0d7f466944
As per discussion at today's developer summit, add a comment to NOTES
...
indicating that 80386 support is deprecated and will be removed in
6.0-RELEASE.
Ok'd by: rwatson, scottl
2004-07-01 06:02:32 +00:00
Brooks Davis
5ec632a1e4
Product and vendor ids for SIIG US2308 USB to Serial adaptor.
...
Tested against: rwatson's laptop
2004-07-01 05:14:12 +00:00
Hiroki Sato
5d376d121b
Remove trailing whitespaces (no content change).
2004-07-01 04:56:20 +00:00
Hiroki Sato
eabda61630
New release notes:
...
acpi(4) bad-BIOS blacklist, and
zlib 1.1.4->1.2.1 import.
2004-07-01 04:54:21 +00:00
Mark Santcroos
ca57093825
Set WARNS=2 for the module build of ACPI.
...
Approved by: njl
2004-07-01 04:14:55 +00:00
Marcel Moolenaar
b8c87726c8
Fix build: forward declare struct tty before defining the tty function
...
types.
2004-07-01 03:08:15 +00:00
Brian Feldman
320f640b93
It's not very useful to set a softc refcount around blocking read/write
...
operations when the refcount doesn't protect the opens and closes. Fix
this, and don't actually let a time out happen: now ugen(4) devices do
not get freed out from under the programs with them open.
2004-07-01 02:07:01 +00:00
Nate Lawson
b0eefa38f9
Rework the code that waits for a response from the EC. Use an sx lock
...
instead of a mutex so we do not unblock it in msleep(). If we do this,
another event could occur, resetting the status register since reads
reset it. While I'm here, remove the backoff approach. Instead, sleep
in 10 ms chunks for up to the configured timeout using either DELAY (if
we aren't booted yet) or tsleep.
Help from: dillon
Tested by: Andrew Thompson andy AT fud.org.nz
2004-07-01 00:51:31 +00:00
Tim J. Robbins
30e970d965
Update libstand makefile for zlib 1.2.1.
2004-07-01 00:01:26 +00:00
Tim J. Robbins
9e64ecd96c
Update makefile for zlib 1.2.1.
2004-06-30 23:58:22 +00:00
Marcel Moolenaar
3d8f0528e5
Unbreak build: define __RMAN_RESOURCE_VISIBLE
...
See also src/sys/sys/rman.h rev. 1.21.
2004-06-30 23:55:14 +00:00
Tim J. Robbins
0b73a4c301
Resolve conflicts.
2004-06-30 23:54:46 +00:00
Tim J. Robbins
1fa1f918ab
This commit was generated by cvs2svn to compensate for changes in r131377,
...
which included commits to RCS files with non-trunk default branches.
2004-06-30 23:43:39 +00:00
Tim J. Robbins
aea8f65dfe
Import zlib 1.2.1 (trimmed)
2004-06-30 23:43:39 +00:00
Marius Strobl
4eae91a8f7
These need __RMAN_RESOURCE_VISIBLE, too.
2004-06-30 23:21:07 +00:00
Bruce M Simpson
a6c26e1ca8
Wordsmith and spell-correct last commit
2004-06-30 23:13:16 +00:00
Julian Elischer
8ed370fd90
Remove the home-grown metadata facility in favour of the now generic
...
mbuf tags facility. Netgraph modules will all need a recompile.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
2004-06-30 22:51:29 +00:00
Poul-Henning Kamp
b4994e318a
Define the tty methods as typedefs.
...
Change the return type for t_break to void.
Add t_ioctl (more about this later).
2004-06-30 21:38:08 +00:00
Warner Losh
b13117994e
Remove extra RMAN_RESOURCE_VISISBLE
2004-06-30 21:37:55 +00:00
Warner Losh
23bb544b55
puc needs to peek into struct resource too.
2004-06-30 21:27:59 +00:00
Poul-Henning Kamp
38a674b384
This needs __RMAN_RESOURCE_VISIBLE
2004-06-30 21:24:19 +00:00
Brooks Davis
e32e9a42a6
Static device counts will not be supported in 6.x so place the generated
...
macros (N<driver>) under BURN_BRIDGES.
Discussed with: peter, imp, scottl, ...
2004-06-30 21:00:47 +00:00
Warner Losh
6084486fd6
Fix to not use 255, but instead use APM_UNKNOWN.
...
Compare things correctly against -1 or 0
Don't print any capabilities if unknown is returned from the kernel.
Reviewed/Submitted by: njl, Liam Foy
2004-06-30 21:00:07 +00:00
Mark Santcroos
55c71dc9b0
mdoc changes.
...
Reviewed by: ru
Approved by: njl
2004-06-30 20:49:34 +00:00
Nate Lawson
3309d2fbc8
Add missing function debug trace macros to the new powerres functions.
...
Reported by: phk
2004-06-30 20:31:13 +00:00
Ruslan Ermilov
33992dc0ed
Markup, grammar, and spelling fixes.
2004-06-30 20:09:10 +00:00
Maxime Henrion
55388cdd92
Remove a duplicated printf().
...
Submitted by: Niki Denev <nike_d@cytexbg.com>
2004-06-30 19:56:23 +00:00
Jens Schweikhardt
a6a6666238
Bump document date.
...
Submitted by: ru
2004-06-30 19:56:16 +00:00
Mark Santcroos
07e2d0461f
Document BIOS blacklist.
...
Approved by: njl
2004-06-30 19:54:29 +00:00