| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
geometry and partitions may start from withing the first track.
If we found such partitions, then do not reserve space of the
first track, only first sector.
|
|
|
|
| |
o Add SVR defines for P1011(E), P1020(E), P2010(E) & P2020(E)
|
| |
|
| |
|
|
|
|
| |
It is required for user-level SES example tools build.
|
| |
|
|
|
|
|
| |
needs to happen before we notify the underlying layer that it is
being freed.
|
|
|
|
|
|
| |
bytes toward incoming counters.
Reviewed by: jeff
|
|
|
|
|
|
|
|
|
| |
in the new NFS client so that a forced dismount doesn't
get stuck in the VFS_SYNC() call that happens before
VFS_UNMOUNT() in dounmount().
Additional changes are needed before forced dismounts will work.
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
which uses a non-standard clock (* 8) while any additional ports use
SUN1699 chips which use a standard clock.
Tested by: N.J. Mann njm of njm me uk
MFC after: 1 week
|
| |
|
| |
|
| |
|
|
|
|
| |
keep it consistent with ar9280.c.
|
|
|
|
| |
diversity.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
16K to 32K and the default fragment size from 2K to 4K.
The rational is that most disks are now running with 4K
sectors. While they can (slowly) simulate 512-byte sectors
by doing a read-modify-write, it is desirable to avoid this
functionality. By raising the minimum filesystem allocation
to 4K, the filesystem will never trigger the small sector
emulation.
Also, the growth of disk sizes has lead us to double the
default block size about every ten years. The rise from 8K
to 16K blocks was done in 2001. So, by the 10-year metric,
the time has come for 32K blocks.
Discussed at: May 2011 BSDCan Developer Summit
Reference: http://wiki.freebsd.org/201105DevSummit/FileSystems
|
|
|
|
|
|
|
|
|
|
| |
MCR register on the Sunix Sun1699 chip tends to be set but doesn't
seem to have a function. That is, FreeBSD just works (provided the
correct RCLK is used) regardless.
PR: kern/129663
Diagnostics: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
MFC after: 3 days
|
|
|
|
| |
needed.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Flush the file descriptor for the new ZFS exports file before
sending a SIGHUP to mountd.
Reviewed by: pjd
Approved by: ken
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
AR9287 EEPROM layout.
The AR9287 only supports 2ghz, so I've removed the 5ghz code (but left
the 5ghz edge flags in there for now) and hard-coded the 2ghz-only
path.
Whilst I'm there, fix a typo (ar9285->ar9287.)
This meets basic TX throughput testing - iperf TX tests == 27-28mbit in 11g,
matching the rest of my 11g kit.
|
|
|
|
|
|
| |
Hard-code the per-rate TX power at 5dBm for now so testing can be done.
This passes initial TX testing in 11g mode (but, obviously, at 5dBm.)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'm assuming for now that the AR9287 is only open-loop TX power control
(as mine is) so I've hard-coded the attach path to fail if the NIC is
not open-loop.
This greatly simplifies the TX calibration path and the amount of code
which needs to be ported over.
This still isn't complete - the rate calculation code still needs to be
ported and it all needs to be glued together.
Obtained from: Linux ath9k
|
|
|
|
| |
Approved by: adrian (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
without waiting for device readiness (or at least not updating FIS receive
area in time). To workaround that, special quirk was added earlier to wait
for the FIS receive area update. But it was found that under same PCI ID
0x91231b4b and revision 0x11 there are two completely different chip
versions (firmware?): HBA and RAID. The problem is that RAID version in
some cases, such as hot-plug, does not update FIS receive area at all!
To workaround that, differentiate the chip versions by their capabilities,
and, if RAID version found, skip FIS receive area update waiting and read
device signature from the PxSIG register instead. This method doesn't work
for HBA version when PMP attached, so keep using previous workaround there.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It isn't linked into the build because it's missing the TX power
and PDADC programming code.
This code is mostly based on the ath9k codebase, compared against
the Atheros codebase as appropriate.
What's implemented:
* probe/attach
* EEPROM board value programming
* RX initial calibration
* radio channel programming
* general MAC / baseband setup
* async fifo setup
* open-loop tx power calibration
What's missing before it can be enabled by default:
* TX power / calibration setting code
* closed-loop tx power calibration routines
* TSF2 handling
* generic timer support from ath9k
Obtained from: Atheros, ath9k
|
|
|
|
|
|
|
|
| |
* Add PCI/PCIE devids
* Add AR9287/Kiwi version check macros
* AR_SREV_9287 -> AR_SREV_KIWI
Obtained from: Atheros, ath9k
|
|
|
|
| |
Export the temperature sense variables to ah_eeprom_9287.c
|
| |
|
|
|
|
|
| |
from the calling make" test.
+ Be more tolerant of newlines in the plus_flag "supports the '+' flag" test.
|
| |
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
| |
Noticed by: brix
|
|
|
|
|
|
|
|
| |
argument for a write RPC when it succeeds for the first one and
fails for a subsequent RPC within the same call to the function.
This makes it compatible with the old NFS client for this case.
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
man page.
PR: docs/157075
Submitted by: brix
Reviewed by: gonzo
|
|
|
|
| |
do not check for symbolic link.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(SEMB) is unable to communicate to Storage Enclosure Processor (SEP), in
response to hard and soft resets it should among other things return value
0x7F in Status register. The weird side is that it means DRQ bit set, which
tells that reset request is not completed. It would be fine if SEMB was the
only device on port. But if SEMB connected to PMP or built into it, it may
block access to other devices sharing same SATA port.
Make some tunings/fixes to soft-reset handling to workaround the issue:
- ahci(4): request CLO on the port after soft reset to ignore DRQ bit;
- siis(4): gracefully reinitialize port after soft reset timeout (hardware
doesn't detect reset request completion in this case);
- mvs(4): if PMP is used, send dummy soft-reset to the PMP port to make it
clear DRQ bit for us.
For now this makes quirks in ata_pmp.c, hiding SEMB ports of SiI3726/SiI4726
PMPs, less important. Further, if hardware permit, I hope to implement real
SEMB support.
|
|
|
|
|
|
|
| |
providers with unsupported sectorsize.
Reported by: Joerg Wunsch
MFC after: 1 week
|
|
|
|
|
|
| |
to the kernel, though I have MODULES_OVERRIDE="" in GENERIC.
Spotted by: thompsa
|
| |
|
| |
|