| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This clearly needs alot more thought, and we dont need this to hunt
us down in 3.0-RELEASE.
Notes:
svn path=/head/; revision=39187
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37768
|
| |
|
|
|
|
|
|
|
|
|
| |
interupt level events. This needs a lot of cleanup, but has been working
here for a month or two.. originally needed for CAM integration
but that hasn't happenned yet. The probing state machines for each
handler should be replaced by a more generic state-service. It's
still quite messy in there..
Notes:
svn path=/head/; revision=37616
|
| |
|
|
|
|
|
| |
which were not in LINT.
Notes:
svn path=/head/; revision=36738
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35814
|
| |
|
|
|
|
|
|
|
| |
now we can actually catch our crashes :-)
Submitted by: Luoqi Chen <luoqi@chen.ml.org> (the man who's everywhere)
Notes:
svn path=/head/; revision=35812
|
| |
|
|
|
|
|
|
|
| |
Submitted by: luoqi@watermarkgroup.com (Luoqi Chen)
I'm amazed by this. Slice has only been checked in for 2 days..
Notes:
svn path=/head/; revision=35391
|
| |
|
|
|
|
|
|
| |
Close is simply an open with no-read and no-write once internal to SLICE
(it still exports a close to the rest of the kernel)
Notes:
svn path=/head/; revision=35386
|
|
|
This code will be turned on with the TWO options
DEVFS and SLICE. (see LINT)
Two labels PRE_DEVFS_SLICE and POST_DEVFS_SLICE will deliniate these changes.
/dev will be automatically mounted by init (thanks phk)
on bootup. See /sys/dev/slice/slice.4 for more info.
All code should act the same without these options enabled.
Mike Smith, Poul Henning Kamp, Soeren, and a few dozen others
This code does not support the following:
bad144 handling.
Persistance. (My head is still hurting from the last time we discussed this)
ATAPI flopies are not handled by the SLICE code yet.
When this code is running, all major numbers are arbitrary and COULD
be dynamically assigned. (this is not done, for POLA only)
Minor numbers for disk slices ARE arbitray and dynamically assigned.
Notes:
svn path=/head/; revision=35319
|