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
/
usb
/
uhci_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return
imp
2005-03-01
1
-1
/
+1
*
Pass an explicit pointer to the bus structure in the 'usb' device ivar
jb
2004-12-28
1
-1
/
+1
*
Add device IDs for Intel ICH6.
le
2004-10-13
1
-0
/
+20
*
Make the USB subsystem unloadable and detachable, though currently
iedowse
2004-08-02
1
-16
/
+8
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+3
*
Fix a suspend/resume issue. My Compaq N400c works fine.
shiba
2004-01-12
1
-0
/
+2
*
Sometimes cardbus attachments don't attach, so while we track down
imp
2003-11-28
1
-0
/
+1
*
Remove explicit cardbus attachments from drivers where this is identical
dfr
2003-11-03
1
-1
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-3
/
+4
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Enable bus mastering in the attach routine. This appears to fix the
imp
2003-06-12
1
-0
/
+2
*
Add PCI ID's for the 4 USB hubs on the ICH5 controller.
jhb
2003-05-06
1
-0
/
+20
*
These appear to work as cardbus cards too
imp
2003-02-28
1
-0
/
+1
*
Use the correct size for reading and writing the PCI config space.
marcel
2003-02-23
1
-5
/
+5
*
Add a device description for Intel 82801CA/CAM (ICH3) USB controller
joe
2002-08-28
1
-0
/
+5
*
Add a comment to remind that uhci_pci_match will never return NULL.
joe
2002-08-18
1
-6
/
+11
*
Consolidate the device recognition code.
joe
2002-08-18
1
-57
/
+4
*
UHCI_DEBUG -> USB_DEBUG.
joe
2002-08-15
1
-1
/
+1
*
Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.
jhb
2002-07-19
1
-0
/
+27
*
Fix a formatting error.
joe
2002-02-17
1
-6
/
+6
*
KNF style the code, ready for an MFC.
joe
2002-02-17
1
-54
/
+64
*
Add ICH3 (82801CA/CAM) and 460GX
peter
2001-11-03
1
-0
/
+24
*
Add description for 82801BA controller.
kuriyama
2001-05-21
1
-0
/
+16
*
Remove a couple of leftover unused variables.
msmith
2000-12-13
1
-1
/
+0
*
We now have the ability to assign the correct IRQ when PNP-OS is turned
nsayer
2000-12-03
1
-10
/
+0
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
1
-1
/
+0
*
Add 440MX chipset.
kuriyama
2000-05-24
1
-0
/
+8
*
Only display the 'Disable PNP-OS BIOS option' message on the i386 arch.
jhb
2000-05-11
1
-0
/
+2
*
Do the attach (and detach) properly. Store the cookies.
n_hibma
2000-05-07
1
-40
/
+76
*
Add an ID for the SiS 5571.
n_hibma
2000-03-15
1
-3
/
+2
*
Move the warning on wrong IRQ values to the right place, before any
n_hibma
2000-02-20
1
-8
/
+8
*
Add PCI Id's for i810 chipsets.
n_hibma
2000-02-07
1
-0
/
+16
*
Disable the generation of SMIs (System Management Interrupts). Always set
n_hibma
2000-02-06
1
-10
/
+10
*
Commit missing bits, forgotten when committing support for suspend/resume
n_hibma
2000-02-04
1
-4
/
+7
*
bus_release_resource is spellt like bus_release_resource not like
n_hibma
2000-01-31
1
-13
/
+13
*
Properly teardown the allocated and initialised stuff when an error
n_hibma
2000-01-26
1
-7
/
+5
*
Don't set ivars until we checked the return value from device_add_child.
n_hibma
2000-01-26
1
-1
/
+1
*
Fix some warnings.
peter
2000-01-23
1
-2
/
+2
*
Properly remove interrupts if initialisation fails.
n_hibma
2000-01-20
1
-29
/
+37
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+2
*
Fix the 'usb0: USB revision unknown, not supported' people have been seeing
n_hibma
1999-12-03
1
-15
/
+10
*
Remove some bogus bus methods peter added. We are hardly doing
n_hibma
1999-11-22
1
-6
/
+1
*
remove the use of uhci_reset to wake up the controller after
n_hibma
1999-10-07
1
-5
/
+4
*
Check for a valid irq number before calling BUS_SETUP_INTR.
n_hibma
1999-10-03
1
-3
/
+14
*
Reset the UHCI controller when the device comes back from suspend.
n_hibma
1999-08-23
1
-6
/
+33
*
1) rename dev->self to be consistent
n_hibma
1999-08-18
1
-44
/
+60
*
Remove option USBVERBOSE
n_hibma
1999-06-16
1
-2
/
+2
*
Shorten the strings a bit (remove 'Host')
n_hibma
1999-06-13
1
-9
/
+10
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-3
/
+3
*
Move the disabling of interrupts right before the allocation of the
n_hibma
1999-05-01
1
-1
/
+16
[next]