Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-29 | replace hand-rolled CRC calculation in multicast hash setup with calls to | Christian Weisgerber | |
ether_crc32_*(); ok mcbride@ | |||
2004-05-28 | Clean up subsysid lookups + print subsysid string during boot. | Marco Peereboom | |
Add: * Adaptec 1210SA, 2410SA, 2610SA, 2810SA, 21610SA * Dell CERC-SATA, PERC 320/DC | |||
2004-05-28 | Regen. | Marco Peereboom | |
2004-05-28 | Remove DELL CERC-SATA since it is a subsysid. ok deraadt@, nate@ | Marco Peereboom | |
2004-05-27 | while polling, ack & ignore interrupts. this will have to do until | Theo de Raadt | |
someone writes a better diff. from peter | |||
2004-05-26 | add Sitecom usb-serial (CN104) | Markus Friedl | |
2004-05-26 | sync | Markus Friedl | |
2004-05-26 | sitecom serial adapter | Markus Friedl | |
2004-05-26 | use ETHER_ALIGN | Brad Smith | |
2004-05-26 | rehab the locator index crack monkeys | Theo de Raadt | |
2004-05-25 | Attach scsi bus, find devices without crashing, successfully do simple | Kenneth R Westerback | |
i/o's on i386. De-static many functions. ok marco@ | |||
2004-05-25 | Use the correct value when checking whether a loop timed out. | Ryan Thomas McBride | |
ok krw@ | |||
2004-05-24 | do not bother w/ void pci_devinfo() calls and free resources on failures | Michael Shalayeff | |
2004-05-24 | repair dmesg and free resources on failures | Michael Shalayeff | |
2004-05-24 | cummulative update from freebsd an netbsd: | Michael Shalayeff | |
PCI_VENROD_PINNACLE -> PCI_VENDOR_PINNACLE_ALT; correct brightness ioctl; missing htole32s; fix "set chroma comb" command in yuv422_prog(); use defines instead of magic numbers; fix statics and comments. from jakemsr@jakemsr.com | |||
2004-05-24 | missing statics for freebsd; from freebsd via jakemsr@jakemsr.com | Michael Shalayeff | |
2004-05-24 | remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.com | Michael Shalayeff | |
2004-05-24 | Make Yukon-style adapters also set up the multicast filter in sk_init(). | Christian Weisgerber | |
This fixes various multicast-related problems. ok henning@ | |||
2004-05-24 | tiny comments sync with netbsd, was lost during importing | Alexander Yurchenko | |
2004-05-23 | lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver. | Alexander Yurchenko | |
Based on the driver from NetBSD (r) written by Jason R. Thorpe, adapted for our sensors infrastructure and with LM77 support. ok deraadt@ | |||
2004-05-23 | gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver. | Alexander Yurchenko | |
For now it only supports I2C-compatible ACCESS.bus interface, so we use it as an i2c master controller. ACCESS.bus interface is enabled and used on the PC Engines WRAP.1C board. | |||
2004-05-23 | I2C framework originally written by Steve C. Woodford and Jason R. Thorpe | Alexander Yurchenko | |
for NetBSD (r). This framework supports various i2c master controllers: - dumb bit-bang controllers - a few styles of automated controllers that give you control over sending start/stop conditions on the i2c bus - automated controllers that are too smart for its own good, giving software no control over start/stop conditions - smbus controllers by emulating smbus protocol with i2c commands i2c slave devices need their addresses to be specified in the kernel config file, no device discovery presented. ok deraadt@ | |||
2004-05-23 | Hack to prevent uvm_fault when timeout_del deletes a non-existing timer ↵ | Marco Peereboom | |
during boot. ok krw@ | |||
2004-05-23 | ehci support; hacked into working shape by jonathon@gateway.zenbu.net | Theo de Raadt | |
2004-05-22 | Do not truncate intermediate results computing aiov.iov_len in vndsetcred(); | Otto Moerbeek | |
print size_t as unsigned long long. ok tedu@ miod@ | |||
2004-05-21 | Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@ | Marco Peereboom | |
2004-05-21 | Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@ | Marco Peereboom | |
2004-05-21 | Regen. | Marco Peereboom | |
2004-05-21 | Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@ | Marco Peereboom | |
2004-05-20 | Remove bogus $Id. | Marco Peereboom | |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom | |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom | |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom | |
2004-05-19 | regen | Alexander Yurchenko | |
2004-05-19 | New vendor iRiver and its mp3 players. | Alexander Yurchenko | |
2004-05-19 | another ETHER_ALIGN | Brad Smith | |
2004-05-19 | unbreak by removing the 'nonexistant" PERC 3/QC here as well | Henning Brauer | |
we usually test compile at least a kernel before removing pcidevs shitz... the carrot goes to marco's nose | |||
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith | |
2004-05-19 | Add missing aic79xx_reg.h file. Update aic79xx* files to latest | Kenneth R Westerback | |
FreeBSD versions in preparation for ahd. Update Makefile to generate aic79xx* files. ok marco@, tested by Milos Urbanek. | |||
2004-05-18 | fix from netbsd to twiddle the fxp eeprom to disable dynamic standby mode | Bob Beck | |
on cards that have issues with this creating pci errors in 10 mbps mode tested by many, including me, nick, and pval. ok jason@, markus@ | |||
2004-05-18 | Check for and handle interface CRC errors. | Bob Beck | |
testing by me, pval, nick, others... ok jason@, marco@ | |||
2004-05-18 | Regen. | Marco Peereboom | |
2004-05-18 | Add ahd, remove non-existent PERC 3/QC. ok deraadt@ henning@ krw@ bob@ millert@ | Marco Peereboom | |
2004-05-18 | Be sure to initalized and use the "len" variable correctly in iestart(); | Miod Vallat | |
from Thierry Herbelot (%thierry% at herbelot ding com). | |||
2004-05-14 | sync | Nathan Binkert | |
2004-05-14 | more adaptec aac(4) | Nathan Binkert | |
2004-05-14 | Syba SD-LAB PCI I/O Card 4S | Henning Brauer | |
From: Christian Gut <cycloon@is-root.org> | |||
2004-05-14 | sync | Henning Brauer | |
2004-05-14 | Syba 4S puc | Henning Brauer | |
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst | |
ok krw@ canacar@ |