Ed Schouten
55272bd6b4
The streams ptm code is pretty awful and likely incorrect. I don't know
...
anything about streams, so I'm not going to fix it. Just a small comment
to redirect folks to posix_openpt().
2009-02-16 20:12:28 +00:00
Alexander Motin
9f8919f236
Give atapci knowledge about set of implemented AHCI ports. It is possible
...
to not allocate them after the recent ata channels enumeration changes.
It allows to save some resources, not bother user with unexisting hardware
and not check unimplemented ports status on every interrupt.
2009-02-16 19:10:07 +00:00
Andrew Thompson
bb71e4b6bc
Add an entry for xorg+hal+USB2 not detecting input devices.
2009-02-16 18:59:18 +00:00
Beat Gaetzi
c7869e8d4e
- Add myself to the list of ports committers.
...
Approved by: miwi (mentor)
2009-02-16 18:51:34 +00:00
Scott Long
6de67521aa
GCC attacks!
2009-02-16 18:02:32 +00:00
Andrew Thompson
e9df28284b
MFp4 //depot/projects/usb@157783
...
libusb20: Make return value compatible with libusb0.12.x in case of a USB
transfer timeout.
Submitted by: Hans Petter Selasky
2009-02-16 15:32:12 +00:00
Dag-Erling Smørgrav
655fcdaa00
Fix a logic bug that caused the pfs_attr method to be called only for
...
PFS_PROCDEP nodes.
Submitted by: Andrew Brampton <brampton@gmail.com>
MFC after: 2 weeks
2009-02-16 15:17:26 +00:00
Luigi Rizzo
d8d42f3f4e
correct some #include
2009-02-16 15:10:51 +00:00
Luigi Rizzo
b27b816fc5
we need if_var.h not if.h
2009-02-16 15:10:03 +00:00
Luigi Rizzo
a1d4f19c0d
remove unnecessary forward declaration
2009-02-16 15:09:37 +00:00
Luigi Rizzo
35b78b7520
remove dependency on eventhandler.h, we only need a forward declaration
2009-02-16 15:08:41 +00:00
Luigi Rizzo
281c8daea2
remove dependency on net/if.h of this header
2009-02-16 15:07:40 +00:00
Scott Long
daed819b02
Fix parallel SCSI negotiation in the CAM_NEW_TRAN_CODE world order.
...
Overzealous sanity checks were locking the sync_rate and offset values to
zero, thanks to a twisty maze of recursive code.
2009-02-16 14:57:15 +00:00
Scott Long
5dc642bd9f
Instrument the probe state machine so that things like DV can be tracked.
2009-02-16 14:38:52 +00:00
Luigi Rizzo
2eef235973
use a const format string in the log message so we can check the
...
arguments (if/when we enable those checks)
2009-02-16 12:09:52 +00:00
Robert Watson
d7bf9f090d
IFF_NEEDSGIANT will no longer be supported, so remove compatibility code
...
from if_sppp framework for interfaces requiring Giant.
2009-02-16 10:29:03 +00:00
Marcel Moolenaar
e24c8a3fb8
Add support to add, delete and modify logical partitions, as well
...
as to create and destroy the extended partitioning scheme. In
other words: full support.
2009-02-16 03:54:28 +00:00
Andrew Thompson
d842ade9a4
Add a helper function for loading geli keys from the loader.
2009-02-16 02:42:17 +00:00
Andrew Thompson
e31a070263
Add uslcom to the build too.
...
Reminded by: Michael Butler
2009-02-15 23:40:29 +00:00
Andrew Thompson
4a93759f47
Make uslcom compile, cut'n'paste errors from uplcom.
2009-02-15 23:38:58 +00:00
Robert Watson
cdb31d3351
Remove debug.ce.mpsafenet: we no longer support running the network
...
stack with conditional Giant acquisition, and IFF_NEEDSGIANT will
be removed in the near future.
2009-02-15 23:29:13 +00:00
Robert Watson
6b34ab205e
Remove debug.ctau.mpsafenet: we no longer support running the network
...
stack with conditional Giant acquisition, and IFF_NEEDSGIANT will
be removed in the near future.
2009-02-15 23:21:52 +00:00
Robert Watson
c197427cee
Remove debug.cp.mpsafenet: we no longer support running the network
...
stack with conditional Giant acquisition, and IFF_NEEDSGIANT will
be removed in the near future.
2009-02-15 23:18:29 +00:00
Andrew Thompson
e4edc14efd
Switch over GENERIC kernels to USB2 by default.
...
Tested by: make universe
2009-02-15 22:33:44 +00:00
Marcel Moolenaar
7ca4fa83ec
Add method precheck to the g_part interface. The precheck
...
method allows schemes to reject the ctl request, pre-check
the parameters and/or modify/set parameters. There are 2
use cases that triggered the addition:
1. When implementing a R/O scheme, deletes will still
happen to the in-memory representation. The scheme is
not involved in that operation. The pre-check method
can be used to fail the delete up-front. Without this
the write to disk will typically fail, but at that
time the delete already happened.
2. The EBR scheme uses a linked list to record slices.
There's no index. The EBR scheme defines the index
as a function of the start LBA of the partition. The
add verb picks an index for the range and then invokes
the add method of the scheme to fill in the blanks. It
is too late for the add method to change the index.
The pre-check is used to set the index up-front. This
also (silently) overrides/nullifies any (pointless)
user-specified index value.
2009-02-15 22:18:16 +00:00
Alexander Motin
1c4dd558d1
Remove unneeded AND operation. We have already checked that bit is set.
2009-02-15 21:54:16 +00:00
Alexander Motin
8f740c4b03
Enable MSI support by default. Still can be disabled using device.hints.
2009-02-15 21:17:21 +00:00
Alexander Motin
a3b7c762ba
Add initial single-vector MSI support into atapci driver.
...
Works fine with AHCI and theoretically other MSI capable devices.
At this moment support disabled by default. To enable it, set
"hint.atapci.X.msi=1" device hint.
2009-02-15 20:37:55 +00:00
Andrew Thompson
719085d9d1
Pull in kbd.c with usb2_input_kbd, just like ukbd.
2009-02-15 20:24:21 +00:00
Warner Losh
7008762a18
It appears that none of the contents of this file are necessary, so
...
replace the amd64-ish version with a blank version.
2009-02-15 20:05:13 +00:00
Ed Schouten
6a4dc56627
Add the pccard header files to ObsoleteFiles.inc.
...
Reviewed by: imp
2009-02-15 18:30:44 +00:00
Warner Losh
d49107c795
Removal pccard directory requires removing it from the list of things
...
that get installed too. <blush>
Submitted by: Olivier Smedts (identical patches to what I came up
with before checking email)
2009-02-15 18:19:24 +00:00
Warner Losh
c3661cd0e7
Make dumper_t definition conform more closely to stlye(9). This also
...
avoid keywords in other languages that may have been present before.
Submitted by: Andriy Gapon, jkoshy@
2009-02-15 17:56:16 +00:00
Bruce M Simpson
57e9cb8cda
Now that ifmcstat(8) does not suck, retire host-mode netstat -g.
...
This change will not be back-ported.
2009-02-15 16:16:38 +00:00
Alexander Motin
5690c13d14
Add workaround for some ATI chips, failing to soft-reset
...
when port multiplicator supported, but absent.
2009-02-15 16:05:48 +00:00
Bruce M Simpson
3f3d246f2c
nits
2009-02-15 15:26:42 +00:00
Bruce M Simpson
6ee0c852ea
Blow away KAME MLDv2 hooks.
...
This code can be gotten from change history here and it's
more than likely our implementation will differ significantly
because of VIMAGE and SMPng.
2009-02-15 15:21:34 +00:00
Bruce M Simpson
d508ff40b9
Improve ifmcstat(8) and fix a few bugs while we're at it:
...
* Retire the old 'ifmcstat <kernel>' usage.
* Print AF_LINK records even if run against KVM.
This makes the KVM backend consistent with the sysctl backend.
* Suppress printing of link-layer group records by default.
* Add a -v switch to allow link-layer groups to be printed.
* If compiled without INET6 support, actually work.
* If compiled with INET6 support, print the scope ID of
all IPv6 addresses in both backends.
* Update man page.
* Update copyrights.
With this change, it is now reasonable to retire netstat -g.
Most of the SSM related gunk in this file will require later refactoring.
MFC after: 2 weeks
2009-02-15 15:19:34 +00:00
Ulf Lilleengen
d1ec640bcf
- Do not free the pattern lists immediately after use, as they might be needed
...
again in case the connection is interrupted and csup have to reconnect. The
lists will be freed after the collection has been completely processed.
PR: bin/131477
Tested by: dchagin
2009-02-15 13:22:21 +00:00
Bruce M Simpson
15c834931c
Fix a typo which caused ifmcstat's sysctl path
...
to print the network-layer endpoint address of the
group membership, rather than its link-layer mapping
as intended.
The KVM path is not affected.
MFC after: 1 week
2009-02-15 12:10:05 +00:00
Yoshihiro Takahashi
5a25eda53a
sys/pccard is gone.
2009-02-15 11:05:50 +00:00
Alexander Motin
f8dacb0467
Tune output to remove trailing space.
...
Submitted by: Christoph Mallon
2009-02-15 10:41:42 +00:00
Alexander Motin
8e6f99f648
Add SATA and PCI Advanced Features capabilities reporting.
2009-02-15 09:56:47 +00:00
Alexander Motin
b8adaa5549
Add SATA and PCI Advanced Features capabilities constants.
2009-02-15 09:49:21 +00:00
Kip Macy
69f93ab8b5
- fix formatting
...
- fix types in ticks_to_system_time
2009-02-15 06:36:02 +00:00
Marcel Moolenaar
7310ee19bd
Actually include geom_part_ebr.c when options GEOM_PART_EBR is
...
present.
Pointy hat: marcel
2009-02-15 03:50:27 +00:00
Marcel Moolenaar
d4f781711a
Don't remove gdbserver on ARM. It's not obsolete. In fact,
...
it's quite nouveau...
2009-02-15 03:42:14 +00:00
Warner Losh
5515327488
This directory is no logner needed after copy to usr.sbin/dumpcis.
2009-02-15 03:22:15 +00:00
Warner Losh
f7911ae51d
Move sys/pccard/*.h here.
2009-02-15 03:21:37 +00:00
Warner Losh
cfba71115e
Remove unnecessary pccard/cardinfo.h include.
2009-02-15 03:12:46 +00:00