diff options
author | 2005-02-12 07:18:58 +0000 | |
---|---|---|
committer | 2005-02-12 07:18:58 +0000 | |
commit | 1575f78803783e1630157f4c54e74cbd3f6eddbd (patch) | |
tree | 1f1919a79d06144f2fbf971267b9ae15f03b3a1b | |
parent | fix typo (diff) | |
download | wireguard-openbsd-1575f78803783e1630157f4c54e74cbd3f6eddbd.tar.xz wireguard-openbsd-1575f78803783e1630157f4c54e74cbd3f6eddbd.zip |
enable bktr(4) as it works well; jakemsr@jakemsr.com pr4095
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 9b4d53aed79..886a3c4ee11 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.54 2005/02/03 15:58:44 henning Exp $ +# $OpenBSD: GENERIC,v 1.55 2005/02/12 07:18:58 pvalchev Exp $ # # GENERIC -- everything that's currently supported # @@ -376,13 +376,14 @@ audio* at uaudio? audio* at yds? audio* at emu? -#bktr0 at pci? +bktr0 at pci? # FM-Radio devices #gtp* at pci? # Gemtek/Guillemot Radio PCI Radio Card # FM-Radio support #radio* at gtp? +radio* at bktr? #wdt0 at pci? # Ind Computer Source PCI-WDT50x driver |