summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-04-25KNF and zap trailing whitespace.Niall O'Higgins
2005-04-25csum -> csum_flagsBrad Smith
2005-04-25use delay() and not tsleep() in attach. makes driver work properly withNiall O'Higgins
2005-04-25Use ETHERTYPE_VLAN.Brad Smith
2005-04-25remove the stepping info since this isn't rightBrad Smith
2005-04-24add fxp-d102e to the listBrad Smith
2005-04-24add microcode to support interrupt mitigation on theBrad Smith
2005-04-24- fix and update commentsBrad Smith
2005-04-23accept VLAN-sized framesBrad Smith
2005-04-23styleBrad Smith
2005-04-23- always accept VLAN-sized framesBrad Smith
2005-04-23Fix newer Xircom CBE2-100 cards.Brad Smith
2005-04-23make sure bus mastering is enabledMartin Reindl
2005-04-22Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series.Miod Vallat
2005-04-22sparc -> sparc64Brad Smith
2005-04-21snprintf error handling, ok beck cloderTheo de Raadt
2005-04-21If the SMM driver had enabled ownership change interrupts, re-enable themChristopher Pascoe
2005-04-21Preserve any configuration data that may have been set by SMM/BIOS overChristopher Pascoe
2005-04-21Relocate debugging printf so it describes the right thing.Christopher Pascoe
2005-04-21Fix inverted logic when testing for successful SMM handover.Christopher Pascoe
2005-04-21o if the mac address cannot be read, just fail and disestablish theFederico G. Schwindt
2005-04-21correct idion for snprintf failure handling; ok cloderTheo de Raadt
2005-04-20support 11b and 11a mode on the ar5211. "pure" 11g mode is not yetReyk Floeter
2005-04-20SiS 180/181/182 SATA support using generic sata_chip_map().Jonathan Gray
2005-04-20Replace VIA SATA chip map routine with generic sata_chip_map().Jonathan Gray
2005-04-20SiS 760 support from a tech@ mail from peter.galbavy at knowtion.netJonathan Gray
2005-04-20SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board.Jonathan Gray
2005-04-20regenJonathan Gray
2005-04-20A bunch of PCI/SATA SIS devices.Jonathan Gray
2005-04-19use pool for struct vndbug; tested by many and pedro@ okMichael Shalayeff
2005-04-19fix for isochronous pipes:Damien Bergamini
2005-04-19be more cautious when processing CMV interrupts.Damien Bergamini
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-04-18- check for ETHERMIN with SIOCSIFMTU ioctl caseBrad Smith
2005-04-17Intermediate cast of strio_offs -> uio_offset should be u_long not longTodd C. Miller
2005-04-17Fix typosTom Cosgrove
2005-04-17Typo in panic stringTom Cosgrove
2005-04-17tabs not spacesMichael Shalayeff
2005-04-17Timeouts are not ran at splhigh anymore so we don't need splimp.Marco Peereboom
2005-04-17temporarly remove 802.11a channels from the set of supported channels untilDamien Bergamini
2005-04-17don't disassociate on SIOCSIFADDR if the interface is already up and running.Damien Bergamini
2005-04-17regenJonathan Gray
2005-04-17Add some common ids for unsupported wireless chipsets.Jonathan Gray
2005-04-17do {} while (0) wrapper for the debug printf macrosDavid Gwynne
2005-04-17regenJonathan Gray
2005-04-17Radeon 9800 Pro from Jonathan Fromer <jf at daimi.au.dk>Jonathan Gray
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-16use snprintf to avoid crossing the overflow point; ok ottoTheo de Raadt
2005-04-16change usbd_printBCD() to return number of bytes really placed or 0, notTheo de Raadt
2005-04-16Add SATA 8 channel.Marco Peereboom