Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2000 07:48:10 -0700
From:      Peter Wemm <peter@netplex.com.au>
To:        current@freebsd.org
Subject:   HEADS UP - minor API change in -current's old ISA drivers.
Message-ID:  <20000528144810.8A7441CE1@overcee.netplex.com.au>

next in thread | raw e-mail | index | archive | help
I've made old-style ISA drivers self identifying and got rid of the dreaded
isa_compat.h table.  As a consequence, the 'struct isa_driver' stuff has
changed slightly to store the additional data that was in the compat tables
and a new line is required (COMPAT_ISA_DRIVER()) so the driver registers
itself with the device subsystem.  This works essentially the same way as
the COMPAT_PCI_DRIVER() stuff works.

There shouldn't be any noticable changes except for the slight tweaks
to the individual drivers.

Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000528144810.8A7441CE1>