Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-01 | update for pcidevs name change | Brad Smith | |
2005-12-30 | remove the tailq used to locate ehci's companion controllers. i have | David Gwynne | |
absolutely no idea how this compiled since the usb_cardbus struct (which is what the list was made of) was defined in usb_cardbus.h. usb_cardbus.h was removed from the tree over 8 months ago. gcc must be crap. | |||
2005-12-30 | remove #if __NetBSD__ and device_ptr_t. its more readable and less | David Gwynne | |
confusing now. | |||
2005-12-30 | while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. why | David Gwynne | |
did i put that in? this cleans up the if __NetBSD__ goo | |||
2005-12-07 | o do not break after first iteration but when we found a match. | Federico G. Schwindt | |
o try to read the whole cis (but not more than len bytes) instead of the first 256 bytes. first one spotted by lint. mickey@, krw@ and deraadt@ ok. | |||
2005-09-26 | minor knf | Theo de Raadt | |
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat | |
code duplication in cardbus, pcmcia and puc attachments. Joint effort with fgs@; blessed deraadt@ | |||
2005-09-24 | Make atw_cardbus_power() not tell us its name every time it is called... | Jonathan Gray | |
2005-09-22 | remove the very basic ath(4) rate control implementation and use | Reyk Floeter | |
rssadapt(9) instead. this may need some further work but now it's in the right place and shared with other drivers (like ral(4)). yes jsg@ | |||
2005-09-19 | knf. | Federico G. Schwindt | |
2005-09-13 | some missing cleanup from the previous commit. | Federico G. Schwindt | |
2005-09-13 | knf; no binary change. | Federico G. Schwindt | |
2005-09-13 | make compile; good | Michael Shalayeff | |
2005-09-12 | Do not ouput anything unless option CARDBUS_DEBUG; ok fgs@ | Miod Vallat | |
2005-09-12 | knf plus use __func__; no functional change. | Federico G. Schwindt | |
2005-09-12 | Do not leak memory if cardbus_read_exrom() fails; ok fgs@ | Miod Vallat | |
2005-09-12 | better cis string parsing. from drochner@netbsd.org; tested by jmc@. | Federico G. Schwindt | |
2005-09-09 | knf. no binary change. | Federico G. Schwindt | |
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray | |
ok reyk@ | |||
2005-09-05 | correct manfid length check. | Federico G. Schwindt | |
2005-08-22 | don't go beyond the end when parsing tuples. diff originally by pascoe@, | Federico G. Schwindt | |
final from enami@netbsd.org. problem found and tested by Simon Kuhnle <simonkuhnle at web dot de> with a rtw card with a broken cis. jsg@ pascoe@ deraadt@ ok. | |||
2005-08-18 | on debug, print the tuple number along with the name to help debugging in | Federico G. Schwindt | |
case of reserved tuples and pad to 0 the byte number. deraadt@ ok. | |||
2005-08-02 | kill 2kB stack offender in cardbus_attach_card. | Christopher Pascoe | |
ok deraadt fgsch | |||
2005-07-25 | add missing comma to initializer. | Christopher Pascoe | |
2005-07-24 | add Broadcom BCM4322 support; reported and tested by Alexander Topolanek | Federico G. Schwindt | |
(atopo at ocv dot org). | |||
2005-07-12 | handle TI 64 byte fifo units here too; steve.shockley@shockley.net | Theo de Raadt | |
2005-07-04 | probe & handle TI16750 if they ever show up here | Theo de Raadt | |
2005-07-04 | broadcom never ceases to amaze us. the fifos on their 16550a | Theo de Raadt | |
serial chips are apparently 15 bytes not 16 bytes. reported to me by the option driver author | |||
2005-06-29 | initialize timeouts needed by pccom | Theo de Raadt | |
2005-06-27 | comma | Theo de Raadt | |
2005-06-27 | typo; mitja@muzenic.net | Theo de Raadt | |
2005-06-27 | card broadcom serial, plus set frequency | Theo de Raadt | |
2005-06-15 | add Linksys PCMPC200 | Brad Smith | |
2005-06-08 | useless netns includes; there was no NS stuff ever here | Henning Brauer | |
2005-05-29 | - better pcidevs entries for Intel Gig and add 82573 ids | Brad Smith | |
- add/fix up Abocom enries | |||
2005-05-29 | add the RTL8185 (not working yet) | Reyk Floeter | |
2005-05-28 | Don't display vid/pid from CIS if vid is 0. | Jonathan Gray | |
Makes more sense than displaying the PCI values which is already covered by the PCI code. | |||
2005-05-28 | Don't use vid/pid from the CIS if vid is 0 when reporting unmatched | Jonathan Gray | |
devices. Several devices have been known to have this behaviour. ok deraadt@ | |||
2005-05-28 | make sure to enable socket on resume. | Robert Nagy | |
in order for the enable to work disable the socket on suspend. ok jsg@, mickey@ | |||
2005-05-27 | make sure to enable socket on resume. | Robert Nagy | |
in order for the enable to work disable the socket on suspend. lot of help from mickey@ ok jsg@ millert@ | |||
2005-05-27 | print the screwed ofs in the panic msg | Michael Shalayeff | |
2005-05-26 | add a cardbus attachment for uhci. This code is based on the ohci_cardbus.c | Nathan Binkert | |
and uhci_pci.c files. ok dlg@ | |||
2005-05-16 | Use cardbus_matchbyid(). | Brad Smith | |
ok millert@ jsg@ | |||
2005-05-09 | PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness. | Brad Smith | |
no functional change. | |||
2005-05-09 | add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid(). | Brad Smith | |
2005-04-11 | get rid of the lines on ehci attach that show the version and the companion | David Gwynne | |
controllers. remove the insane amount of support code needed just for the printing of the companion controllers while here. zap it deraadt@ sure pascoe@ | |||
2005-03-30 | make the powerhooks the responsibility of the bus ohci is attached to | David Gwynne | |
ok uwe@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval | |
Ok deraadt@, miod@ | |||
2005-02-22 | make ral compile on macppc. | Damien Bergamini | |
pointed out by "barryg" (Barry Dexter A. Gonzaga). |