| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Tripped over by: too many people to count
MFC after: 1 month
|
| |
|
|
|
|
|
| |
It may be not enough to make them work, but at least should give some
information about these beasts.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
code that merely emits an error and waits for a key press before
rebooting. The error being that extended partitions are not
bootable. The origin is presumed to be Windows 2000; Windows XP
does not do this...
For now, ignore the first 96 bytes when checking that the EBR is
(for the most part) all zeroes.
Tested by: Mario Lobo <mlobo@digiart.art.br>
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
sync up with what amd is shipping.
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
capability to mii(4). Even though AR8132 uses the same model/
revision number of F1 gigabit PHY, the PHY has no ability to
establish 1000baseT link. I have no idea why Atheros use the same
device/model id for this PHY.
With this change atphy(4) does not report 1000baseT media
capability and manual 1000baseT configuration is also disabled
which is more desirable behavior for 10/100Mbps PHY.
|
|
|
|
|
| |
Pakistan will go out DST on 1 October.
Headsup for changes in Argentina.
|
| |
|
|
|
|
|
| |
to "Eugene Perevyazko <john <> dnepro dot net>" who kindly gave
remote access to system with DGE-560SX.
|
|
|
|
| |
FIFO.
|
|
|
|
|
|
|
|
|
| |
Unlike most other PHYs there is no easy way to know which media
type the PHY supports on Marvell PHYs. MIIF_HAVEFIBER flags is now
passed via bus-specific instance variable of a device. While I'm
here add 88E1112 specific work around to set SIGDET polarity low.
Many thanks "Eugene Perevyazko <john <> dnepro dot net>" who kindly
gave remote access to system with DGE-560SX.
|
|
|
|
| |
Reported by: Garrett Damore < gdamore <> opensolaris dot org >
|
|
|
|
| |
always assume we've got IFM_1000_SX.
|
|
|
|
| |
Reported by: Kristof Provost <kristof <> sigsegv dot be>
|
|
|
|
|
|
|
|
|
| |
offloading. Datasheet said nothing about the limitation of 82559ER
except WOL. Explicitly disable Rx checksum offloading for
controllers that is known to lack the capability.
PR: kern/138135
Tested by: Gooderum, Mark < mgooderum <> websense dot com >
|
| |
|
|
|
|
| |
Reviewed by: marcel
|
|
|
|
|
|
|
|
| |
Who knew that "svn export" was an actual command, or that I would have
vfs_export.c stuck in my mind deep enough to type "export" instead of
"commit"?
Pointy Hat to: jamie
|
|
|
|
|
| |
Reviewed by: marcel
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
| |
are currently two problems with the use of 1GB page mappings by the direct
map. First, at least one device driver uses pmap_extract() rather than
DMAP_TO_PHYS() to translate a direct map address to a physical address.
Unfortunately, neither pmap_extract() nor pmap_kextract() yet support 1GB
page mappings. Second, pmap_bootstrap() needs to interrogate the MTRRs to
ensure that a 1GB page mapping doesn't span two MTRRs of different types.
Reported and tested by: Daniel O'Connor
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- F_READAHEAD: specify the amount for sequential access. The amount is
specified in bytes and is rounded up to nearest block size.
- F_RDAHEAD: Darwin compatible version that use 128KB as the sequential
access size.
A third argument of zero disables the read-ahead behavior.
Please note that the read-ahead amount is also constrainted by sysctl
variable, vfs.read_max, which may need to be raised in order to better
utilize this feature.
Thanks Igor Sysoev for proposing the feature and submitting the original
version, and kib@ for his valuable comments.
Submitted by: Igor Sysoev <is rambler-co ru>
Reviewed by: kib@
MFC after: 1 month
|
|
|
|
|
|
|
|
|
| |
contained only SLIST_HEAD as its member, thus sizeof(struct klist) would
equal to sizeof(struct klist *), so this change makes the code more
correct in terms of semantics, but should be a no-op to compiler at this
time.
Reported by: MQ <antinvidia at gmail com>
|
| |
|
|
|
|
|
|
| |
conversion.
Submitted by: Hans Petter Selasky
|
|
|
|
| |
Submitted by: Maks Verver, Arrigo Marchiori
|
|
|
|
| |
domain, as requested by core@ and reviewed by the author.
|
|
|
|
| |
Submitted by: Hans Petter Selasky
|
|
|
|
| |
Submitted by: Stefan Bethke
|
|
|
|
|
| |
Reported by: Mike Tancsa
Submitted by: Hans Petter Selasky
|
|
|
|
| |
Submitted by: yongari
|
|
|
|
|
|
| |
50Mbps to 220Mbps on PLANEX GU-1000T.
Submitted by: yongari
|
|
|
|
|
|
| |
- Add quirk from Tobias Grosser for Western Mypassword
Submitted by: Hans Petter Selasky
|
|
|
|
| |
Add new usbdev entries for Marvell, FTDI, Option and Western.
|
|
|
|
|
|
| |
http://www.usb.org/developers/devclass_docs/NCM10.zip
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
|
| |
stop functions, because xfer->flags_int is also updated by the USB controller,
under the controller lock.
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
|
| |
impression that a overflow situation existed but was not possible.
Reported by: kib
Submitted by: Hans Petter Selasky
|
| |
|
|
|
|
|
|
| |
PR: usb/138563
Reported by: Bruce Cran
Submitted by: Hans Petter Selasky
|
|
|
|
|
| |
PR: usb/138389
Submitted by: Patroklos Argyroudis at census, inc
|
|
|
|
| |
Submitted by: Hans Petter Selasky
|
|
|
|
| |
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
| |
statements to zero.
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
|
|
| |
- Add quirk for ATI SB600 and SB700 to free SMB controller
- Correct schedule sleep time to 10us on the VIA ehci controller
Reported by: Dorian B<FC>ttner, Andriy Gapon
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- clean up USB detach logic. There seems to be some problems detaching multiple
USB HUBs connected in series from the root.
- after this patch the rule is:
1) Always use device_detach() on the USB HUB first.
2) Never just device_delete_child() on the USB HUB, because that function
will traverse to all the device leaves and free them first, and then the USB
stack will free the devices twice which doesn't work very well.
- make sure the did DMA delay gets set after the timeout has elapsed to make
logic more clear. There is no functional difference.
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
|
|
|
|
|
| |
fstab: /etc/fstab:0: No such file or directory
and from dump(8) when setfsent(3) fails due to /etc/fstab not existing:
DUMP: Can't open /etc/fstab for dump table information: No such...
This makes daily and security periodic runs somewhat cleaner in jails
which lack /etc/fstab files.
MFC after: 1 month
|
| |
|