NetBSD/sys/dev/pci
1999-06-05 10:42:15 +00:00
..
adv_pci.c
adw_pci.c
ahc_pci.c
bha_pci.c
com_puc.c
cy_pci.c
devlist2h.awk
eap.c
files.pci Glue in the SiS900 Ethernet controller driver. 1999-06-01 18:29:50 +00:00
i82365_pci.c
i82365_pcivar.h
if_de.c Make sure bus mastering is enabled; some broken BIOSes don't set this 1999-06-01 19:17:59 +00:00
if_devar.h Fix typo. (From PR 7027) 1999-04-01 14:55:25 +00:00
if_en_pci.c
if_ep_pci.c
if_epic_pci.c
if_esh_pci.c
if_ex_pci.c Recognize 900B-TPC. From Robert Elz. 1999-05-29 01:31:17 +00:00
if_fpa.c Make sure bus mastering is enabled; some broken BIOSes don't set this 1999-06-01 19:17:59 +00:00
if_fxp.c Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
if_fxpreg.h
if_fxpvar.h
if_le_pci.c
if_levar.h
if_lmc_common.c
if_lmc_media.c
if_lmc_nbsd.c just say no to __BROKEN_INDIRECT_CONFIG 1999-05-12 22:55:14 +00:00
if_lmc_types.h
if_lmc.c
if_lmcioctl.h
if_lmcvar.h Set the data link type to DLT_PPP_SERIAL so that tcpdump can do 1999-05-11 02:57:58 +00:00
if_ne_pci.c
if_ntwoc_pci.c
if_ntwoc_pcireg.h
if_sip.c Device driver for the Silicon Integrated Systems SiS900 10/100 Ethernet 1999-06-01 18:19:13 +00:00
if_sipreg.h Device driver for the Silicon Integrated Systems SiS900 10/100 Ethernet 1999-06-01 18:19:13 +00:00
if_tl.c Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
if_tlregs.h
if_tlvar.h
if_vr.c Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
if_vrreg.h
isp_pci.c Do a fairly large internal restructuring to accomodate dual-bus host adapters 1999-05-12 18:59:23 +00:00
lpt_puc.c
Makefile
Makefile.pcidevs
ncr.c
ncrreg.h
ncrstat.c
ohci_pci.c Keep track of vendor id and make sure the vendor string is NUL terminated. 1999-05-20 09:52:35 +00:00
opl_sv.c
pci_map.c
pci_quirks.c
pci_subr.c
pci.c Back out previous. Thanks to cgd for pointing out another way to do this. 1999-05-06 01:10:28 +00:00
pcidevs Add Matrox MGA 400, 3Dfx Banshee and Voodoo 3. 1999-06-05 10:41:37 +00:00
pcidevs_data.h Regen. 1999-06-05 10:42:15 +00:00
pcidevs.h Regen. 1999-06-05 10:42:15 +00:00
pciide_acer_reg.h
pciide_apollo_reg.h
pciide_cmd_reg.h
pciide_cy693_reg.h
pciide_piix_reg.h
pciide_sis_reg.h
pciide.c For the PIIX, make sure the PIO_mode and DMA_mode get reset to the values used 1999-05-27 09:45:50 +00:00
pciidereg.h
pciidevar.h
pcireg.h
pcivar.h Back out previous. Thanks to cgd for pointing out another way to do this. 1999-05-06 01:10:28 +00:00
pcscp.c Fix a couple of problems in the PCscsi-PCI driver: 1999-04-25 01:20:02 +00:00
pcscpreg.h
ppb.c
ppbreg.h
puc.c
pucdata.c
pucvar.h
README
sv.c initialize 'p' for lame gcc-2.7.2.2 flow analysis. 1999-04-14 03:26:34 +00:00
svreg.h
svvar.h
tga_bt463.c Rototillage; make this actually useful. To wit: 1999-04-30 02:47:42 +00:00
tga_bt485.c
tga_conf.c
tga.c Accelerate scrolling. Originally by Roland Dowdeswell, revised by 1999-04-28 23:24:33 +00:00
tgareg.h
tgavar.h
uhci_pci.c Keep track of vendor id and make sure the vendor string is NUL terminated. 1999-05-20 09:52:35 +00:00
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