]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
15 years agotsec(4): do not clear interrupt events register before use.
raj [Tue, 17 Feb 2009 15:47:13 +0000 (15:47 +0000)]
tsec(4): do not clear interrupt events register before use.

Prior to this fix, IEVENT register was always cleared before calling
tsec_error_intr_locked(), which prevented error recovery actions from
happening with polling enabled (and could lead to serious problems, including
controller hang).

Submitted by: Marcin Ligenza marcinl ! pacomp dot com dot pl

15 years agoHandle mbuf exhaustion scenario in tsec(4).
raj [Tue, 17 Feb 2009 15:39:16 +0000 (15:39 +0000)]
Handle mbuf exhaustion scenario in tsec(4).

Without this fix the system would hang under heavy networking load.

Submitted by: Leon Theunissen leon ! parsec dot co dot za

15 years agotsec(4) style improvements and clean-up.
raj [Tue, 17 Feb 2009 14:59:47 +0000 (14:59 +0000)]
tsec(4) style improvements and clean-up.

15 years agoAdditional features for the tsec(4) Ethernet driver.
raj [Tue, 17 Feb 2009 14:57:05 +0000 (14:57 +0000)]
Additional features for the tsec(4) Ethernet driver.

  - interrupt coalescing
  - polling
  - jumbo frames
  - multicast
  - VLAN tagging

The enhanced version of the chip (eTSEC) can also take advantage of:

  - TCP/IP checksum calculation h/w offloading

Obtained from: Freescale, Semihalf

15 years agoRename the rc.conf(5) knob if_up_delay to defaultroute_delay to better
mtm [Tue, 17 Feb 2009 11:55:50 +0000 (11:55 +0000)]
Rename the rc.conf(5) knob if_up_delay to defaultroute_delay to better
reflect its purpose.

15 years agoo Trim EOL whitespaces.
maxim [Tue, 17 Feb 2009 10:50:18 +0000 (10:50 +0000)]
o Trim EOL whitespaces.

15 years agoo Teminate sentences by dot.
maxim [Tue, 17 Feb 2009 10:49:36 +0000 (10:49 +0000)]
o Teminate sentences by dot.

15 years agoRemove gpt_offset and related code. It was introduced for use
marcel [Tue, 17 Feb 2009 04:12:10 +0000 (04:12 +0000)]
Remove gpt_offset and related code. It was introduced for use
by the BSD scheme, ended up not to be needed. Remove to avoid
abuse and to keep the bloat to a minimum.

15 years agoSynopsis:
sbruno [Tue, 17 Feb 2009 04:08:08 +0000 (04:08 +0000)]
Synopsis:
If speed of link between two devices is slower than the reported max
speed of both endpoints, the current driver will fail and be unable to
negotiate.

Summary:
Test negotiated speed by reading the CSRROM into a dummy variable.
If that read fails, decrement our speed and retry.  If all else fails,
go to lowest speed possible(0).

Report speed to the user.
Add display of the Bus Info Block when debug.firewire_debug > 1
Support the Bus Info Block(1394a-2000) method of speed detection.

I also should note that I am moving "hold_count" to 0 for future
releases.

This variable determines how many bus resets to "hold" a removed
firewire device before deletion.  I don't feel this is useful and will
probably drop support for this sysctl in the future.

Reviewed by:    scottl(mentor)
MFC after:      2 weeks

15 years agoHold off root mounting until we've gone through the loop of our thread
imp [Tue, 17 Feb 2009 02:14:04 +0000 (02:14 +0000)]
Hold off root mounting until we've gone through the loop of our thread
almost once.  After we've configured the devices that were present the
first time through, then we know that we're done.  If the device has
other devices that are deferred, then it must do a similar dance.
This catches both PC Cards and CardBus cards.

15 years agoMake core dumping to ad not to freeze even if interrupts, not disabled
mav [Mon, 16 Feb 2009 22:25:39 +0000 (22:25 +0000)]
Make core dumping to ad not to freeze even if interrupts, not disabled
for some reason, stealing our events.

