aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-06-17 20:10:55 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-06-17 20:10:55 +0000
commitc46d792d58f42c900f17228c5526df3ec75eff44 (patch)
tree3d3e51553d80a271e6ec38dfbc65723ee1722998 /sys/pc98
parent86e7756c4f0597f3ab51e9db05f337d4940b15dd (diff)
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/gethints.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/pc98/conf/gethints.pl b/sys/pc98/conf/gethints.pl
index 1a90029ff4a6..b385ed03e0e3 100644
--- a/sys/pc98/conf/gethints.pl
+++ b/sys/pc98/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;
@@ -71,6 +72,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") {