Date: Tue, 8 Jul 2003 11:56:59 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci isa_pci.c src/sys/isa isa_common.c isavar.h Message-ID: <200307081856.h68IuxcZ059921@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/07/08 11:56:59 PDT
FreeBSD src repository
Modified files:
sys/dev/pci isa_pci.c
sys/isa isa_common.c isavar.h
Log:
- Make the isab devclass global to allow for multiple ISA bridge drivers.
- Factor out code common to all ISA bridge drivers attach methods into a
isab_attach() function.
- Rename the PCI-ISA bridge driver's attach function to pci_isab_attach()
and have it call isab_attach().
Revision Changes Path
1.8 +7 -12 src/sys/dev/pci/isa_pci.c
1.36 +17 -0 src/sys/isa/isa_common.c
1.25 +5 -0 src/sys/isa/isavar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307081856.h68IuxcZ059921>
