FreeBSD Bugzilla – Attachment 13437 Details for
Bug 25582
lnc driver uses wrong driver name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 913 bytes, created by
kabaev
on 2001-03-07 04:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kabaev
Created:
2001-03-07 04:50:02 UTC
Size:
913 bytes
patch
obsolete
>Index: if_lnc_isa.c >=================================================================== >RCS file: /home/ncvs/src/sys/dev/lnc/if_lnc_isa.c,v >retrieving revision 1.10 >diff -u -r1.10 if_lnc_isa.c >--- if_lnc_isa.c 2000/12/29 11:59:41 1.10 >+++ if_lnc_isa.c 2001/03/07 04:08:10 >@@ -310,4 +310,4 @@ > sizeof(struct lnc_softc), > }; > >-DRIVER_MODULE(lnc_isa, isa, lnc_isa_driver, lnc_devclass, 0, 0); >+DRIVER_MODULE(if_lnc, isa, lnc_isa_driver, lnc_devclass, 0, 0); >Index: if_lnc_pci.c >=================================================================== >RCS file: /home/ncvs/src/sys/dev/lnc/if_lnc_pci.c,v >retrieving revision 1.23 >diff -u -r1.23 if_lnc_pci.c >--- if_lnc_pci.c 2001/03/02 00:40:06 1.23 >+++ if_lnc_pci.c 2001/03/07 04:08:31 >@@ -223,4 +223,4 @@ > sizeof(struct lnc_softc), > }; > >-DRIVER_MODULE(lnc_pci, pci, lnc_pci_driver, lnc_devclass, 0, 0); >+DRIVER_MODULE(if_lnc, pci, lnc_pci_driver, lnc_devclass, 0, 0);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25582
: 13437