diff options
author | 2008-04-05 06:20:46 +0000 | |
---|---|---|
committer | 2008-04-05 06:20:46 +0000 | |
commit | 3962833fa0a0f4930fb6e658e8f794a04c647e16 (patch) | |
tree | cb2df4cf6f8e372915a87c6a5cf0fb6973465aaf | |
parent | HostbasedAuthentication is supported under Match too (diff) | |
download | wireguard-openbsd-3962833fa0a0f4930fb6e658e8f794a04c647e16.tar.xz wireguard-openbsd-3962833fa0a0f4930fb6e658e8f794a04c647e16.zip |
fix comment for it(4)
-rw-r--r-- | sys/dev/isa/files.isa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index dfb691729eb..71f606987e1 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.102 2008/03/19 19:33:09 deraadt Exp $ +# $OpenBSD: files.isa,v 1.103 2008/04/05 06:20:46 form Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. @@ -361,7 +361,7 @@ device gscsio: i2cbus attach gscsio at isa file dev/isa/gscsio.c gscsio -# ITE IT8705F, IT8712F, IT8716F, IT8718F, IT8726F and SiS SiS970 hardware +# ITE IT8705F, IT8712F, IT8716F, IT8718F, IT8726F and SiS SiS950 hardware # monitors and watchdog timers device it attach it at isa |