artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a089db0
)
Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diff
author
stsp
<stsp@openbsd.org>
Sat, 6 Jun 2015 07:19:56 +0000
(07:19 +0000)
committer
stsp
<stsp@openbsd.org>
Sat, 6 Jun 2015 07:19:56 +0000
(07:19 +0000)
usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
index
8403c85
..
970d9f5
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
@@
-1,7
+1,7
@@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: FwUpdate.pm,v 1.1
8 2015/04/16 13:29:16 espie
Exp $
+# $OpenBSD: FwUpdate.pm,v 1.1
9 2015/06/06 07:19:56 stsp
Exp $
#
# Copyright (c) 2014 Marc Espie <espie@openbsd.org>
#
@@
-136,7
+136,7
@@
OpenBSD::Auto::cache(updater,
});
my %possible_drivers = map {($_, 1)}
- (qw(acx athn bwi ipw iwi iwm iwn malo otus pgt radeondrm rsu uath
+ (qw(acx athn bwi ipw iwi iwm iwn malo otus pgt radeondrm rsu
rtwn
uath
upgt urtwn uvideo wpi));