#
d6a0e38a |
| 25-Sep-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Remove five now unused fields from struct cdevsw. They should never have been there in the first place. A GENERIC kernel shrinks almost 1k.
Add a slightly different safetybelt under nostop for tty
Remove five now unused fields from struct cdevsw. They should never have been there in the first place. A GENERIC kernel shrinks almost 1k.
Add a slightly different safetybelt under nostop for tty drivers.
Add some missing FreeBSD tags
show more ...
|
#
2186cd9e |
| 18-Sep-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
|
Revision tags: release/3.3.0_cvs |
|
#
10af1a2b |
| 28-Aug-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
We don't need to pass the diskname argument all over the diskslice/label code, we can find the name from any convenient dev_t
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
49ff4deb |
| 14-Aug-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Spring cleaning around strategy and disklabels/slices:
Introduce BUF_STRATEGY(struct buf *, int flag) macro, and use it throughout. please see comment in sys/conf.h about the flag argument.
Remove
Spring cleaning around strategy and disklabels/slices:
Introduce BUF_STRATEGY(struct buf *, int flag) macro, and use it throughout. please see comment in sys/conf.h about the flag argument.
Remove strategy argument from all the diskslice/label/bad144 implementations, it should be found from the dev_t.
Remove bogus and unused strategy1 routines.
Remove open/close arguments from dssize(). Pick them up from dev_t.
Remove unused and unfinished setgeom support from diskslice/label/bad144 code.
show more ...
|
#
03016f42 |
| 04-Jul-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
|
#
db57feb7 |
| 24-Jun-1999 |
Jonathan Lemon <jlemon@FreeBSD.org> |
Compaq Smart RAID driver for -current. Based on the original ida.c driver by Mark Dawson. This probably needs some work, but is stable enough to boot a RAID-only configuration, and survive `make wo
Compaq Smart RAID driver for -current. Based on the original ida.c driver by Mark Dawson. This probably needs some work, but is stable enough to boot a RAID-only configuration, and survive `make world'.
show more ...
|