diff options
author | 2008-06-26 01:28:48 +0000 | |
---|---|---|
committer | 2008-06-26 01:28:48 +0000 | |
commit | 0566031132cecdb13fdc48f290381b351176af9a (patch) | |
tree | e62f6c9538ade20e7b26b63ddbaa4113844786c1 | |
parent | fatalx instead of fatal because errno is not set of pipe is closed. OK henning (diff) | |
download | wireguard-openbsd-0566031132cecdb13fdc48f290381b351176af9a.tar.xz wireguard-openbsd-0566031132cecdb13fdc48f290381b351176af9a.zip |
Typo, CMD -> AMD
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 099a2ddf28d..d38ecd1ece4 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.629 2008/06/25 15:27:34 mbalmer Exp $ +# $OpenBSD: GENERIC,v 1.630 2008/06/26 01:28:48 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -644,7 +644,7 @@ eso* at pci? # ESS Solo-1 PCI AudioDrive sv* at pci? # S3 SonicVibes (S3 617) neo* at pci? # NeoMagic 256AV/ZX cmpci* at pci? # C-Media CMI8338/8738 -auglx* at pci? # CMD Geode CS5536 Audio +auglx* at pci? # AMD Geode CS5536 Audio auich* at pci? flags 0x0000 # i82801 ICH AC'97 audio auixp* at pci? # ATI IXP AC'97 Audio autri* at pci? flags 0x0000 # Trident 4D WAVE |