I just committed update to the PnP resource parser for the PnP
ISA and PnP BIOS devices. As this is a bug fix, there shouldn't
be any nasty surprises. But, if you have PnP ISA cards and
encounter any problems or suspicious behavior, please report.
Thanks.

Kazu

>yokota      2001/09/04 20:54:33 PDT
>
>  Modified files:
>    sys/isa              pnp.c pnpparse.c pnpvar.h isa_common.c 
>                         isa_common.h isavar.h 
>    sys/i386/i386        bios.c 
>  Log:
>  Rework the ISA PnP driver pnp and the PnP resource parser to fix
>  the following bugs.
>  
>  - When constructing a resource configuration, respect the order
>    in which resource descriptors are read, in order to establish
>    the correct mapping between the descriptors and configuration
>    registers.
>    "Plug and Play ISA Specification, Version 1.0a", Sec 4.6.1, May 5,
>    1994.  "Clarifications to the Plug and Play ISA Specification,
>    Version 1.0a", Sec 6.2.1, Dec. 10, 1994.
>  
>  - Do not ignore null (empty) descriptors; they are valid descriptors
>    acting as filler.
>    "Clarifications to the Plug and Play ISA Specification, Version 1.0a",
>    Sec 6.2.1.
>  
>  - Correctly set up logical device configuration registers for null
>    resources.
>    "Clarifications to the Plug and Play ISA Specification, Version 1.0a"
>  
>  - Handle null resources properly in the resource allocator for the
>    ISA bus.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to