diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-04 12:20:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-04 12:20:30 +0000 |
commit | b969c7d191fd66d03afeac25a47817e569895487 (patch) | |
tree | c5f6b16bd6087a8c13226f8d7c5e6bf1977523d9 /sys | |
parent | d1bd965dedfeccdbc46f993e6b72c3c7213ed689 (diff) |
add pctr
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/BABY | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index df016008441..3facf7c7623 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.28 1998/01/03 08:28:23 deraadt Exp $ +# $OpenBSD: BABY,v 1.29 1998/01/04 12:20:29 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -207,3 +207,4 @@ pseudo-device pty 64 # pseudo-terminals pseudo-device vnd 4 # paging to files pseudo-device ccd 4 # concatenated disk devices pseudo-device enc 4 # encryption device +pseudo-device pctr 1 |