diff options
| author | 2006-03-04 12:38:58 +0000 | |
|---|---|---|
| committer | 2006-03-04 12:38:58 +0000 | |
| commit | 63e990f4bb46ff1aca410e2129117f0c218310dc (patch) | |
| tree | 98fded39a89539eded162bd1fb6689e27870a3cd /sys/arch/sparc/dev/flash.c | |
| parent | Better names for turbochannel event counters. (diff) | |
| download | wireguard-openbsd-63e990f4bb46ff1aca410e2129117f0c218310dc.tar.xz wireguard-openbsd-63e990f4bb46ff1aca410e2129117f0c218310dc.zip | |
These devices are DV_DULL, not DV_IFNET... not that it really matters.
Diffstat (limited to 'sys/arch/sparc/dev/flash.c')
| -rw-r--r-- | sys/arch/sparc/dev/flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/flash.c b/sys/arch/sparc/dev/flash.c index 5d1bee04691..5f3611f9440 100644 --- a/sys/arch/sparc/dev/flash.c +++ b/sys/arch/sparc/dev/flash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flash.c,v 1.3 2003/06/02 18:40:59 jason Exp $ */ +/* $OpenBSD: flash.c,v 1.4 2006/03/04 12:38:58 miod Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -75,7 +75,7 @@ struct cfattach flash_ca = { }; struct cfdriver flash_cd = { - NULL, "flash", DV_IFNET + NULL, "flash", DV_DULL }; int |
