Age | Commit message (Expand) | Author |
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 |
2005-08-18 | on debug, print the tuple number along with the name to help debugging in | Federico G. Schwindt |
2005-08-02 | kill 2kB stack offender in cardbus_attach_card. | Christopher Pascoe |
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 |
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 |
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 |
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 |
2005-05-28 | Don't use vid/pid from the CIS if vid is 0 when reporting unmatched | Jonathan Gray |
2005-05-28 | make sure to enable socket on resume. | Robert Nagy |
2005-05-27 | make sure to enable socket on resume. | Robert Nagy |
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 |
2005-05-16 | Use cardbus_matchbyid(). | Brad Smith |
2005-05-09 | PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness. | Brad Smith |
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 |
2005-03-30 | make the powerhooks the responsibility of the bus ohci is attached to | David Gwynne |
2005-03-08 | Cosmetics... | Thierry Deval |
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval |
2005-02-22 | make ral compile on macppc. | Damien Bergamini |
2005-02-19 | fix dmesg output. | Damien Bergamini |
2005-02-18 | make sure bpfilter.h is included before including ralvar.h. fixes a panic | Damien Bergamini |
2005-02-16 | Fix scoping error when unhooking the interrupt handler. reyk@ ok | Aaron Campbell |
2005-02-15 | Driver for Ralink Technology RT2500 wireless adapters. | Damien Bergamini |
2005-02-10 | Remove redundant product name strings, simplify matching slightly. | Jonathan Gray |
2005-02-09 | Match D-Link DWL-610. | Jonathan Gray |
2005-01-16 | - recognize Microsoft PCI and CardBus adapters | Brad Smith |
2005-01-16 | get EEPROM width on all cards except for the original PNIC | Brad Smith |
2005-01-14 | rev 1.63 | Brad Smith |
2005-01-14 | cardbus re(4) support (Realtek 8169) heavily based on if_rl. | Peter Valchev |
2005-01-14 | minor prototypes style; ok deraadt | Peter Valchev |
2005-01-04 | shrink dmesg output | Jonathan Gray |
2004-12-29 | from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3 | David Gwynne |
2004-12-29 | Driver for Realtek 802.11 devices from NetBSD. | Jonathan Gray |
2004-12-07 | ohci and ehci at cardbus support from netbsd | David Gwynne |
2004-11-23 | support the gpio found on ath(4) devices. | Reyk Floeter |
2004-11-20 | remove redundant commented out bits for com@cardbus | Brad Smith |
2004-11-20 | no tlp, we have dc. | Brad Smith |
2004-11-02 | imported Sam Leffler's ath driver for atheros multimode wireless nics | Reyk Floeter |