| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
in *devsw[] rather than the 46 local copies of the same functions.
(grog will do the same for vinum when he has time)
Notes:
svn path=/head/; revision=46625
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mark the GDB port in the config file with flags 0x80. Currently
only the sio driver checks these flags and sets up a GDB port,
but adding similar code to other serial drivers would be easy.
For backward compatibility, if an sio port is marked as the console
and no port is marked as the gdb port, the GDB port will be mapped
to the console port. This hack should go away at some point.
Notes:
svn path=/head/; revision=46624
|
|
|
|
|
|
|
| |
with wrapping the internal services, so do not wrap them for now.
Notes:
svn path=/head/; revision=46622
|
|
|
|
|
|
|
|
|
| |
not really UFS.
PR: 10711
Notes:
svn path=/head/; revision=46621
|
|
|
|
|
|
|
|
|
|
| |
> PR: bin/6399
> Submitted by: David Malone <dwmalone@maths.tcd.ie>
Also reviewed by: bde
Notes:
svn path=/head/; revision=46620
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
options:
-o fstab brings in filesystem options specified in /etc/fstab
-o current incorporates the current set of options for the file
system
The rightmost option wins in the case of conflicting options being
specified.
E.g.:-
# mount -u -o current,nosuid /home
will preserve the current mount options while adding the 'nosuid' flag.
2. Rewording of manual page to be hopefully clearer; small -Wall
cleanups.
Thanks to David Malone for his patience and willingness to work
multiple patches on request.
PR: bin/6399
Submitted by: David Malone <dwmalone@maths.tcd.ie>
Notes:
svn path=/head/; revision=46619
|
|
|
|
| |
Notes:
svn path=/head/; revision=46618
|
|
|
|
|
|
|
| |
of values more than once. User might want to override them.
Notes:
svn path=/head/; revision=46617
|
|
|
|
| |
Notes:
svn path=/head/; revision=46616
|
|
|
|
|
|
|
| |
2. Deal with potential whitespace evil early (PR#7455).
Notes:
svn path=/head/; revision=46615
|
|
|
|
| |
Notes:
svn path=/head/; revision=46612
|
|
|
|
|
|
|
|
|
|
| |
power management. This will only work on newer firmware revisions; older
firmware will silently ignore the attempts to turn power management on.
Patches supplied by: Brad Karp <karp@eecs.harvard.edu>
Notes:
svn path=/head/; revision=46611
|
|
|
|
|
|
|
| |
Put-up-to-it-by: phk
Notes:
svn path=/head/; revision=46610
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files at once on a filesystem running soft updates. The root of
the problem is that soft updates limits the amount of memory that
may be allocated to dependency structures so as to avoid hogging
kernel memory. The original algorithm just waited for the disk I/O
to catch up and reduce the number of dependencies. This new code
takes a much more aggressive approach. Basically there are two
resources that routinely hit the limit. Inode dependencies during
periods with a high file creation rate and file and block removal
dependencies during periods with a high file removal rate. I have
attacked these problems from two fronts. When the inode dependency
limits are reached, I pick a random inode dependency, UFS_UPDATE
it together with all the other dirty inodes contained within its
disk block and then write that disk block. This trick usually
clears 5-50 inode dependencies in a single disk I/O. For block and
file removal dependencies, I pick a random directory page that has
at least one remove pending and VOP_FSYNC its directory. That
releases all its removal dependencies to the work queue. To further
hasten things along, I also immediately start the work queue process
rather than waiting for its next one second scheduled run.
Notes:
svn path=/head/; revision=46609
|
|
|
|
|
|
|
|
|
| |
away).
Submitted-by: phk
Notes:
svn path=/head/; revision=46608
|
|
|
|
|
|
|
| |
Submitted-by: phk
Notes:
svn path=/head/; revision=46607
|
|
|
|
|
|
|
| |
int unit argument still.
Notes:
svn path=/head/; revision=46605
|
|
|
|
|
|
|
|
| |
in the unit number. I'm not so sure about this at all, the SVR4 systems
I have access to have a mixture of names and often %03d format units.
Notes:
svn path=/head/; revision=46604
|
|
|
|
|
|
|
| |
DDB.
Notes:
svn path=/head/; revision=46603
|
|
|
|
| |
Notes:
svn path=/head/; revision=46602
|
|
|
|
| |
Notes:
svn path=/head/; revision=46601
|
|
|
|
| |
Notes:
svn path=/head/; revision=46600
|
|
|
|
| |
Notes:
svn path=/head/; revision=46599
|
|
|
|
| |
Notes:
svn path=/head/; revision=46598
|
|
|
|
|
|
|
| |
tsleep() priority is clear and not parsed incorrectly.
Notes:
svn path=/head/; revision=46597
|
|
|
|
| |
Notes:
svn path=/head/; revision=46596
|
|
|
|
|
|
|
| |
options.
Notes:
svn path=/head/; revision=46595
|
|
|
|
|
|
|
| |
int variable - this can't work on an Alpha.
Notes:
svn path=/head/; revision=46594
|
|
|
|
| |
Notes:
svn path=/head/; revision=46593
|
|
|
|
| |
Notes:
svn path=/head/; revision=46592
|
|
|
|
| |
Notes:
svn path=/head/; revision=46591
|
|
|
|
| |
Notes:
svn path=/head/; revision=46590
|
|
|
|
| |
Notes:
svn path=/head/; revision=46589
|
|
|
|
| |
Notes:
svn path=/head/; revision=46587
|
|
|
|
|
|
|
| |
Submitted by: Nick Hibma <hibma@skylink.it>
Notes:
svn path=/head/; revision=46586
|
|
|
|
|
|
|
|
|
| |
now returned in the path inquiry CCB.
Submitted by: Nick Hibma <hibma@skylink.it>
Notes:
svn path=/head/; revision=46585
|
|
|
|
|
|
|
| |
version v1.2 of cam_sim.h.
Notes:
svn path=/head/; revision=46584
|
|
|
|
|
|
|
|
| |
PR: docs/11257
Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Notes:
svn path=/head/; revision=46582
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NOTE: These changes will require recompilation of any userland
applications, like cdrecord, xmcd, etc., that use the CAM passthrough
interface. A make world is recommended.
camcontrol.[c8]:
- We now support two new commands, "tags" and "negotiate".
- The tags commands allows users to view the number of tagged
openings for a device as well as a number of other related
parameters, and it allows users to set tagged openings for
a device.
- The negotiate command allows users to enable and disable
disconnection and tagged queueing, set sync rates, offsets
and bus width. Note that not all of those features are
available for all controllers. Only the adv, ahc, and ncr
drivers fully support all of the features at this point.
Some cards do not allow the setting of sync rates, offsets and
the like, and some of the drivers don't have any facilities to
do so. Some drivers, like the adw driver, only support enabling
or disabling sync negotiation, but do not support setting sync
rates.
- new description in the camcontrol man page of how to format a disk
- cleanup of the camcontrol inquiry command
- add support in the 'devlist' command for skipping unconfigured devices if
-v was not specified on the command line.
- make use of the new base_transfer_speed in the path inquiry CCB.
- fix CCB bzero cases
cam_xpt.c, cam_sim.[ch], cam_ccb.h:
- new flags on many CCB function codes to designate whether they're
non-immediate, use a user-supplied CCB, and can only be passed from
userland programs via the xpt device. Use these flags in the transport
layer and pass driver to categorize CCBs.
- new flag in the transport layer device matching code for device nodes
that indicates whether a device is unconfigured
- bump the CAM version from 0x10 to 0x11
- Change the CAM ioctls to use the version as their group code, so we can
force users to recompile code even when the CCB size doesn't change.
- add + fill in a new value in the path inquiry CCB, base_transfer_speed.
Remove a corresponding field from the cam_sim structure, and add code to
every SIM to set this field to the proper value.
- Fix the set transfer settings code in the transport layer.
scsi_cd.c:
- make some variables volatile instead of just casting them in various
places
- fix a race condition in the changer code
- attach unless we get a "logical unit not supported" error. This should
fix all of the cases where people have devices that return weird errors
when they don't have media in the drive.
scsi_da.c:
- attach unless we get a "logical unit not supported" error
scsi_pass.c:
- for immediate CCBs, just malloc a CCB to send the user request in. This
gets rid of the 'held' count problem in camcontrol tags.
scsi_pass.h:
- change the CAM ioctls to use the CAM version as their group code.
adv driver:
- Allow changing the sync rate and offset separately.
adw driver
- Allow changing the sync rate and offset separately.
aha driver:
- Don't return CAM_REQ_CMP for SET_TRAN_SETTINGS CCBs.
ahc driver:
- Allow setting offset and sync rate separately
bt driver:
- Don't return CAM_REQ_CMP for SET_TRAN_SETTINGS CCBs.
NCR driver:
- Fix the ultra/ultra 2 negotiation bug
- allow setting both the sync rate and offset separately
Other HBA drivers:
- Put code in to set the base_transfer_speed field for
XPT_GET_TRAN_SETTINGS CCBs.
Reviewed by: gibbs, mjacob (isp), imp (aha)
Notes:
svn path=/head/; revision=46581
|
|
|
|
|
|
|
| |
Reviewed by: dillon, bde
Notes:
svn path=/head/; revision=46580
|
|
|
|
| |
Notes:
svn path=/head/; revision=46579
|
|
|
|
|
|
|
|
|
|
| |
RealTek 8029, NetVin 5000, Winbond W89C940, Surecom NE-34, VIA VT86C926.
(checked with Bill Paul)
Mention the Brooktree Bt878 is supported by the Bt848 driver.
Notes:
svn path=/head/; revision=46578
|
|
|
|
| |
Notes:
svn path=/head/; revision=46577
|
|
|
|
| |
Notes:
svn path=/head/; revision=46576
|
|
|
|
|
|
|
| |
(who shouldn't really use this file in the first place!)
Notes:
svn path=/head/; revision=46575
|
|
|
|
| |
Notes:
svn path=/head/; revision=46574
|
|
|
|
| |
Notes:
svn path=/head/; revision=46573
|
|
|
|
|
|
|
|
| |
write a filemark where it wasn't needed, or neglect to write one at all,
depending on how the boolean converted to an int value for the &.
Notes:
svn path=/head/; revision=46572
|
|
|
|
|
|
|
|
| |
around && within ||' type warnings. I'm pretty sure I have not masked
any problems here, I've committed real problem fixes seperately.
Notes:
svn path=/head/; revision=46571
|
|
|
|
| |
Notes:
svn path=/head/; revision=46570
|