NetBSD/sys/dev/pci
bouyer 52068f73ce Add support for the Promise Ultra/33 and /66 pci IDE controller. In addition to
chip-dependant code this required the following changes:
- Instead of attaching the device in a generic way with some chip-dependant
  routines, use a chip-dependant attach routine with some common code
  factored out. The code is marginally bigger, but this allows the CMD64x
  flag hack to go away.
- For chips that report per-channel 'irq triggered', test this before calling
  wdcintr() for the native-pci irq case (compat intr can't be shared),
  as wdcintr() has no good way to know if a irq was for it or not, and
  ends up with irq loss. XXX for chips that don't have this feature irq sharing
  will not work properly !
- add my copyrigth notice (could have been done some time ago I think :)

There are still some issues to be solved with the Promise controller and
ATAPI devices.
Many thanks to Paul Newhouse for shipping me 2 Ultra/33 boards for doing this
work.
1999-08-29 17:20:10 +00:00
..
Makefile Remove dead file; alphabetize 1999-06-20 18:17:22 +00:00
Makefile.pcidevs Tron whacked my you-know-what because I didn't follow procedure. 1999-03-16 22:41:56 +00:00
README
adv_pci.c Move chip version check from advlib.c to adv_pci.c 1999-06-12 12:09:58 +00:00
adw_pci.c
ahc_pci.c
bha_pci.c
btvmei.c add driver for the Bit3 PCI-VME adapter, without the DMA parts for now 1999-06-30 17:45:38 +00:00
btvmeireg.h add driver for the Bit3 PCI-VME adapter, without the DMA parts for now 1999-06-30 17:45:38 +00:00
btvmeivar.h add driver for the Bit3 PCI-VME adapter, without the DMA parts for now 1999-06-30 17:45:38 +00:00
com_puc.c
cy_pci.c
devlist2h.awk
eap.c Fix a buglet in the driver's DMA buffer list ipmlementation, causing the next- 1999-07-10 16:46:19 +00:00
eso.c Add missing MPU interrupt glue. 1999-08-14 22:42:16 +00:00
esoreg.h Add missing MPU interrupt glue. 1999-08-14 22:42:16 +00:00
esovar.h Move the mpu device declaration to conf/files. 1999-08-02 17:37:41 +00:00
files.pci Move the mpu device declaration to conf/files. 1999-08-02 17:37:41 +00:00
i82365_pci.c Fix up support for PCI attachments of pcic devices on i386 in general, 1998-12-20 17:53:28 +00:00
i82365_pcivar.h Fix up support for PCI attachments of pcic devices on i386 in general, 1998-12-20 17:53:28 +00:00
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 IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
if_ep_pci.c Improve card descriptions. 1999-02-19 06:57:56 +00:00
if_epic_pci.c Add support for the SMC 83c175. Also, print out the chip rev when 1999-07-27 00:37:34 +00:00
if_esh_pci.c
if_ex_pci.c Recognize 3c905C. 1999-07-15 18:10:29 +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_pci.c Intel i82557 driver is now split into bus and chip bits. 1999-06-20 16:35:40 +00:00
if_le_pci.c
if_levar.h
if_lmc.c Commit files for the LAN Media Corporation high speed serial/HSSI/DS3 driver 1999-03-25 03:32:43 +00:00
if_lmc_common.c Commit files for the LAN Media Corporation high speed serial/HSSI/DS3 driver 1999-03-25 03:32:43 +00:00
if_lmc_media.c Commit files for the LAN Media Corporation high speed serial/HSSI/DS3 driver 1999-03-25 03:32:43 +00:00
if_lmc_nbsd.c just say no to __BROKEN_INDIRECT_CONFIG 1999-05-12 22:55:14 +00:00
if_lmc_types.h wrap kernel bits in shared kernel/userland files 1999-03-25 04:09:33 +00:00
if_lmcioctl.h wrap kernel bits in shared kernel/userland files 1999-03-25 04:09:33 +00:00
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 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_rl.c clean up attach messages slightly. 1999-08-20 03:36:59 +00:00
if_rlreg.h add driver for realtek 8129/8139, from freebsd, with mii stuff kicked out 1999-06-27 15:19:40 +00:00
if_sip.c Be a little nicer about memory usage: 1999-08-03 17:25:51 +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 Because memory mapped access doesn't fail only with the docking station 1999-01-11 22:45:41 +00:00
if_vr.c Initialize error variable. Should fix spurious init errors. 1999-08-14 11:23:39 +00:00
if_vrreg.h Garbage-collect some unneeded definitions. 1999-02-12 00:37:07 +00:00
isp_pci.c Change to approved NASA/Ames copyright. Add in Qlogic 2200 support. 1999-07-05 20:28:11 +00:00
lpt_puc.c
mpu_eso.c Add missing MPU interrupt glue. 1999-08-14 22:42:16 +00:00
ncr.c after bus_dmamem creating some memory, zero it out. This has stopped 1999-08-19 00:43:45 +00:00
ncrreg.h
ncrstat.c
ohci_pci.c Disable interrupts early. 1999-08-21 21:35:36 +00:00
opl_eso.c Move the MPU driver isa/ to ic/. 1999-08-01 18:05:39 +00:00
opl_sv.c Add a driver for the S3 SonicVibes chip. From OpenBSD and 1998-12-10 18:47:18 +00:00
pci.c Back out previous. Thanks to cgd for pointing out another way to do this. 1999-05-06 01:10:28 +00:00
pci_map.c
pci_quirks.c
pci_subr.c use a symbolic definition for the PCI subsystem ID 1998-12-21 20:56:06 +00:00
pcidevs Add a bunch of i810 devices. From Paul Shupak <paul@plectere.com>. 1999-08-28 09:18:08 +00:00
pcidevs.h Regen. 1999-08-28 09:22:58 +00:00
pcidevs_data.h Regen. 1999-08-28 09:22:58 +00:00
pciide.c Add support for the Promise Ultra/33 and /66 pci IDE controller. In addition to 1999-08-29 17:20:10 +00:00
pciide_acer_reg.h Add support for the Promise Ultra/33 and /66 pci IDE controller. In addition to 1999-08-29 17:20:10 +00:00
pciide_apollo_reg.h Rearange the modes setup to allow these to be dyanmically changed. Fill 1998-12-16 12:48:45 +00:00
pciide_cmd_reg.h Add support for the Promise Ultra/33 and /66 pci IDE controller. In addition to 1999-08-29 17:20:10 +00:00
pciide_cy693_reg.h Add definitions of the DMA mode control registers. They should be used 1999-08-29 17:06:43 +00:00
pciide_pdc202xx_reg.h Add support for the Promise Ultra/33 and /66 pci IDE controller. In addition to 1999-08-29 17:20:10 +00:00
pciide_piix_reg.h
pciide_sis_reg.h The chipset manual doesn't tell the truth about the channel enable 1998-12-04 17:30:55 +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 add two of the newer register definitions 1998-12-21 20:31:54 +00:00
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 Device driver for the AMD Am53c974 PCscsi-PCI SCSI chip (i.e. the chip used 1999-01-06 23:23:33 +00:00
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 'Dolphin' -> 'Dolphin Peripherals' where appropriate 1999-07-03 05:55:23 +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 Fix a buglet in the driver's DMA buffer list ipmlementation, causing the next- 1999-07-10 16:46:19 +00:00
svreg.h Add a driver for the S3 SonicVibes chip. From OpenBSD and 1998-12-10 18:47:18 +00:00
svvar.h spaces -> tabs 1999-02-18 00:55:36 +00:00
tga.c Accelerate scrolling. Originally by Roland Dowdeswell, revised by 1999-04-28 23:24:33 +00:00
tga_bt463.c Rototillage; make this actually useful. To wit: 1999-04-30 02:47:42 +00:00
tga_bt485.c completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
tga_conf.c
tgareg.h
tgavar.h
uhci_pci.c Disable interrupts early. 1999-08-21 21:35:36 +00:00
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