Displaying 3 results from an estimated 3 matches for "rawtype".
2008 Sep 30
5
GELI partition mount on boot fails after 7.0 -> 7.1-PRERELEASE upgrade
I was using a GELI partition for /usr/home on 7.0, so it attaches and mounts 
on boot. The problem is it stopped working after the system was upgraded to 
RELENG_7/7.1-PRERELEASE. Here's how it goes:
I have the following /etc/fstab:
/dev/ad0s1b             none            swap    sw              0       0
/dev/ad0s1a             /               ufs     rw              1       1
/dev/ad0s1d  
2012 Apr 20
1
GEOM_PART: integrity check failed (mirror/gm0, MBR) on FreeBSD 8.3-RELEASE
...Geom name: mirror/gm0
modified: false
state: CORRUPT
fwheads: 255
fwsectors: 63
last: 976773166
first: 63
entries: 4
scheme: MBR
Providers:
1. Name: mirror/gm0s1
    Mediasize: 500107829760 (465G)
    Sectorsize: 512
    Stripesize: 0
    Stripeoffset: 32256
    Mode: r2w2e3
    attrib: active
    rawtype: 165
    length: 500107829760
    offset: 32256
    type: freebsd
    index: 1
    end: 976773167
    start: 63
Consumers:
1. Name: mirror/gm0
    Mediasize: 500107861504 (465G)
    Sectorsize: 512
    Mode: r2w2e5
Geom name: mirror/gm0s1
modified: false
state: OK
fwheads: 255
fwsectors: 63
last:...
2023 Apr 05
3
[PATCH v2 0/2] rust: virtio: add virtio support
This used to be a single patch, but I split it into two with the
addition of struct Scatterlist.
Again a bit new with Rust submissions. I was told by Gary Guo to
rebase on top of rust-next, but it seems *very* behind?
The first patch does not build on its own due to a dead_code warning.
It is hard to not have dead code when one is adding infrastructure to be
used by others at a later