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: }

Defined functions

brprobe defined in line 10; used 2 times
Last modified: 1992-12-31
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2151
Valid CSS Valid XHTML 1.0 Strict