Fix the pbio include file installation process and the

corresponding documentation.

Noticed by: ru
Reviewed by: ru
This commit is contained in:
Diomidis Spinellis 2005-01-14 14:18:19 +00:00
parent b7be40d612
commit 6901ba9306
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140246
4 changed files with 17 additions and 8 deletions

View File

@ -42,6 +42,8 @@
..
ofw
..
pbio
..
ppbus
..
smbus

View File

@ -34,13 +34,16 @@ LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
pccard posix4 sys vm
LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
dev/ofw dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs \
LSUBDIRS= cam/scsi \
dev/an dev/bktr dev/firewire dev/ic dev/iicbus dev/ofw dev/pbio \
dev/ppbus dev/smbus dev/usb dev/wi dev/utopia \
fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
fs/nwfs fs/portalfs fs/procfs fs/smbfs fs/udf fs/umapfs \
fs/unionfs \
geom/concat geom/gate geom/label geom/mirror geom/nop geom/raid3 \
geom/shsec geom/stripe \
isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
isofs/cd9660 \
netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
netgraph/atm netgraph/netflow \
security/mac_biba security/mac_bsdextended security/mac_lomac \
security/mac_mls security/mac_partition \

View File

@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 19, 2003
.Dd January 14, 2005
.Dt PBIO 4 i386
.Os
.Sh NAME
@ -42,7 +42,7 @@ In
.Cd hint.pbio.0.at="isa"
.Cd hint.pbio.0.port="0x360"
.Pp
.In machine/pbioio.h
.In dev/pbio/pbioio.h
.Sh DESCRIPTION
The
.Nm

View File

@ -32,7 +32,7 @@
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
.Dd December 17, 2004
.Dd January 15, 2005
.Dt HIER 7
.Os
.Sh NAME
@ -213,6 +213,10 @@ Various header files describing driver- and bus-independent
hardware circuits
.It Pa ofw/
Open Firmware support
.It Pa pbio/
8255 PPI cards;
see
.Xr pbio 4
.It Pa ppbus/
The parallel port bus;
see