index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-6
/
+1
*
#include <machine/md_var.h> to bring the prototype for
peter
1999-07-01
1
-1
/
+2
*
On the new Meteor cards, the Philips SAA 7116 is connected to the PCI bus
roger
1999-05-31
2
-2
/
+54
*
Simplify cdevsw registration.
phk
1999-05-31
1
-5
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-3
/
+20
*
In pci_alloc_resource() only check start and end to see if its a default.
dfr
1999-05-30
1
-2
/
+2
*
Add support for multiple PCI "hoses" used on various alpha platforms.
gallatin
1999-05-20
2
-3
/
+67
*
Move pcibus (host -> pci bus) probe/attach routines from nexus
peter
1999-05-18
1
-2
/
+1
*
Use the probe priority mechanism to make sure the chip* probes do not
peter
1999-05-11
1
-3
/
+2
*
Add missing suspend/resume methods.
dfr
1999-05-10
1
-1
/
+3
*
For the ioctl that reads the pci configuration, look up the name and unit
peter
1999-05-09
1
-16
/
+14
*
GC unused variable in struct.
peter
1999-05-09
1
-2
/
+1
*
Argh, don't clobber the pci device list if there are multiple busses!
peter
1999-05-09
1
-5
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-3
/
+1
*
Print 'irq nn' on the device attach line like the old pci code did.
peter
1999-05-08
1
-1
/
+8
*
GC pci_bushigh() - no longer used.
peter
1999-05-08
1
-11
/
+1
*
Fix a goof on my part; s/struct moduledata */struct module */
peter
1999-05-06
2
-6
/
+6
*
Replace the pcidevice_set linker set based configuration mechanism for old
peter
1999-04-24
2
-11
/
+29
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
1
-8
/
+1
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
4
-115
/
+665
*
Staticize.
eivind
1999-04-11
1
-3
/
+3
*
Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Soren
n_hibma
1999-02-18
2
-458
/
+0
*
Added vendor Compaq/CMDTACH and USB067[03]
n_hibma
1999-02-15
1
-0
/
+21
*
Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID's
n_hibma
1999-01-22
2
-36
/
+45
*
Fix problem with zero valued map registers followed by valid map entries.
se
1999-01-19
2
-3
/
+4
*
Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)
bde
1999-01-13
1
-2
/
+5
*
Removed warning and comments
n_hibma
1999-01-13
1
-17
/
+1
*
Clean out warnings by changin ID string declarations to be char xxx[]
eivind
1999-01-12
1
-2
/
+2
*
Remove 'pci_bridgeto' - it was just an empty placeholder.
eivind
1999-01-12
1
-9
/
+1
*
Remove warning
n_hibma
1999-01-10
1
-2
/
+1
*
Clean up, nothing major
n_hibma
1999-01-07
2
-18
/
+7
*
Added proper names to the device messages at probe and attach.
n_hibma
1999-01-06
2
-27
/
+72
*
Removed NetBSD specific code
n_hibma
1999-01-06
2
-251
/
+25
*
The OHCI interfaces I have access to map their control regs etc. into
julian
1998-12-14
1
-3
/
+8
*
Added Id
n_hibma
1998-12-14
2
-0
/
+3
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
2
-5
/
+5
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-2
/
+2
*
Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision...
n_hibma
1998-12-11
2
-7
/
+4
*
The shift and the masking were in the wrong order for extracting
julian
1998-12-10
1
-9
/
+9
*
Preliminary support for OHCI motherboards
n_hibma
1998-12-09
1
-0
/
+295
*
1) Fixed bug: sc was used unitialised in uhci_run
n_hibma
1998-12-09
1
-21
/
+20
*
Initial commit of ported NetBSD USB stack
n_hibma
1998-11-26
1
-0
/
+338
*
s/%#p/%p/ to fix a warning. This looks like a leftover of once being
peter
1998-11-09
1
-3
/
+3
*
In the cyrix Cx5530, there are null (empty) Base address registers before the
julian
1998-11-03
1
-17
/
+25
*
ahc_pci.c:
gibbs
1998-10-07
1
-1
/
+2
*
Add functions for accessing dense and bwx memory for pci devices. These
dfr
1998-10-06
1
-2
/
+7
*
Some workarounds for a common DEC pci-pci bridge found on alphas.
dfr
1998-09-16
1
-5
/
+9
*
Correct printf format bugs.
gibbs
1998-09-15
1
-5
/
+5
*
Revive PCIConf.
gibbs
1998-09-15
2
-44
/
+381
*
Maintain a mapping from irq number to (ioapic number, int pin) tuple,
tegge
1998-09-06
1
-3
/
+3
[next]