~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/sparc/include/asm/floppy_64.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        case 7: /* FD_DIR */
112
112
                /* XXX: Is DCL on 0x80 in sun4m? */
113
113
                return sbus_readb(&sun_fdc->dir_82077);
114
 
        };
 
114
        }
115
115
        panic("sun_82072_fd_inb: How did I get here?");
116
116
}
117
117
 
135
135
        case 4: /* FD_STATUS */
136
136
                sbus_writeb(value, &sun_fdc->status_82077);
137
137
                break;
138
 
        };
 
138
        }
139
139
        return;
140
140
}
141
141