[BACK]Return to dsk.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sandpoint / stand / altboot

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

Diff for /src/sys/arch/sandpoint/stand/altboot/dsk.c between version 1.4 and 1.5

version 1.4, 2011/02/10 13:38:08 version 1.5, 2011/03/06 13:55:12
Line 57 
Line 57 
 #define CSR_READ_1(r)           *(volatile uint8_t *)(r)  #define CSR_READ_1(r)           *(volatile uint8_t *)(r)
 #define CSR_WRITE_1(r,v)        *(volatile uint8_t *)(r)=(v)  #define CSR_WRITE_1(r,v)        *(volatile uint8_t *)(r)=(v)
   
 #define DSK_DECL(xxx) \  
     int xxx ## _match(unsigned, void *); \  
     void * xxx ## _init(unsigned, void *)  
   
 DSK_DECL(pciide);  
 DSK_DECL(siisata);  
   
 struct dskdv {  struct dskdv {
         char *name;          char *name;
         int (*match)(unsigned, void *);          int (*match)(unsigned, void *);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>