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
*
Added PCIR_BIOS (0x30).
yokota
2000-01-10
1
-0
/
+2
*
Show the port/mem/irq of pci devices too.
peter
2000-01-08
1
-3
/
+37
*
Clean up the cfgmech/pci_mechanism debris. The reason for the existance
peter
2000-01-08
1
-2
/
+0
*
Zap pci_map_dense() and pci_map_bwx() - they were for compatability but
peter
2000-01-05
1
-2
/
+0
*
Make the usb and ide/ata device identification a little saner. Rather than
peter
1999-12-10
2
-15
/
+9
*
[ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the
ken
1999-12-08
2
-2
/
+1
*
Raise the pci compat driver match priority a bit so that it's not
peter
1999-12-05
1
-1
/
+1
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-2
/
+2
*
Make the pci driver compat shim return a preference for probe
peter
1999-11-30
1
-1
/
+2
*
Feh, kind of went wrong the previous commit. dev should child (in some
n_hibma
1999-11-22
1
-5
/
+5
*
Move the pretty printing of the description for USB controllers to
n_hibma
1999-11-22
1
-2
/
+15
*
Allow NULL for startp and/or countp in bus_get_resource() so that you can
peter
1999-11-20
1
-2
/
+4
*
now that a map's base addr is 64-bits, the alpha multi-hose hack needs
gallatin
1999-11-03
1
-4
/
+4
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-2
/
+2
*
Don't test boolean return against != 1.
phk
1999-10-29
1
-4
/
+4
*
Fix some resource allocation peculiarities of the intpm device.
dfr
1999-10-28
1
-65
/
+103
*
Make sure we add an interrupt resource if intline!=255.
dfr
1999-10-26
1
-1
/
+1
*
Correct a stupid type which prevented us from working with any device
dfr
1999-10-17
1
-1
/
+1
*
* Implement bus_set/get/delete_resource for pci.
dfr
1999-10-14
2
-279
/
+148
*
allow pci_ioctl to work with multi-hose alphas.
gallatin
1999-10-12
1
-2
/
+2
*
Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.
peter
1999-10-09
1
-0
/
+1
*
A band-aid to prevent multi-hose alpha chipsets (aka tsunami) from
gallatin
1999-10-03
1
-0
/
+4
*
Backout part of the changes made in 1.111
roger
1999-10-01
1
-9
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Handle for passthru resource release correctly.
luoqi
1999-09-03
1
-5
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-22
/
+7
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-5
/
+13
*
Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are
dfr
1999-07-28
1
-1
/
+13
*
Case matters.
mdodd
1999-07-27
1
-3
/
+3
*
Implement the BUS_PROBE_NOMATCH method for the PCI bus.
mdodd
1999-07-27
1
-1
/
+32
*
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
[next]