|
|
| version 1.11, 2004/05/13 23:49:20 | version 1.12, 2004/05/19 22:52:49 |
|---|---|
| Line 1131 rp_pciattach(pcici_t tag, int unit) | Line 1131 rp_pciattach(pcici_t tag, int unit) |
| rp_addr(unit) = rp; | rp_addr(unit) = rp; |
| splx(oldspl); | splx(oldspl); |
| cdevsw_add(&rp_cdevsw); | cdevsw_add(&rp_cdevsw, 0, 0); |
| port = 0; | port = 0; |
| for(aiop=0; aiop < num_aiops; aiop++) { | for(aiop=0; aiop < num_aiops; aiop++) { |
| Line 1234 struct isa_device *dev; | Line 1234 struct isa_device *dev; |
| rp_addr(unit) = rp; | rp_addr(unit) = rp; |
| splx(oldspl); | splx(oldspl); |
| cdevsw_add(&rp_cdevsw); | cdevsw_add(&rp_cdevsw, 0, 0); |
| port = 0; | port = 0; |
| for(aiop=0; aiop < num_aiops; aiop++) { | for(aiop=0; aiop < num_aiops; aiop++) { |