K 10 svn:author V 3 alm K 8 svn:date V 27 1993-08-19T21:32:59.000000Z K 7 svn:log V 384 added Bustek 545 support (patch from Christoph Robitschko): *** aha1542.c~ Thu Aug 19 14:25:33 1993 --- aha1542.c Thu Aug 19 14:25:49 1993 *************** *** 954,959 **** --- 954,960 ---- printf("aha%d:",unit); #define PRNT(x) printf(x) #endif __386BSD__ + DELAY(1000); /* for Bustek 545 */ aha_cmd(unit,0, sizeof(conf), 0 ,&conf, AHA_CONF_GET); switch(conf.chan) { END