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
/
pci
/
ohci_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KNF style the code, ready for an MFC.
joe
2002-02-17
1
-38
/
+41
*
Fix some bugs in the ohci driver with respect to irq setup failure.
joe
2002-02-11
1
-3
/
+4
*
Add AMD766 OHCI USB controller. Remove unused VENDORID lists.
peter
2001-11-06
1
-9
/
+8
*
Set vendor string correctly for the Apple KeyLargo.
benno
2001-07-05
1
-0
/
+4
*
Add device ID for the OHCI controller in the Apple KeyLargo chip.
benno
2001-07-02
1
-0
/
+5
*
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
*
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
-37
/
+67
*
Add an ID for the SiS 5571.
n_hibma
2000-03-15
1
-3
/
+10
*
Move the warning on wrong IRQ values to the right place, before any
n_hibma
2000-02-20
1
-8
/
+8
*
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
-31
/
+38
*
Don't set ivars until we checked the return value from device_add_child.
n_hibma
2000-01-26
1
-1
/
+1
*
Add ID for the AMD-756 OHCI controller
n_hibma
2000-01-21
1
-0
/
+9
*
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
-0
/
+3
*
Remove some bogus bus methods peter added. We are hardly doing
n_hibma
1999-11-22
1
-6
/
+1
*
Check for a valid irq number before calling BUS_SETUP_INTR.
n_hibma
1999-10-03
1
-1
/
+9
*
1) rename dev->self to be consistent
n_hibma
1999-08-18
1
-32
/
+47
*
Shorten the strings a bit (remove 'Host')
n_hibma
1999-06-13
1
-6
/
+6
*
Add comment about split in driver
n_hibma
1999-05-20
1
-1
/
+6
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+2
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-66
/
+88
*
Cleaning up of code, remove unneeded cruft and make
n_hibma
1999-03-27
1
-57
/
+44
*
Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Soren
n_hibma
1999-02-18
1
-0
/
+231