15 years agoCorrectly scrub telnetd's environment.
cperciva [Mon, 16 Feb 2009 21:56:17 +0000 (21:56 +0000)]
Correctly scrub telnetd's environment.

Approved by: so (cperciva)
Security: FreeBSD-SA-09:05.telnetd

15 years agoInclude Marvell EHCI HC driver for USB2.
marcel [Mon, 16 Feb 2009 21:42:41 +0000 (21:42 +0000)]
Include Marvell EHCI HC driver for USB2.

15 years agoThe streams ptm code is pretty awful and likely incorrect. I don't know
ed [Mon, 16 Feb 2009 20:12:28 +0000 (20:12 +0000)]
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().

15 years agoGive atapci knowledge about set of implemented AHCI ports. It is possible
mav [Mon, 16 Feb 2009 19:10:07 +0000 (19:10 +0000)]
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.

15 years agoAdd an entry for xorg+hal+USB2 not detecting input devices.
thompsa [Mon, 16 Feb 2009 18:59:18 +0000 (18:59 +0000)]
Add an entry for xorg+hal+USB2 not detecting input devices.

15 years ago- Add myself to the list of ports committers.
beat [Mon, 16 Feb 2009 18:51:34 +0000 (18:51 +0000)]
- Add myself to the list of ports committers.

Approved by: miwi (mentor)

15 years agoGCC attacks!
scottl [Mon, 16 Feb 2009 18:02:32 +0000 (18:02 +0000)]
GCC attacks!

15 years agoMFp4 //depot/projects/usb@157783
thompsa [Mon, 16 Feb 2009 15:32:12 +0000 (15:32 +0000)]
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

15 years agoFix a logic bug that caused the pfs_attr method to be called only for
des [Mon, 16 Feb 2009 15:17:26 +0000 (15:17 +0000)]
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

15 years agocorrect some #include
luigi [Mon, 16 Feb 2009 15:10:51 +0000 (15:10 +0000)]
correct some #include

15 years agowe need if_var.h not if.h
luigi [Mon, 16 Feb 2009 15:10:03 +0000 (15:10 +0000)]
we need if_var.h not if.h

15 years agoremove unnecessary forward declaration
luigi [Mon, 16 Feb 2009 15:09:37 +0000 (15:09 +0000)]
remove unnecessary forward declaration

15 years agoremove dependency on eventhandler.h, we only need a forward declaration
luigi [Mon, 16 Feb 2009 15:08:41 +0000 (15:08 +0000)]
remove dependency on eventhandler.h, we only need a forward declaration

15 years agoremove dependency on net/if.h of this header
luigi [Mon, 16 Feb 2009 15:07:40 +0000 (15:07 +0000)]
remove dependency on net/if.h of this header

15 years agoFix parallel SCSI negotiation in the CAM_NEW_TRAN_CODE world order.
scottl [Mon, 16 Feb 2009 14:57:15 +0000 (14:57 +0000)]
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.

15 years agoInstrument the probe state machine so that things like DV can be tracked.
scottl [Mon, 16 Feb 2009 14:38:52 +0000 (14:38 +0000)]
Instrument the probe state machine so that things like DV can be tracked.

15 years agouse a const format string in the log message so we can check the
luigi [Mon, 16 Feb 2009 12:09:52 +0000 (12:09 +0000)]
use a const format string in the log message so we can check the
arguments (if/when we enable those checks)

15 years agoIFF_NEEDSGIANT will no longer be supported, so remove compatibility code
rwatson [Mon, 16 Feb 2009 10:29:03 +0000 (10:29 +0000)]
IFF_NEEDSGIANT will no longer be supported, so remove compatibility code
from if_sppp framework for interfaces requiring Giant.

