diff options
| author | darcy <darcy@NetBSD.org> | 2005-03-12 10:35:29 +0000 |
|---|---|---|
| committer | darcy <darcy@NetBSD.org> | 2005-03-12 10:35:29 +0000 |
| commit | 3b06c2c7974504b8d7dedfc0218c8e8610ca82bd (patch) | |
| tree | 2486e519ca64d9a1738910ebe939d782333b0602 /sys/dev/ic/aac.c | |
| parent | 03258a805aad0cdc94b692877459a208d0235e6b (diff) | |
Add to XXX comment for future reference.
Diffstat (limited to 'sys/dev/ic/aac.c')
| -rw-r--r-- | sys/dev/ic/aac.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c index 6a619fdcfa0..3f6ecb223a0 100644 --- a/sys/dev/ic/aac.c +++ b/sys/dev/ic/aac.c @@ -1,4 +1,4 @@ -/* $NetBSD: aac.c,v 1.17 2005/03/01 03:31:45 briggs Exp $ */ +/* $NetBSD: aac.c,v 1.18 2005/03/12 10:35:29 darcy Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.17 2005/03/01 03:31:45 briggs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.18 2005/03/12 10:35:29 darcy Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -155,7 +155,12 @@ aac_attach(struct aac_softc *sc) struct aac_fib *fib; bus_addr_t fibpa; int help[2]; - locdesc_t *ldesc = (void *)help; /* XXX */ + locdesc_t *ldesc = (void *)help; /* XXX - Not clean + The big plan is to let config(8) issue information + about the length of the locator array in a useful way. + Then the allocation can be centralized. See also + http://mail-index.netbsd.org/tech-kern/2005/02/09/0025.html + */ SIMPLEQ_INIT(&sc->sc_ccb_free); SIMPLEQ_INIT(&sc->sc_ccb_queue); |
