summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/mtree/BSD.include.dist2
-rw-r--r--include/Makefile13
-rw-r--r--share/man/man4/man4.i386/pbio.44
-rw-r--r--share/man/man7/hier.76
4 files changed, 17 insertions, 8 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index d49493d..2c2a305 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -42,6 +42,8 @@
..
ofw
..
+ pbio
+ ..
ppbus
..
smbus
diff --git a/include/Makefile b/include/Makefile
index aeab8e0..e2dc1da 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -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 \
diff --git a/share/man/man4/man4.i386/pbio.4 b/share/man/man4/man4.i386/pbio.4
index 1bf47d9..26c04fb 100644
--- a/share/man/man4/man4.i386/pbio.4
+++ b/share/man/man4/man4.i386/pbio.4
@@ -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
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 36506a2..8790929 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -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
OpenPOWER on IntegriCloud