Bug 20139

Summary: Simple typo in src/share/examples/ppi/ppilcd.c
Product: Base System Reporter: mj <mj>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description mj 2000-07-24 13:00:04 UTC
In the parallell port pinout, pin 13 is said to be SELECT - this is wrong
and pin 17 should be used. Using pin 13 is a waste of time as it is plain
wrong to do so. Pin 17 should be used.

Fix: 

Change the line (in /usr/src/share/examples/ppi/ppilcd.c)

* Select (13) blablah

to

* Select (17) blablah
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-24 13:03:56 UTC
Responsible Changed
From-To: freebsd-bugs->msmith

Mike's code.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-08-26 03:48:53 UTC
Responsible Changed
From-To: msmith->freebsd-bugs

With bugmeister hat on, reassign from inactive committer.
Comment 3 iedowse freebsd_committer freebsd_triage 2005-04-17 22:55:07 UTC
State Changed
From-To: open->closed


Committed, thanks!