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
/
uhci_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-71
/
+95
*
Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.
n_hibma
1999-04-11
1
-2
/
+5
*
fix typo
n_hibma
1999-04-06
1
-2
/
+2
*
Cleaning up of code, remove unneeded cruft and make
n_hibma
1999-03-27
1
-70
/
+46
*
Check whether the PIRQD enable bit is set in LegSup and if not, set it.
n_hibma
1999-03-23
1
-8
/
+17
*
Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Soren
n_hibma
1999-02-18
1
-0
/
+227