summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2004-06-03Add support for the GPIO logical device.Alexander Yurchenko
2004-06-03A framework for supporting various General Purpose Input/Output (GPIO)Alexander Yurchenko
2004-06-02Add quirks field to the wdc softc and implement the first one:Alexander Yurchenko
2004-06-02Add ether_{add,del}multi(), makes multicast work.Ryan Thomas McBride
2004-06-01dv_xname is not the same as dv_unit (for hell knows what reason)Michael Shalayeff
2004-06-01regenTodd C. Miller
2004-06-01Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) fromTodd C. Miller
2004-06-01Replace hand-rolled crc32 with ether_crc32_le().Ryan Thomas McBride
2004-06-01some revisions have issues sending lots of packets.Ted Unangst
2004-05-31When loading multicast filters, accept all multicast when we encounterRyan Thomas McBride
2004-05-31Replace local crc32 with ether_crc32_be.Ryan Thomas McBride
2004-05-31Enable all multicast if we encounter a range.Ryan Thomas McBride
2004-05-31Replace tulip_crc32 with ether_crc32_le.Ryan Thomas McBride
2004-05-31multicast cleanups:Ryan Thomas McBride
2004-05-31Don't reinvent the wheel, use ether_crc32_le() instead.Ryan Thomas McBride
2004-05-30a bit of syncing with the FreeBSD driver, namely...Brad Smith
2004-05-30serial console hack from tom. who, after having been told a few timesTheo de Raadt
2004-05-30Devices hot plugging support.Alexander Yurchenko
2004-05-30Multicast fixups:Ryan Thomas McBride
2004-05-30Multicast fixups:Ryan Thomas McBride
2004-05-30rcsidsTed Unangst
2004-05-29- Properly support multicast reception.Christian Weisgerber
2004-05-29replace hand-rolled CRC calculation in multicast hash setup with calls toChristian Weisgerber
2004-05-28Clean up subsysid lookups + print subsysid string during boot.Marco Peereboom
2004-05-28Regen.Marco Peereboom
2004-05-28Remove DELL CERC-SATA since it is a subsysid. ok deraadt@, nate@Marco Peereboom
2004-05-27while polling, ack & ignore interrupts. this will have to do untilTheo de Raadt
2004-05-26add Sitecom usb-serial (CN104)Markus Friedl
2004-05-26syncMarkus Friedl
2004-05-26sitecom serial adapterMarkus Friedl
2004-05-26use ETHER_ALIGNBrad Smith
2004-05-26rehab the locator index crack monkeysTheo de Raadt
2004-05-25Attach scsi bus, find devices without crashing, successfully do simpleKenneth R Westerback
2004-05-25Use the correct value when checking whether a loop timed out.Ryan Thomas McBride
2004-05-24do not bother w/ void pci_devinfo() calls and free resources on failuresMichael Shalayeff
2004-05-24repair dmesg and free resources on failuresMichael Shalayeff
2004-05-24cummulative update from freebsd an netbsd:Michael Shalayeff
2004-05-24missing statics for freebsd; from freebsd via jakemsr@jakemsr.comMichael Shalayeff
2004-05-24remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.comMichael Shalayeff
2004-05-24Make Yukon-style adapters also set up the multicast filter in sk_init().Christian Weisgerber
2004-05-24tiny comments sync with netbsd, was lost during importingAlexander Yurchenko
2004-05-23lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver.Alexander Yurchenko
2004-05-23gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver.Alexander Yurchenko
2004-05-23I2C framework originally written by Steve C. Woodford and Jason R. ThorpeAlexander Yurchenko
2004-05-23Hack to prevent uvm_fault when timeout_del deletes a non-existing timer durin...Marco Peereboom
2004-05-23ehci support; hacked into working shape by jonathon@gateway.zenbu.netTheo de Raadt
2004-05-22Do not truncate intermediate results computing aiov.iov_len in vndsetcred();Otto Moerbeek
2004-05-21Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@Marco Peereboom
2004-05-21Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@Marco Peereboom
2004-05-21Regen.Marco Peereboom