diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-30 07:59:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-30 07:59:17 +0000 |
commit | 71855c2ac5c3830f8dfc2771e5b4cf81e6c368b9 (patch) | |
tree | db5a764bd93e96513dedd5b1c849a018d4de6175 | |
parent | dfee1159c83b8f3c8caaf5b8b541f8e913843b6e (diff) |
put pctr in all GENERIC
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6ee5bf7f108..9e996bca7f8 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.38 1997/05/23 22:01:54 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.39 1997/05/30 07:59:16 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -168,3 +168,5 @@ gus0 at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis UltraSound (flags is record # Joystick driver. Probe is a little strange; add only if you have one. #joy0 at isa? port 0x201 + +pseudo-device pctr 1 |