summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-06-18 17:40:33 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-06-18 17:40:33 +0000
commit2eadd266eacbe61ce4f25d607dae95b5562b173e (patch)
tree7e9cd008180f6063a3be831bd4d005f242f2fcb4 /sys/arch/sparc/dev
parente248e4b35db806a4bf11728158f8100b1dcb7783 (diff)
Rename p9k to pninek, since device base names with digits are confusing;
per deraadt@'s request.
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/p9000.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/p9000.c b/sys/arch/sparc/dev/p9000.c
index 50cd26d3227..fe128c5f8af 100644
--- a/sys/arch/sparc/dev/p9000.c
+++ b/sys/arch/sparc/dev/p9000.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: p9000.c,v 1.1 2003/06/17 21:21:32 miod Exp $ */
+/* $OpenBSD: p9000.c,v 1.2 2003/06/18 17:40:32 miod Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
*
@@ -128,12 +128,12 @@ void p9000_ras_eraserows(void *, int, int, long int);
int p9000match(struct device *, void *, void *);
void p9000attach(struct device *, struct device *, void *);
-struct cfattach p9k_ca = {
+struct cfattach pninek_ca = {
sizeof (struct p9000_softc), p9000match, p9000attach
};
-struct cfdriver p9k_cd = {
- NULL, "p9k", DV_DULL
+struct cfdriver pninek_cd = {
+ NULL, "pninek", DV_DULL
};
/*