summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/gethints.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/alpha/conf/gethints.pl b/sys/alpha/conf/gethints.pl
index 80586e3..7496399 100644
--- a/sys/alpha/conf/gethints.pl
+++ b/sys/alpha/conf/gethints.pl
@@ -12,6 +12,7 @@ while (<>) {
chop;
s/#.*//;
next unless /^device/;
+ s/"//g;
($dev, $nameunit, $at, $where, @rest) = split;
next unless $at eq "at" && $where ne "";
$name = $nameunit;
@@ -78,6 +79,10 @@ while (<>) {
}
next;
}
+ if ($key eq "port?" || $key eq "drq?" || $key eq "irq?" ||
+ $key eq "iomem?" || $key eq "iosiz?") {
+ next;
+ }
if ($key eq "irq" || $key eq "drq" || $key eq "drive" ||
$key eq "iomem" || $key eq "iosiz" || $key eq "flags"||
$key eq "bus" || $key eq "target" || $key eq "unit") {
OpenPOWER on IntegriCloud