FreeBSD Bugzilla – Attachment 5660 Details for
Bug 13382
Only 1 parallel port supported if pps enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 645 bytes, created by
Peter Jeremy
on 1999-08-25 22:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Jeremy
Created:
1999-08-25 22:50:02 UTC
Size:
645 bytes
patch
obsolete
>Index: pps.c >=================================================================== >RCS file: /home/CVSROOT/src/sys/dev/ppbus/pps.c,v >retrieving revision 1.12.2.1 >diff -u -r1.12.2.1 pps.c >--- pps.c 1999/03/22 13:09:34 1.12.2.1 >+++ pps.c 1999/08/25 21:26:35 >@@ -32,13 +32,15 @@ > > #define PPS_NAME "lppps" /* our official name */ > >-static struct pps_data { >+struct pps_data { > int pps_unit; > struct ppb_device pps_dev; > struct pps_state pps; >-} *softc[NPPS]; >+}; > >-static int npps; >+#define MAXPPS 8 /* XXX not much better! */ >+static int npps = 0; >+static struct pps_data *softc[MAXPPS]; > > /* > * Make ourselves visible as a ppbus driver
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 13382
: 5660