diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-06 02:42:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-06 02:42:31 +0000 |
commit | 24b8717732268cda704eb03ed96d2bfb01706334 (patch) | |
tree | 7fcf7b71c74a5466609c78c3091a1cf9bfee734e /sys | |
parent | 9e889285a6319c56fd35b53227ff455ebab4530e (diff) |
oops typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/BABY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index 54fa18a190f..6d9aec5a03e 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.30 1998/01/06 02:35:18 deraadt Exp $ +# $OpenBSD: BABY,v 1.31 1998/01/06 02:42:30 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -95,7 +95,7 @@ option PCIVERBOSE option EISAVERBOSE pchb* at pci? dev ? function ? # PCI-Host bridges -eppb* at pci? dev ? function ? # PCI-PCI bridges +ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? pci* at pchb? bus ? |