| From | Sent On | Attachments |
|---|
| Subject: | Re: Junior Kernel Hacker Task: M_ZERO | |
|---|---|---|
| From: | David Malone (dwma...@maths.tcd.ie) | |
| Date: | Oct 22, 2000 2:47:08 pm | |
| List: | org.freebsd.freebsd-current | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Poul-Henning Kamp | Oct 20, 2000 12:12 pm | |
| Robert Drehmel | Oct 20, 2000 6:08 pm | |
| Andrea Campi | Oct 21, 2000 6:15 am | |
| Garrett Rooney | Oct 21, 2000 6:48 am | |
| David Malone | Oct 21, 2000 12:16 pm | |
| Poul-Henning Kamp | Oct 21, 2000 10:06 pm | |
| David Malone | Oct 22, 2000 10:54 am | |
| Jesper Skriver | Oct 22, 2000 12:07 pm | |
| David Malone | Oct 22, 2000 2:47 pm | |
| Peter Dufault | Oct 22, 2000 3:23 pm | |
| Peter van Dijk | Oct 22, 2000 3:31 pm |
| Subject: | Re: Junior Kernel Hacker Task: M_ZERO | |
|---|---|---|
| From: | David Malone (dwma...@maths.tcd.ie) | |
| Date: | Oct 22, 2000 2:47:08 pm | |
| List: | org.freebsd.freebsd-current | |
On Sun, Oct 22, 2000 at 09:07:48PM +0200, Jesper Skriver wrote:
What about using something like
#if defined(__FreeBSD__) && __FreeBSD_version >= 5xxxxx
This would probably make it easier for multi OS code, and also make it easier to MFC some of the affected code into -stable ??
I think it's probably better to allow people to choose how to do it in their own code. Justin has already asked that we hang off on making any changes to the cam code until the M_ZERO flag is also available in -stable.
Given that it is a relatively trivial change to add the M_ZERO flag I presume it can be MFCed quite quickly. We don't need to merge back the patch enabling it's use though. It's probably best kept as a "forward compatablilty" thing.
David.
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message

