diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2002-11-25 13:49:31 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2002-11-25 13:49:31 +0000 |
| commit | fe00ab2fd1757749c04bc32b66fde876242741cd (patch) | |
| tree | 173cf6c702593ea840f33db21cea24e81bb49b37 /share | |
| parent | 98d13c7e51ccd70ee88c3c55a587c7fc8157a972 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ppc.4 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/share/man/man4/ppc.4 b/share/man/man4/ppc.4 index 6ecb52ffaf3b..6fea973fe99b 100644 --- a/share/man/man4/ppc.4 +++ b/share/man/man4/ppc.4 @@ -31,10 +31,15 @@ .Nm ppc .Nd Parallel Port Chipset driver .Sh SYNOPSIS -.Cd "device ppc0 at isa? port? flags 0xXX irq 7" +.Cd "device ppc" +.Pp +In +.Pa /boot/device.hints : +.Cd hint.ppc.0.at="isa" +.Cd hint.ppc.0.irq="7" .Pp For one or more PPBUS busses: -.Cd "device ppbus at ppc0" +.Cd "device ppbus" .Sh DESCRIPTION The .Nm @@ -115,7 +120,8 @@ mode is forced to the given mode and no other mode is available and ppb->ppb_avm field contains the available modes of the chipset. .Sh SEE ALSO .Xr ppbus 4 , -.Xr ppi 4 +.Xr ppi 4 , +.Xr device.hints 5 .Sh BUGS The chipset detection process may corrupt your chipset configuration. You may |
