| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Logical volumes on these devices show up as LUNs behind another
controller (also known as proxy controller). In order to issue
firmware commands for a volume on a proxy controller, they must be
targeted at the address of the proxy controller it is attached to,
not the Host/PCI controller.
A proxy controller is defined as a device listed in the INQUIRY
PHYSICAL LUNS command who's L2 and L3 SCSI addresses are zero. The
corresponding address returned defines which "bus" the controller
lives on and we use this to create a virtual CAM bus.
A logical volume's addresses first byte defines the logical drive
number. The second byte defines the bus that it is attached to
which corresponds to the BUS of the proxy controller's found or the
Host/PCI controller.
Change event notification to be handled in its own kernel thread.
This is needed since some events may require the driver to sleep
on some operations and this cannot be done during interrupt context.
With this change, it is now possible to create and destroy logical
volumes from FreeBSD, but it requires a native application to
construct the proper firmware commands which is not publicly
available.
Special thanks to John Cagle @ HP for providing remote access to
all the hardware and beating on the storage engineers at HP to
answer my questions.
|
| |
|
| |
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
|
| |
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
|
|
|
|
|
|
|
|
| |
change the video output but use a separate device with a DSSX method
and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle
for this object and pass it to the acpi_toshiba driver.
This is untested but seems to match the Linux Toshiba driver.
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
| |
Submitted by: Stanislav A. Svirid <count@riss-telecom.ru>
|
| |
|
|
|
|
|
|
| |
this driver.
Also, add 3Com to a number of places.
|
|
|
|
|
|
| |
Submitted by: adamw
Approved by: ache
Committed by: me since adamw should be studying for exams
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Should have no side effects
Must not hold resources when it returns
May be called multiple times if it returns < 0.
Remove the bad advise that the probe routine should look for children
for devices that implement busses. This is more properly reserved for
the attach routine.
|
|
|
|
| |
generators.
|
|
|
|
|
| |
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
PR: docs/65208
|
|
|
|
|
| |
This avoids hair pulling when someone expects the splash screen
to just work when the bitmap file is in /boot.
|
|
|
|
| |
I just received one and have verified that it works just fine.
|
|
|
|
|
|
|
|
|
|
|
| |
callout_stop(), except that if the callout being stopped is currently
in progress, it blocks attempts to reset the callout and waits until the
callout is completed before it returns.
This makes it possible to clean up callout-using code safely, e.g.,
without potentially freeing memory which is still being used by a callout.
Reviewed by: mux, gallatin, rwatson, jhb
|
|
|
|
| |
to follow the examples concerned.
|
|
|
|
|
| |
- Fixed markup.
- Minor wordsmithing.
|
|
|
|
|
| |
Requested by: Mark Johnston <mjohnston at skyweb dot ca>
MFC after: 1 days
|
| |
|
|
|
|
|
| |
settings). Pretend that a crusoe is an i686 which doesn't like alignment
padding.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- do not comment out entries in newsyslog.conf
- use tabs to line up inetd.conf
Requested by: bde
Approved by: bms(mentor)
|
|
|
|
|
|
|
| |
rc.conf(5) and put a sample entry to newsyslog.conf
Reviewed by: -current
Approved by: bms(mentor)
|
| |
|
|
|
|
| |
Submitted by: hmp
|
|
|
|
| |
in uipc_mbuf.c)
|
|
|
|
| |
MFC after: 5 days
|
|
|
|
| |
Add David Young to copyright comments.
|
| |
|
|
|
|
|
| |
Approved by: imp (mentor)
Reviewed by: julian
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Use .Fa instead of .Pa for function arguments.
* Utilize the .Po/.Pc commands for parenthesis
so the format is not ruined.
Inspired by: pjd's last commit to this file
|
|
|
|
|
|
| |
functions.
With little mdoc(7) help from: hmp
|
| |
|
|
|
|
| |
the ko_KR.eucKR version.
|
|
|
|
|
| |
the ja_JP.eucJP version. Although the latter looks like plain ASCII,
it is actually JIS Roman, so it is not correct to treat it as UTF-8.
|
|
|
|
|
|
|
| |
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.
PR: 44307
|
| |
|
|
|
|
| |
it to the build.
|
|
|
|
| |
Submitted by: ru
|
|
|
|
| |
Approved by: imp (mentor)
|
|
|
|
| |
Approved by: imp (mentor)
|
| |
|
| |
|