1: #include "param.h" 2: #include "../machine/autoconfig.h" 3: #include "../machine/machparam.h" 4: #include "brreg.h" 5: 6: /* 7: * Can't seem to force an interrupt reliably, so... we just return 8: * the fact that we exist. autoconfig has already checked for our CSR. 9: */ 10: brprobe(addr, vector) 11: struct brdevice *addr; 12: int vector; 13: { 14: /* 15: stuff(BR_IDE | BR_IDLE | BR_GO, (&(addr->brcs.w))); 16: DELAY(10L); 17: stuff(0, (&(addr->brcs.w))); 18: */ 19: return(ACP_EXISTS); 20: }