15 years agoAdd support to add, delete and modify logical partitions, as well
marcel [Mon, 16 Feb 2009 03:54:28 +0000 (03:54 +0000)]
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.

15 years agoAdd a helper function for loading geli keys from the loader.
thompsa [Mon, 16 Feb 2009 02:42:17 +0000 (02:42 +0000)]
Add a helper function for loading geli keys from the loader.

15 years agoAdd uslcom to the build too.
thompsa [Sun, 15 Feb 2009 23:40:29 +0000 (23:40 +0000)]
Add uslcom to the build too.

Reminded by: Michael Butler

15 years agoMake uslcom compile, cut'n'paste errors from uplcom.
thompsa [Sun, 15 Feb 2009 23:38:58 +0000 (23:38 +0000)]
Make uslcom compile, cut'n'paste errors from uplcom.

15 years agoRemove debug.ce.mpsafenet: we no longer support running the network
rwatson [Sun, 15 Feb 2009 23:29:13 +0000 (23:29 +0000)]
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.

15 years agoRemove debug.ctau.mpsafenet: we no longer support running the network
rwatson [Sun, 15 Feb 2009 23:21:52 +0000 (23:21 +0000)]
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.

15 years agoRemove debug.cp.mpsafenet: we no longer support running the network
rwatson [Sun, 15 Feb 2009 23:18:29 +0000 (23:18 +0000)]
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.

15 years agoSwitch over GENERIC kernels to USB2 by default.
thompsa [Sun, 15 Feb 2009 22:33:44 +0000 (22:33 +0000)]
Switch over GENERIC kernels to USB2 by default.

Tested by: make universe

15 years agoAdd method precheck to the g_part interface. The precheck
marcel [Sun, 15 Feb 2009 22:18:16 +0000 (22:18 +0000)]
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.

15 years agoRemove unneeded AND operation. We have already checked that bit is set.
mav [Sun, 15 Feb 2009 21:54:16 +0000 (21:54 +0000)]
Remove unneeded AND operation. We have already checked that bit is set.

15 years agoEnable MSI support by default. Still can be disabled using device.hints.
mav [Sun, 15 Feb 2009 21:17:21 +0000 (21:17 +0000)]
Enable MSI support by default. Still can be disabled using device.hints.

15 years agoAdd initial single-vector MSI support into atapci driver.
mav [Sun, 15 Feb 2009 20:37:55 +0000 (20:37 +0000)]
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.

15 years agoPull in kbd.c with usb2_input_kbd, just like ukbd.
thompsa [Sun, 15 Feb 2009 20:24:21 +0000 (20:24 +0000)]
Pull in kbd.c with usb2_input_kbd, just like ukbd.

15 years agoIt appears that none of the contents of this file are necessary, so
imp [Sun, 15 Feb 2009 20:05:13 +0000 (20:05 +0000)]
It appears that none of the contents of this file are necessary, so
replace the amd64-ish version with a blank version.

15 years agoAdd the pccard header files to ObsoleteFiles.inc.
ed [Sun, 15 Feb 2009 18:30:44 +0000 (18:30 +0000)]
Add the pccard header files to ObsoleteFiles.inc.

Reviewed by: imp

15 years agoRemoval pccard directory requires removing it from the list of things
imp [Sun, 15 Feb 2009 18:19:24 +0000 (18:19 +0000)]
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)

15 years agoMake dumper_t definition conform more closely to stlye(9). This also
imp [Sun, 15 Feb 2009 17:56:16 +0000 (17:56 +0000)]
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@

15 years agoNow that ifmcstat(8) does not suck, retire host-mode netstat -g.
bms [Sun, 15 Feb 2009 16:16:38 +0000 (16:16 +0000)]
Now that ifmcstat(8) does not suck, retire host-mode netstat -g.
This change will not be back-ported.

15 years agoAdd workaround for some ATI chips, failing to soft-reset
mav [Sun, 15 Feb 2009 16:05:48 +0000 (16:05 +0000)]
Add workaround for some ATI chips, failing to soft-reset
when port multiplicator supported, but absent.

