[BACK]Return to devopen.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / stand / dosboot

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

Diff for /src/sys/arch/i386/stand/dosboot/devopen.c between version 1.10 and 1.10.78.1

version 1.10, 2005/12/11 12:17:48 version 1.10.78.1, 2009/05/04 08:11:18
Line 74  static struct {
Line 74  static struct {
 static int dev2bios(char *, unsigned int, int *);  static int dev2bios(char *, unsigned int, int *);
   
 static int  static int
 dev2bios(devname, unit, biosdev)  dev2bios(char *devname, unsigned int unit, int *biosdev)
         char           *devname;  
         unsigned int    unit;  
         int            *biosdev;  
 {  {
         unsigned             i;          unsigned             i;
   
Line 94  dev2bios(devname, unit, biosdev)
Line 91  dev2bios(devname, unit, biosdev)
 struct btinfo_bootpath bibp;  struct btinfo_bootpath bibp;
   
 int  int
 devopen(f, fname, file)  devopen(struct open_file *f, const char *fname, char **file)
         struct open_file *f;  
         const char     *fname;  
         char          **file;  
 {  {
         char           *devname;          char           *devname;
         char           *fsmode;          char           *fsmode;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.78.1

CVSweb <webmaster@jp.NetBSD.org>