1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/dev/pci
Warner Losh d0036d6ebc Remove bogus range restrictions that attempted to restrict the range
of I/O in 1.5.  It looks like I got it right only for some of the
cases.  Instead, allow ISA addresses as a special case.  Most PCI
bridges decode this range.  I need to investigate PCI bridges better
to know if this is always true or not, but for now assume that it is
since that seems to be the most common case.

# We need to allocate addresses better for the pccard stuff...

Submitted by: phk, mitsunaga-san
2002-02-08 07:31:02 +00:00
..
eisa_pci.c Next round of PCI subsystem updates: 2000-12-13 01:25:11 +00:00
fixup_pci.c Fix reversed arguments to pci_write_config() 2001-06-03 09:45:40 +00:00
ignore_pci.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
isa_pci.c Add support for the Intel 82443MX chipset 2001-12-21 01:28:59 +00:00
pci_if.m Slightly reimplement some recently added helper functions as methods, so 2001-02-27 23:13:20 +00:00
pci_pci.c Remove bogus range restrictions that attempted to restrict the range 2002-02-08 07:31:02 +00:00
pci_user.c o Modify access control code for /dev/pci device to use securelevel_gt() 2001-09-26 20:14:03 +00:00
pci.c Implement 2 small helper functions: 2002-01-10 00:56:02 +00:00
pcib_if.m - Fix the device database parsing code so that it actually works. 2000-12-09 09:15:38 +00:00
pcireg.h Add PCIR_CAP_PTR as a define for the location of the capability 2000-12-20 14:36:52 +00:00
pcivar.h Implement 2 small helper functions: 2002-01-10 00:56:02 +00:00