NetBSD/sys/dev/pci
sakamoto 23903bfc0e Regen. 1999-03-11 05:17:54 +00:00
..
Makefile
Makefile.pcidevs
README
adv_pci.c Fix AdvanSys Narrow driver to work on Alpha 1999-02-25 20:20:30 +00:00
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 Update to slightly altered rnd_attach_source() api 1999-02-28 17:08:05 +00:00
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 Fix typo. 1999-02-20 07:07:07 +00:00
if_fpa.c
if_fxp.c Update to slightly altered rnd_attach_source() api 1999-02-28 17:08:05 +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
ncr.c
ncrreg.h
ncrstat.c
ohci_pci.c
opl_sv.c
pci.c
pci_map.c
pci_quirks.c
pci_subr.c
pcidevs Add several VIA Technologies chipsets. 1999-03-11 05:17:24 +00:00
pcidevs.h Regen. 1999-03-11 05:17:54 +00:00
pcidevs_data.h Regen. 1999-03-11 05:17:54 +00:00
pciide.c In cy693_setup_channel(), setup timings for IOR too (they were left to 0, 1999-02-22 10:12:00 +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
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
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
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.c Fix a few glitches in the nwscons tga driver, PR #6655, Brett Slager. 1999-01-11 22:11:36 +00:00
tga_bt463.c
tga_bt485.c
tga_conf.c
tgareg.h
tgavar.h
uhci_pci.c
vga_pci.c
vga_pcivar.h

README

$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