Bug 18431

Summary: [Patch] always probe and attach sn driver
Product: Base System Reporter: sanpei
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: imp
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description sanpei 2000-05-07 09:30:00 UTC
  With GENERIC kernel, if I don't have any sn ethernet card on isa bus,
sn device was always attached like this.

sn0 at port 0x300-0x30f irq 10 on isa0

  Because, if_sn_isa.c has bug(I think we could never probe sn driver
on isa bus....)

I hope to fix this problem.

Cheers
Comment 1 Warner Losh freebsd_committer freebsd_triage 2000-05-07 19:20:55 UTC
State Changed
From-To: open->closed

I applied the patch, which seems to have fixed this.