diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-10 15:31:31 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-10 15:31:31 +0000 |
commit | 8b6a34bf3a4d0ea946b144c5768d65b356896f68 (patch) | |
tree | 278e73a6ebac91b97b9d4fec1ea99b936282bb93 /sys/arch | |
parent | 5338de25021cfd63f6972f38c1d62518a54bfdaf (diff) |
Fix typo. Spotted by Pierre Riteau.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/socppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC index 5021ce57449..95615cdc7a8 100644 --- a/sys/arch/socppc/conf/GENERIC +++ b/sys/arch/socppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.1 2008/05/10 12:02:20 kettenis Exp $g +# $OpenBSD: GENERIC,v 1.2 2008/05/10 15:31:30 kettenis Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -48,7 +48,7 @@ pci* at socpcic? pciide* at pci? wd* at pciide? flags 0x0000 -# Ob-board USB +# On-board USB ehci0 at obio? addr 0x22100 ivec 39 usb* at ehci? |