FreeBSD Bugzilla – Attachment 54130 Details for
Bug 81912
Add support kernel modulable to ichsmb(4).
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
nork_MOBILE.diff_to_current
nork_MOBILE.diff_to_current (text/plain), 1.36 KB, created by
Norikatsu Shigemura
on 2005-06-05 10:20:01 UTC
(
hide
)
Description:
nork_MOBILE.diff_to_current
Filename:
MIME Type:
Creator:
Norikatsu Shigemura
Created:
2005-06-05 10:20:01 UTC
Size:
1.36 KB
patch
obsolete
>============================================= >(cd /usr/src && patch -p6) < nork_MOBILE.diff_to_current >============================================= >--- //depot/vendor/freebsd/src/sys/dev/ichsmb/ichsmb_pci.c 2005/03/05 18:20:40 >+++ //depot/user/nork/nork_MOBILE/sys/dev/ichsmb/ichsmb_pci.c 2005/06/05 08:33:20 >@@ -115,6 +115,10 @@ > > DRIVER_MODULE(ichsmb, pci, ichsmb_pci_driver, ichsmb_pci_devclass, 0, 0); > >+MODULE_DEPEND(ichsmb, pci, 1, 1, 1); >+MODULE_DEPEND(ichsmb, smbus, SMBUS_MINVER, SMBUS_PREFVER, SMBUS_MAXVER); >+MODULE_VERSION(ichsmb, 1); >+ > static int > ichsmb_pci_probe(device_t dev) > { >--- //depot/vendor/freebsd/src/sys/modules/i2c/controllers/Makefile 2003/06/15 04:25:22 >+++ //depot/user/nork/nork_MOBILE/sys/modules/i2c/controllers/Makefile 2005/06/05 08:33:20 >@@ -3,7 +3,7 @@ > .if ${MACHINE} == "pc98" > SUBDIR = lpbb > .else >-SUBDIR = alpm amdpm intpm viapm lpbb pcf >+SUBDIR = alpm amdpm ichsmb intpm viapm lpbb pcf > .endif > > .include <bsd.subdir.mk> >--- //depot/vendor/freebsd/src/sys/modules/i2c/controllers/ichsmb/Makefile 1970/01/01 09:00:00 >+++ //depot/user/nork/nork_MOBILE/sys/modules/i2c/controllers/ichsmb/Makefile 2005/06/05 08:33:20 >@@ -0,0 +8 >+# $FreeBSD$ >+ >+.PATH: ${.CURDIR}/../../../../dev/ichsmb >+KMOD = ichsmb >+SRCS = device_if.h bus_if.h iicbb_if.h pci_if.h smbus_if.h \ >+ ichsmb.c ichsmb_pci.c ichsmb_reg.h ichsmb_var.h >+ >+.include <bsd.kmod.mk>
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 Raw
Actions:
View
Attachments on
bug 81912
: 54130