diff options
author | 2000-08-18 15:57:08 +0000 | |
---|---|---|
committer | 2000-08-18 15:57:08 +0000 | |
commit | 2da4309856ba46f735554390aa87b80896d0eec4 (patch) | |
tree | 43f0e7da361f7036cb1b1890f84f4b74501c154b | |
parent | Fix obviously bad Xref (diff) | |
download | wireguard-openbsd-2da4309856ba46f735554390aa87b80896d0eec4.tar.xz wireguard-openbsd-2da4309856ba46f735554390aa87b80896d0eec4.zip |
Remove comment that refers to a NOTE that was removed yesterday
-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 d6b9670d839..927cdeed6f6 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.202 2000/08/17 20:15:32 mickey Exp $ +# $OpenBSD: GENERIC,v 1.203 2000/08/18 15:57:08 marc Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -71,7 +71,7 @@ pcic* at pci? dev? function ? pcmcia* at pcic? controller ? socket ? #pcmcia* at tcic? controller ? socket ? -# CardBus bus support (also see NOTE below) +# CardBus bus support cardbus* at cardslot? pcmcia* at cardslot? cbb* at pci? dev ? function ? |