ad
|
a2a3828545
|
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
2007-10-19 11:59:34 +00:00 |
christos
|
168cd830d2
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
christos
|
4d595fd7b1
|
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
|
2006-10-12 01:30:41 +00:00 |
christos
|
95e1ffb156
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
perry
|
f31bd063e9
|
nuke trailing whitespace
|
2005-02-27 00:26:58 +00:00 |
mycroft
|
eed3298a3c
|
cardbusdevs -> pcidevs
|
2004-08-02 19:14:28 +00:00 |
mycroft
|
67f6588883
|
Adapt to pci_findvendor() change.
|
2004-08-02 18:44:56 +00:00 |
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 |
drochner
|
f4f1e00d62
|
make a kernel with the combination ohci@cardbus + ehci@pci link
|
2003-03-11 11:59:31 +00:00 |
thorpej
|
c9b3657ce9
|
Add trailing ; to CFATTACH_DECL.
|
2002-10-02 16:33:28 +00:00 |
thorpej
|
bacf3a10fa
|
Use CFATTACH_DECL().
|
2002-09-30 20:43:55 +00:00 |
thorpej
|
f818766afe
|
Declare all cfattach structures const.
|
2002-09-27 20:31:45 +00:00 |
lukem
|
f61cbe7489
|
add RCSID
|
2001-11-13 12:51:12 +00:00 |
augustss
|
cd86b27aad
|
ehci can attach to cardbus too.
|
2001-11-06 03:18:53 +00:00 |
augustss
|
59f85c4e3e
|
Ansify a function I forgot last time.
|
2001-05-09 19:33:07 +00:00 |
augustss
|
7ac3b0b5a9
|
Ansify.
|
2001-05-09 12:07:01 +00:00 |
augustss
|
30c20f930f
|
Change my email address.
|
2000-04-27 15:26:44 +00:00 |
augustss
|
74beeca710
|
Move the size of the mapped bus_space region into the bus independent softc.
|
2000-04-25 09:20:54 +00:00 |
mycroft
|
8b13d21260
|
Do a CARDBUS_BM_ENABLE to be sure.
|
2000-03-07 00:32:52 +00:00 |
thorpej
|
08483fcddc
|
When unmapping these on detach, pass the BAR to unmap (not the type of
the BAR!!)
|
2000-03-01 20:50:37 +00:00 |
augustss
|
e037c568cb
|
Update for cardbus unmap changes.
|
2000-02-04 13:48:23 +00:00 |
haya
|
91b09f5b16
|
Change cardbus API. The first argument of cardbus_mapreg_map() is
changed to struct cardbus_softc * from cardbus_devfunc_t. The old
function is renamed to Cardbus_mapreg_map().
|
1999-10-27 10:04:41 +00:00 |
augustss
|
38a146ce0f
|
Add USB OHCI attachment to cardbus.
XXX There seems to be some interrupt problem.
|
1999-10-15 11:52:45 +00:00 |