15 years agonits
bms [Sun, 15 Feb 2009 15:26:42 +0000 (15:26 +0000)]
nits

15 years agoBlow away KAME MLDv2 hooks.
bms [Sun, 15 Feb 2009 15:21:34 +0000 (15:21 +0000)]
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.

15 years agoImprove ifmcstat(8) and fix a few bugs while we're at it:
bms [Sun, 15 Feb 2009 15:19:34 +0000 (15:19 +0000)]
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

15 years ago- Do not free the pattern lists immediately after use, as they might be needed
lulf [Sun, 15 Feb 2009 13:22:21 +0000 (13:22 +0000)]
- 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

15 years agoFix a typo which caused ifmcstat's sysctl path
bms [Sun, 15 Feb 2009 12:10:05 +0000 (12:10 +0000)]
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

15 years agosys/pccard is gone.
nyan [Sun, 15 Feb 2009 11:05:50 +0000 (11:05 +0000)]
sys/pccard is gone.

15 years agoTune output to remove trailing space.
mav [Sun, 15 Feb 2009 10:41:42 +0000 (10:41 +0000)]
Tune output to remove trailing space.

Submitted by: Christoph Mallon

15 years agoAdd SATA and PCI Advanced Features capabilities reporting.
mav [Sun, 15 Feb 2009 09:56:47 +0000 (09:56 +0000)]
Add SATA and PCI Advanced Features capabilities reporting.

15 years agoAdd SATA and PCI Advanced Features capabilities constants.
mav [Sun, 15 Feb 2009 09:49:21 +0000 (09:49 +0000)]
Add SATA and PCI Advanced Features capabilities constants.

15 years ago- fix formatting
kmacy [Sun, 15 Feb 2009 06:36:02 +0000 (06:36 +0000)]
- fix formatting
- fix types in ticks_to_system_time

15 years agoActually include geom_part_ebr.c when options GEOM_PART_EBR is
marcel [Sun, 15 Feb 2009 03:50:27 +0000 (03:50 +0000)]
Actually include geom_part_ebr.c when options GEOM_PART_EBR is
present.

Pointy hat: marcel

15 years agoDon't remove gdbserver on ARM. It's not obsolete. In fact,
marcel [Sun, 15 Feb 2009 03:42:14 +0000 (03:42 +0000)]
Don't remove gdbserver on ARM. It's not obsolete. In fact,
it's quite nouveau...

15 years agoThis directory is no logner needed after copy to usr.sbin/dumpcis.
imp [Sun, 15 Feb 2009 03:22:15 +0000 (03:22 +0000)]
This directory is no logner needed after copy to usr.sbin/dumpcis.

