freebsd-skq/sys
alm ca482e23cf 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)
  	{
1993-08-19 21:32:59 +00:00
..
alpha/include/pc Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
amd64 Removed one more reverence to the old Adaptec 1542b as.c driver, one less 1993-08-10 10:18:33 +00:00
conf Finish removal of reminents of as.c Adaptec scsi driver. 1993-08-09 19:02:21 +00:00
ddb * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
dev Fixed poor timeout code in out_fdc. The timeout counter was not being 1993-08-12 09:21:20 +00:00
i386 added Bustek 545 support (patch from Christoph Robitschko): 1993-08-19 21:32:59 +00:00
isa Fixed poor timeout code in out_fdc. The timeout counter was not being 1993-08-12 09:21:20 +00:00
kern * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
powerpc/include Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
scsi Removed tabs from the front of XXU: messages to make it fit the other 1993-08-06 12:11:52 +00:00
sys Whoops - try again. Include safeties. 1993-07-30 10:57:09 +00:00