Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | Poul-Henning Kamp | 1999-08-25 | 1 | -6/+2 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | Poul-Henning Kamp | 1999-08-13 | 1 | -2/+2 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | Poul-Henning Kamp | 1999-08-08 | 1 | -3/+1 |
* | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -2/+2 |
* | Driver is now ported to NetBSD. | Semen Ustimenko | 1999-05-12 | 1 | -24/+111 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | Poul-Henning Kamp | 1999-05-11 | 1 | -2/+2 |
* | One too many vfsops.. | Peter Wemm | 1999-05-06 | 1 | -2/+1 |
* | Removed annoying messaged during boot,added some check | Semen Ustimenko | 1999-04-20 | 1 | -89/+136 |
* | Added limited write ability. Now we can use some kind | Semen Ustimenko | 1999-02-19 | 1 | -39/+102 |
* | First version. | Semen Ustimenko | 1999-02-03 | 1 | -0/+800 |