15 years agoMove sys/pccard/*.h here.
imp [Sun, 15 Feb 2009 03:21:37 +0000 (03:21 +0000)]
Move sys/pccard/*.h here.

15 years agoRemove unnecessary pccard/cardinfo.h include.
imp [Sun, 15 Feb 2009 03:12:46 +0000 (03:12 +0000)]
Remove unnecessary pccard/cardinfo.h include.

15 years agoRemove vestiges of OLDCARD PC Card support. We haven't needed/used
imp [Sun, 15 Feb 2009 03:10:20 +0000 (03:10 +0000)]
Remove vestiges of OLDCARD PC Card support.  We haven't needed/used
this since 5.x.

15 years agoThis directory isn't needed anymore.
imp [Sun, 15 Feb 2009 03:04:20 +0000 (03:04 +0000)]
This directory isn't needed anymore.

15 years agoTruss builds on mips, so don't filter it building there anymore.
imp [Sun, 15 Feb 2009 01:32:50 +0000 (01:32 +0000)]
Truss builds on mips, so don't filter it building there anymore.

15 years agoAdd preliminary support for truss on MIPS. It compiles, but has not
imp [Sun, 15 Feb 2009 01:26:49 +0000 (01:26 +0000)]
Add preliminary support for truss on MIPS.  It compiles, but has not
been extensively tested.  And the ELF64 stuff likely is not quite
right...

# There's a lot of cut-n-paste code here that could easily be
# refactored, at least for FreeBSD syscalls.

15 years agoRemove stray __P()
imp [Sun, 15 Feb 2009 01:12:16 +0000 (01:12 +0000)]
Remove stray __P()

15 years agoremove unnecessary #include from vnet.h and vinet.h
luigi [Sun, 15 Feb 2009 00:28:28 +0000 (00:28 +0000)]
remove unnecessary #include from vnet.h and vinet.h

Approved by: Marko Zec

15 years agoMFp4 //depot/projects/usb@157699
thompsa [Sat, 14 Feb 2009 23:20:00 +0000 (23:20 +0000)]
MFp4 //depot/projects/usb@157699

Add two new functions to the libusb20 API and required kernel ioctls.

- libusb20_dev_get_iface_desc
- libusb20_dev_get_info

New command to usbconfig, "show_ifdrv", which will print out the kernel driver
attached to the given USB device aswell.

See "man libusb20" for a detailed description.

Some minor style corrections long-line wrapping.

Submitted by: Hans Petter Selasky

15 years agoTunes to AHCI reset sequences:
mav [Sat, 14 Feb 2009 23:02:59 +0000 (23:02 +0000)]
Tunes to AHCI reset sequences:
- specification claims that 1 second is just a maximum controller reset time;
implement controller reset properly to save almost 1 second of boot, and
about half second of resume time;
- enable channel interrupts only after channel status reset to fix duplicate
device creation on resume due to unwanted device connection event;
- as described in specification, wait for disk ready status after channel
power-up; it is not so important when disk already touched by BIOS, but
solves device not ready problems on resume and probably some other cases.
- uncomment channel stop/start on soft-reset as it is declared mandatory by
specification; it was commented due to some random drive detection problems
on VIA and JMicron controllers, but I hope it is fixed by previous point.

15 years ago- ieee80211_chan2ieee returns an int
thompsa [Sat, 14 Feb 2009 22:29:54 +0000 (22:29 +0000)]
- ieee80211_chan2ieee returns an int
- avoid null deref in detach
- update pause timings

Obtained from: //depot/projects/usb

15 years agoRemove unnecessary page queues locking around vm_page_wakeup().
alc [Sat, 14 Feb 2009 22:07:22 +0000 (22:07 +0000)]
Remove unnecessary page queues locking around vm_page_wakeup().

Approved by: kmacy

15 years agoRemove the printf's when the vnode to be exported for procstat is not a VDIR.
marcus [Sat, 14 Feb 2009 21:55:09 +0000 (21:55 +0000)]
Remove the printf's when the vnode to be exported for procstat is not a VDIR.
If the file system backing a process' cwd is removed, and procstat -f PID
is called, then these messages would have been printed.  The extra verbosity is
not required in this situation.

Requested by: kib
Approved by: kib

15 years agoDEVICE_PROBE(9) claims that we must not initialize softc on probe stage.
mav [Sat, 14 Feb 2009 21:54:44 +0000 (21:54 +0000)]
DEVICE_PROBE(9) claims that we must not initialize softc on probe stage.
Move channel softc initialization from ata_XXX_probe() to ata_XXX_attach().

Instead of calculating ata channel number as position in child device list,
pass it's real number directly from controller probe routine using ivars.
It is simpler and IMHO more correct.

15 years agoChange two KASSERTS to printfs and simple returns. Stress testing has
marcus [Sat, 14 Feb 2009 21:12:24 +0000 (21:12 +0000)]
Change two KASSERTS to printfs and simple returns.  Stress testing has
revealed that a process' current working directory can be VBAD if the
directory is removed.  This can trigger a panic when procstat -f PID is
run.

Tested by: pho
Discovered by: phobot
Reviewed by: kib
Approved by: kib

15 years agoRemove unneeded execute-permissions from the USB2 device node.
ed [Sat, 14 Feb 2009 19:46:28 +0000 (19:46 +0000)]
Remove unneeded execute-permissions from the USB2 device node.

Giving a charactere device execute permissions doesn't have any use.
Right now there isn't a single device node in /dev that has it, except
the USB2 device node, so remove it.

Approved by: hps, thompsa

15 years agoRemove unnecessary page queues locking around vm_page_busy() and
alc [Sat, 14 Feb 2009 18:23:52 +0000 (18:23 +0000)]
Remove unnecessary page queues locking around vm_page_busy() and
vm_page_wakeup().  (This change is applicable to RELENG_7 but not
RELENG_6.)

MFC after: 1 week

15 years agoRestore MAKE_FLOPPIES for pc98.
nyan [Sat, 14 Feb 2009 14:53:51 +0000 (14:53 +0000)]
Restore MAKE_FLOPPIES for pc98.

15 years agoSpecify 4096 block-size and 512 fragment-size.
nyan [Sat, 14 Feb 2009 14:50:27 +0000 (14:50 +0000)]
Specify 4096 block-size and 512 fragment-size.
This fixes no space error.

15 years agoThis commit fixes the issue with alias_sctp.c. No
rrs [Sat, 14 Feb 2009 11:34:57 +0000 (11:34 +0000)]
This commit fixes the issue with alias_sctp.c. No
longer do we require SCTP to be in the kernel for the
lib to be able to handle SCTP. We do this by moving
the CRC32c checksum into libkern/crc32.c and then adjusting
all routines to use the common methods. Note that this
will improve the performance of iSCSI since they were
using the old single 256 bit table lookup versus the
slicing 8 algorithm (which gives a 4x speed up in
CRC32c calculation :-D)

Reviewed by:rwatson, gnn, scottl, paolo
MFC after: 4 week? (assuming we MFC the alias_sctp changes)

15 years agoSince r188030 the error value for attach is returned, this means if kbdmux
thompsa [Fri, 13 Feb 2009 23:36:08 +0000 (23:36 +0000)]
Since r188030 the error value for attach is returned, this means if kbdmux
fails to attach (possibly due to disable hints) then we get called back for
unload. Correctly handle the case where the keyboard isnt found rather than
calling panic.

15 years agoSync comment with actual configuration format.
delphij [Fri, 13 Feb 2009 22:48:05 +0000 (22:48 +0000)]
Sync comment with actual configuration format.

15 years ago- ieee80211_chan2ieee returns an int
thompsa [Fri, 13 Feb 2009 21:45:19 +0000 (21:45 +0000)]
- ieee80211_chan2ieee returns an int
- set ic_update_promisc to the same callback as mcast
- avoid null deref in zyd_detach

Obtained from: //depot/projects/usb

15 years agoMFp4 //depot/projects/usb; 157501, 157608, 157609
thompsa [Fri, 13 Feb 2009 20:57:43 +0000 (20:57 +0000)]
MFp4 //depot/projects/usb; 157501, 157608, 157609

 - Make usb2_transfer_pending() part of the USB core header file.
 - Make usb2_transfer_pending() NULL safe.
 - Make sure that USB process functions return if the process has been drained.
 - Remove two unused functions.

Submitted by:   Hans Petter Selasky

15 years agoElaborate some on the workings of the stub.
n_hibma [Fri, 13 Feb 2009 20:09:11 +0000 (20:09 +0000)]
Elaborate some on the workings of the stub.
Collapse up the list of supported devices.

15 years agoAdd support for CMOTECH devices (not sure whether this is the correct
n_hibma [Fri, 13 Feb 2009 19:49:51 +0000 (19:49 +0000)]
Add support for CMOTECH devices (not sure whether this is the correct
name) (not sure whether this works correctly, but should be close).

Fix the stub attach phase for some Novatel cards. They expect the CSW
(repsonse to CBW, SCSI eject command) to be fetched before switching to
modem mode.

MFC after: 2 weeks

15 years agobridge_delete_member is called via the event handler from if_detach
thompsa [Fri, 13 Feb 2009 19:20:25 +0000 (19:20 +0000)]
bridge_delete_member is called via the event handler from if_detach
after the LLADDR is reclaimed which causes a null pointer deref with
inherit_mac enabled. Record the ifnet pointer of the interface and then compare
that to find when to re-assign the bridge address.

Submitted by: sam

15 years agoRemove semicolon left in the last commit
thompsa [Fri, 13 Feb 2009 18:51:39 +0000 (18:51 +0000)]
Remove semicolon left in the last commit

Spotted by: csjp

15 years agoAdd the Novatel U760.
thompsa [Fri, 13 Feb 2009 18:45:36 +0000 (18:45 +0000)]
Add the Novatel U760.

15 years agoHave the jail code use the error returned to pass not constant
rrs [Fri, 13 Feb 2009 18:44:30 +0000 (18:44 +0000)]
Have the jail code use the error returned to pass not constant
errors.
Obtained from: jamie@freebsd.org

15 years agoUse shared vnode locks when invoking VOP_READDIR().
jhb [Fri, 13 Feb 2009 18:18:14 +0000 (18:18 +0000)]
Use shared vnode locks when invoking VOP_READDIR().

MFC after: 1 month

15 years agoUpdate the Self ID structure to conform to 1394a-2000.
sbruno [Fri, 13 Feb 2009 17:45:09 +0000 (17:45 +0000)]
Update the Self ID structure to conform to 1394a-2000.

Delete the unused defines.

Reviewed by: scottl

15 years agoRemove redundant while () from loop.
sbruno [Fri, 13 Feb 2009 17:44:07 +0000 (17:44 +0000)]
Remove redundant while () from loop.

Submitted by:  Ganbold <ganbold@micom.mng.net>
Reviewed by:  scottl

15 years agoHonor WITHOUT_INSTALLLIB in some places.
jkim [Fri, 13 Feb 2009 16:51:36 +0000 (16:51 +0000)]
Honor WITHOUT_INSTALLLIB in some places.

15 years agoremove references to ic_stats
sam [Fri, 13 Feb 2009 16:17:05 +0000 (16:17 +0000)]
remove references to ic_stats

Spotted by: Lucius Windschuh <lwindschuh@googlemail.com>

15 years agoOops. ARM_RAS_END is ARM_TP_ADDRESS + 8, not 4.
cognet [Fri, 13 Feb 2009 16:00:19 +0000 (16:00 +0000)]
Oops. ARM_RAS_END is ARM_TP_ADDRESS + 8, not 4.

Spotted out by: Mark Tinguely <tinguely at casselton d0t net>

15 years agoremove unnecessary #include, and document some of the others
luigi [Fri, 13 Feb 2009 15:37:14 +0000 (15:37 +0000)]
remove unnecessary #include, and document some of the others

15 years agoFix a bug in the previous change to the mtab handler: use the path returned
jhb [Fri, 13 Feb 2009 15:32:03 +0000 (15:32 +0000)]
Fix a bug in the previous change to the mtab handler: use the path returned
by vn_fullpath() when vn_fullpath() succeeds instead of when it fails.

Submitted by: Artem Belevich  fbsdlist of src.cx
MFC after: 3 days

15 years agoUse uint32_t instead of n_long and n_time, and uint16_t instead of n_short.
luigi [Fri, 13 Feb 2009 15:14:43 +0000 (15:14 +0000)]
Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.
Add a note next to fields in network format.

The n_* types are not enough for compiler checks on endianness, and their
use often requires an otherwise unnecessary #include <netinet/in_systm.h>

The typedef in in_systm.h are still there.