summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-05-04Remove duplicate 4/$ entries in non-US layouts where the key is the same.Miod Vallat
2005-05-04remove #ifdef __OpenBSD__Brad Smith
2005-05-03enable HW transmit checksum offloadBrad Smith
2005-05-02Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled forAlexander Yurchenko
2005-05-02Add 6300ESB watchdog timer register definitions.Alexander Yurchenko
2005-05-02Don't hardcode sizeof(pcireg_t) value. ok markus@Alexander Yurchenko
2005-05-01update the maxium sendqueue size on ifconfig up; this should fix problemsMarkus Friedl
2005-05-01Another evil hack to turn sidelining into underlining on the Zaurus console.Christopher Pascoe
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopsChristopher Pascoe
2005-04-30try to drain send queue if we lose link during heavy transmitBrad Smith
2005-04-30don't set MTU if its the same as what's currently being used.Brad Smith
2005-04-30- Add missing break for SIOCSIFADDRBrad Smith
2005-04-30- Correct the if_link_state_change() logic.Brad Smith
2005-04-30check for ETHERMIN in SIOCSIFMTU ioctl; from bradPeter Valchev
2005-04-30From NetBSD, pt to by brad (might fix csum problems, else they mayPeter Valchev
2005-04-29Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712.Alexander Yurchenko
2005-04-29Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing.Jonathan Gray
2005-04-29regenJonathan Gray
2005-04-29ATI IXP 400 devices and some additional Radeon XPRESS IDs.Jonathan Gray
2005-04-28more snprintf checking. ok krw@Moritz Jodeit
2005-04-28install kue firmware on zaurus; ok uwe@ dlg@David Krause
2005-04-27Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force aKenneth R Westerback
2005-04-27Remove unnecessary step in ack sequence.Marco Peereboom
2005-04-27In osiop_checkintr(), bail out early and do not claim the interrupt forMiod Vallat
2005-04-27regenJakob Schlyter
2005-04-27add Audiovox RTM-8000 GSM/GPRS CFJakob Schlyter
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