Changeset 277 in xtideuniversalbios for trunk/Serial_Server/library/Library.h


Ignore:
Timestamp:
Feb 28, 2012, 2:45:48 PM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Moved the bulk of the serial code to the assembly library, for inclusion in other utilities. Fixed a bug in int13h.asm when floppy support was not enabled that was preventing foreign drives from working properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Serial_Server/library/Library.h

    r259 r277  
    88#ifndef LIBRARY_H_INCLUDED
    99#define LIBRARY_H_INCLUDED
     10
     11#define SERIAL_SERVER_MAJORVERSION 1
     12#define SERIAL_SERVER_MINORVERSION 0
    1013
    1114void log( int level, char *message, ... );
     
    5457    static int parseGeometry( char *str, unsigned long *p_cyl, unsigned long *p_head, unsigned long *p_sect );
    5558
    56     void respondInquire( unsigned short *buff, struct baudRate *baudRate, unsigned short port, unsigned char scan );
     59    void respondInquire( unsigned short *buff, unsigned short originalPortAndBaud, struct baudRate *baudRate, unsigned short port, unsigned char scan );
    5760
    5861    void init( char *name, int p_readOnly, int p_drive, unsigned long p_cyl, unsigned long p_head, unsigned long p_sect, int p_useCHS );
Note: See TracChangeset for help on using the changeset viewer.