diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-04-07 03:38:58 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-04-07 03:38:58 +0000 |
commit | a6db61c691f3ecbf032a54c0ace7fbb604851147 (patch) | |
tree | b45da47ade4bfac6513ea30e6e34790d5c7f91c7 /sys | |
parent | 2367743405220b53e542a8c2ee8c77960d5c2448 (diff) |
hifn card works just fine (with working /dev/crypto).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index f5ec48f1352..96c2f8da1fb 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.7 2004/03/11 18:49:54 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.8 2004/04/07 03:38:57 drahn Exp $ # # GENERIC machine description file # @@ -328,6 +328,8 @@ midi* at pcppi? # MIDI interface to the PC speaker # ISA joysticks. Probe is a little strange; add only if you have one. #joy0 at isa? port 0x201 +hifn* at pci? dev ? function ? # Hi/fn 7751 crypto card + # Pseudo-Devices pseudo-device wsmux 2 # mouse & keyboard multiplexor pseudo-device crypto 1 |