Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Turn on detachment for ixpide(4).



details:   https://anonhg.NetBSD.org/src/rev/5aa63b7efec5
branches:  trunk
changeset: 762026:5aa63b7efec5
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Feb 13 16:21:05 2011 +0000

description:
Turn on detachment for ixpide(4).

diffstat:

 sys/dev/pci/ixpide.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a46940f087a7 -r 5aa63b7efec5 sys/dev/pci/ixpide.c
--- a/sys/dev/pci/ixpide.c      Sun Feb 13 16:01:39 2011 +0000
+++ b/sys/dev/pci/ixpide.c      Sun Feb 13 16:21:05 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ixpide.c,v 1.17 2010/11/05 18:07:24 jakllsch Exp $     */
+/*     $NetBSD: ixpide.c,v 1.18 2011/02/13 16:21:05 jakllsch Exp $     */
 
 /*
  *  Copyright (c) 2004 The NetBSD Foundation.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixpide.c,v 1.17 2010/11/05 18:07:24 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixpide.c,v 1.18 2011/02/13 16:21:05 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -47,7 +47,7 @@
 static void    ixp_setup_channel(struct ata_channel *);
 
 CFATTACH_DECL_NEW(ixpide, sizeof(struct pciide_softc),
-    ixpide_match, ixpide_attach, NULL, NULL);
+    ixpide_match, ixpide_attach, pciide_detach, NULL);
 
 static const char ixpdesc[] = "ATI Technologies IXP IDE Controller";
 



Home | Main Index | Thread Index | Old Index