FreeBSD Bugzilla – Attachment 24560 Details for
Bug 41993
[PATCH] corrections to driver(9)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 636 bytes, created by
David Lay
on 2002-08-25 07:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Lay
Created:
2002-08-25 07:10:01 UTC
Size:
636 bytes
patch
obsolete
>--- /usr/src/share/man/man9/driver.9.orig Sun Aug 25 15:52:07 2002 >+++ /usr/src/share/man/man9/driver.9 Sun Aug 25 15:52:46 2002 >@@ -45,7 +45,7 @@ > static int foo_frob(device_t, int, int); > static int foo_twiddle(device_t, char *); > >-static struct device_method foo_methods[] = { >+static struct device_method_t foo_methods[] = { > /* Methods from the device interface */ > DEVMETHOD(device_probe, foo_probe), > DEVMETHOD(device_attach, foo_attach), >@@ -62,8 +62,7 @@ > static driver_t foo_driver { > "foo", > foo_methods, >- DRIVER_TYPE_MISC, >- sizeof(struct foo_softc), >+ sizeof(struct foo_softc) > }; > > static devclass_t foo_devclass;
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 41993
: 24560