Re: cvs commit: src/sys/dev/usb ehci_pci.c uhci_pci.c

2008-04-26 Thread Ulf Lilleengen
On fre, apr 11, 2008 at 05:50:53am +, Benno Rice wrote: benno 2008-04-11 05:50:53 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c uhci_pci.c Log: Identify ICH9 USB controllers. I've taken a slightly different approach than is used

cvs commit: src/sys/dev/usb ehci_pci.c uhci_pci.c

2008-04-23 Thread John Baldwin
jhb 2008-04-23 18:50:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb ehci_pci.c uhci_pci.c Log: MFC: Add PCI ID's for ICH8 USB controllers. Revision ChangesPath 1.28.2.3 +8 -0 src/sys/dev/usb/ehci_pci.c

cvs commit: src/sys/dev/usb ehci_pci.c uhci_pci.c

2008-04-23 Thread John Baldwin
jhb 2008-04-23 18:54:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb ehci_pci.c uhci_pci.c Log: MFC: Add PCI ID's for ICH8 USB controllers. Revision ChangesPath 1.18.2.4 +8 -0 src/sys/dev/usb/ehci_pci.c

cvs commit: src/sys/dev/usb ehci_pci.c uhci_pci.c

2008-04-10 Thread Benno Rice
benno 2008-04-11 05:50:53 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c uhci_pci.c Log: Identify ICH9 USB controllers. I've taken a slightly different approach than is used with the ICH8 controllers in that each controller is not identified

cvs commit: src/sys/dev/usb ehci_pci.c uhci_pci.c

2008-04-07 Thread John Baldwin
jhb 2008-04-07 19:12:22 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c uhci_pci.c Log: Add PCI ID's for ICH8 USB controllers. MFC after: 1 week PR: usb/116574 Submitted by: Dave Grochowski malus.x of gmail