diff options
author | imp <imp@FreeBSD.org> | 2001-06-01 20:58:32 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-06-01 20:58:32 +0000 |
commit | 81dbd8e316d52f7864fc077591242beaace5aaa8 (patch) | |
tree | 060fb59371a6f9714313583591fd3349931159ab /sys/conf | |
parent | 97157b4d0e8357e515eacbc41d938e44f28c9b9d (diff) | |
download | FreeBSD-src-81dbd8e316d52f7864fc077591242beaace5aaa8.zip FreeBSD-src-81dbd8e316d52f7864fc077591242beaace5aaa8.tar.gz |
The orm device. This device gobbles up the Option ROMs in the ISA
memory I/O space. Otherwise, our resource allocation system might
mistakenly assign pccard, plug and play devices or other things
addresses that conflict with ROMs.
I cleaned up his code a little from the submited driver: style(9)
issues, commentary on why something that looks incorrect really is
correct. Also noted that while a checksum field is defined for the
ROMs, enough common hardware neglects it to make it not worthwhile
checking.
Submitted by: Nikolai Saoukh <nms@otdel-1.org>
PR: 22078
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 22d4cb7..38d7f89 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -716,6 +716,7 @@ isa/isa_if.m optional isa isa/isa_common.c optional isa isa/isahint.c optional isa isa/joy.c optional joy +isa/orm.c optional isa isa/pnp.c optional isa isa/pnpparse.c optional isa isofs/cd9660/cd9660_bmap.c optional cd9660 |