NetBSD/sys/dev/pci
1999-02-19 06:58:42 +00:00
..
adv_pci.c
adw_pci.c
ahc_pci.c
bha_pci.c
com_puc.c
cy_pci.c
devlist2h.awk
eap.c Pass the correct address (PCI bus address, not PA) to the card. 1999-02-18 07:59:30 +00:00
files.pci add "mii" to vr driver. 1999-02-09 02:04:36 +00:00
i82365_pci.c
i82365_pcivar.h
if_de.c
if_devar.h
if_en_pci.c
if_ep_pci.c Improve card descriptions. 1999-02-19 06:57:56 +00:00
if_epic_pci.c
if_esh_pci.c
if_ex_pci.c Improve product descriptions, and add 3c905-FX and 3c980 Server Adapter 1999-02-19 06:58:42 +00:00
if_fpa.c
if_fxp.c Fix omission in previous. 1999-02-18 19:24:39 +00:00
if_fxpreg.h
if_fxpvar.h Back out to the previous stable revision of the fxp driver. The latest 1999-02-18 01:23:41 +00:00
if_le_pci.c
if_levar.h
if_ne_pci.c
if_ntwoc_pci.c RCS ID police 1999-02-15 04:54:34 +00:00
if_ntwoc_pcireg.h RCS ID police 1999-02-15 04:54:34 +00:00
if_tl.c Because memory mapped access doesn't fail only with the docking station 1999-01-11 22:45:41 +00:00
if_tlregs.h
if_tlvar.h Because memory mapped access doesn't fail only with the docking station 1999-01-11 22:45:41 +00:00
if_vr.c Major overhaul of the Rhine/Rhine-II driver, structuring it a little more 1999-02-12 00:36:48 +00:00
if_vrreg.h Garbage-collect some unneeded definitions. 1999-02-12 00:37:07 +00:00
isp_pci.c clean up pci configuration a bit 1999-02-09 00:35:35 +00:00
lpt_puc.c
Makefile
Makefile.pcidevs
ncr.c
ncrreg.h
ncrstat.c
ohci_pci.c
opl_sv.c
pci_map.c
pci_quirks.c
pci_subr.c
pci.c
pcidevs Improve the descriptions of 3Com Ethernet cards, and add the 3c905B-FX 1999-02-19 06:55:15 +00:00
pcidevs_data.h Regen. 1999-02-19 06:56:53 +00:00
pcidevs.h Regen. 1999-02-19 06:56:53 +00:00
pciide_acer_reg.h Support for Acerlab M5229 IDE controller. Thanks to Thilo Manske for testing 1999-02-02 16:13:59 +00:00
pciide_apollo_reg.h
pciide_cmd_reg.h
pciide_cy693_reg.h
pciide_piix_reg.h
pciide_sis_reg.h
pciide.c Correctly compute PIO/DMA mode for sis and acer chips when the drive support 1999-02-16 18:11:52 +00:00
pciidereg.h Support for Acerlab M5229 IDE controller. Thanks to Thilo Manske for testing 1999-02-02 16:13:59 +00:00
pciidevar.h
pcireg.h
pcivar.h
pcscp.c One more cosmetic change, from Izumi Tsutsui. 1999-01-08 19:55:17 +00:00
pcscpreg.h
ppb.c
ppbreg.h
puc.c add code to cope with multiple ports per BAR, as are found, for instance, 1999-02-06 06:29:54 +00:00
pucdata.c put in better name/description for Simon G's board 1999-02-06 06:55:15 +00:00
pucvar.h add code to cope with multiple ports per BAR, as are found, for instance, 1999-02-06 06:29:54 +00:00
README
sv.c This is an utterly revolting hack to work around the previously mentioned 1999-02-19 02:27:59 +00:00
svreg.h
svvar.h spaces -> tabs 1999-02-18 00:55:36 +00:00
tga_bt463.c
tga_bt485.c
tga_conf.c
tga.c Fix a few glitches in the nwscons tga driver, PR #6655, Brett Slager. 1999-01-11 22:11:36 +00:00
tgareg.h
tgavar.h
uhci_pci.c
vga_pci.c
vga_pcivar.h

$NetBSD: README,v 1.3 1998/08/15 03:02:46 mycroft Exp $

This directory contains files which are used during PCI configuration
and PCI device drivers.  Eventually, most of the device drivers and
some of the configuration support should become machine-independent
and be moved to a more general location.

The configuration support was implemented according to the `PCI Local
Bus Specification, Production Version, Revision 2.0' dated April 30,
1993.  Section numbers referred to in the code may be specific to that
edition of the specification.

Some attempt has been made to insure that the code works on rogue
machines where the BIOS doesn't do its job, but in general I can't
guarantee that.

--
- Charles M. Hannum
  NetBSD group
  August 8, 1994