itojun
6123043789
pass string length (= boundary info) to pci_devinfo so that we do not run over
...
the end of memory region
2004-04-23 21:13:05 +00:00
itojun
aca4c091d3
sprintf -> snprintf
2004-04-22 00:17:10 +00:00
thorpej
7ec10e2d99
Use aprint_*().
2003-01-31 00:07:39 +00:00
thorpej
9b2c2ec24d
Add trailing ; to CFATTACH_DECL.
2002-10-02 16:50:59 +00:00
thorpej
387fc6dc87
Use CFATTACH_DECL().
2002-09-30 20:37:04 +00:00
thorpej
f818766afe
Declare all cfattach structures const.
2002-09-27 20:31:45 +00:00
augustss
7ad63025e4
Fix an error message.
2002-08-22 02:54:18 +00:00
augustss
77beb7e099
Use the correct years for copyright.
2002-02-14 21:58:30 +00:00
augustss
43aeee0fe8
Split out some code so you can have cardbus ehci without pci.
2002-01-09 22:56:22 +00:00
lukem
9048aaae21
add RCSID
2001-11-13 07:48:40 +00:00
augustss
3d3d59f852
Fill the companion controller array.
2001-11-10 17:07:21 +00:00
augustss
7ae1e6394f
Add some data structures to keep enable finding companion controllers
...
for EHCI.
2001-11-06 03:17:36 +00:00
sommerfeld
851de295eb
Change pci_intr_map to get interrupt source information from a "struct
...
pci_attach_args *" instead of from four separate parameters which in
all cases were extracted from the same "struct pci_attach_args".
This both simplifies the driver api, and allows for alternate PCI
interrupt mapping schemes, such as one using the tables described in
the Intel Multiprocessor Spec which describe interrupt wirings for
devices behind pci-pci bridges based on the device's location rather
the bridge's location.
Tested on alpha and i386; welcome to 1.5Q
2000-12-28 22:59:06 +00:00
augustss
19c0d40186
Even stubs need improvements.
2000-12-24 06:42:34 +00:00
augustss
63fbac9a7d
Add some placeholders for the EHCI (USB 2) driver.
...
Don't get your hopes up. I've not even finished reading the
(100+) page spec, and I have no hardware.
2000-12-24 06:39:01 +00:00