Date: Mon, 1 Aug 2005 07:03:10 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c Message-ID: <200508010703.j7173Axm050447@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-08-01 07:03:10 UTC FreeBSD src repository Modified files: sys/isa isa_common.c Log: Add pnp and location info for the ISA bus. The pnp info is the primary vendor id for this device. The location is empty because ISA doesn't give one a way to generally locate a card. PNP BIOS entries do provide a way to locate cards, as do isa pnp cards. These locations will be added as soon as the code to remember them is written. Revision Changes Path 1.43 +25 -0 src/sys/isa/isa_common.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508010703.j7173Axm050447>