[BACK]Return to mainbus.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / playstation2 / playstation2

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/playstation2/playstation2/mainbus.c between version 1.7 and 1.7.2.1

version 1.7, 2005/06/30 17:03:53 version 1.7.2.1, 2006/06/21 14:54:42
Line 44  __KERNEL_RCSID(0, "$NetBSD$");
Line 44  __KERNEL_RCSID(0, "$NetBSD$");
 static int mainbus_match(struct device *, struct cfdata *, void *);  static int mainbus_match(struct device *, struct cfdata *, void *);
 static void mainbus_attach(struct device *, struct device *, void *);  static void mainbus_attach(struct device *, struct device *, void *);
 static int mainbus_search(struct device *, struct cfdata *,  static int mainbus_search(struct device *, struct cfdata *,
                           const locdesc_t *, void *);                            const int *, void *);
 static int mainbus_print(void *, const char *);  static int mainbus_print(void *, const char *);
   
 CFATTACH_DECL(mainbus, sizeof(struct device),  CFATTACH_DECL(mainbus, sizeof(struct device),
Line 72  mainbus_attach(struct device *parent, st
Line 72  mainbus_attach(struct device *parent, st
   
 static int  static int
 mainbus_search(struct device *parent, struct cfdata *cf,  mainbus_search(struct device *parent, struct cfdata *cf,
                const locdesc_t *ldesc, void *aux)                 const int *ldesc, void *aux)
 {  {
         struct mainbus_attach_args ma;          struct mainbus_attach_args ma;
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

CVSweb <webmaster@jp.NetBSD.org>