summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-10-23Rework of multicast deletion code for vlan(4) and trunk(4).Marco Pfatschbacher
2005-10-23Document units.Mark Kettenis
2005-10-23Preliminary sensors support for iMac G5.Mark Kettenis
2005-10-23Move rtw_attach error condition handling out of rtw_detach and intoJonathan Gray
2005-10-23use read/write/barrier callbacks, will be used laterReyk Floeter
2005-10-23knfReyk Floeter
2005-10-23Some additional rtl8185 specific defines.Jonathan Gray
2005-10-23typoPedro Martelletto
2005-10-22shorten ne(4) dmesg entries from 2-3 lines to 1.Brad Smith
2005-10-22check for 82801FBM SATA in one more spot.Brad Smith
2005-10-2282801FBM_IDE -> 82801FBM_SATABrad Smith
2005-10-22regenBrad Smith
2005-10-22Intel PCI id 2653 is actually a SATA controller on the ICH6-M andBrad Smith
2005-10-22Make sure we use the corrrect interrupt line on Shasta.Mark Kettenis
2005-10-22Initialize ddb again.Mark Kettenis
2005-10-22When a scsi command is waiting for an opening or is waiting to be retried,Kenneth R Westerback
2005-10-22s/970/970FX/gMark Kettenis
2005-10-22In icmp6_redirect_output(), sip6 is initialised to point to the data area ofBrad Smith
2005-10-21tidy up dmesg printing.Brad Smith
2005-10-21tidy up dmesg printing a bit, makes PCI hme only take 2 linesBrad Smith
2005-10-21Clean up RTC code.Mark Kettenis
2005-10-21amd elan is not a pentium, it's i486, so don't touch pentium_mhzAlexander Yurchenko
2005-10-21use the MI trunc_page() and round_page() macros instead of rolling or ownMartin Reindl
2005-10-21pretty up dmesg outputTheo de Raadt
2005-10-21remove unused arm_trunc_page() macroMartin Reindl
2005-10-21remove two unused and deprecated Mach macros, alpha_round_page() andMartin Reindl
2005-10-21A bit more registers from the Linux sata_svw.c driver.Alexander Yurchenko
2005-10-21Zap return at the end of a void function. No binary change.Alexander Yurchenko
2005-10-21Remove unused global adapter linked list.Brad Smith
2005-10-21In em_process_receive_interrupts() cycle check IFF_RUNNING flag.Brad Smith
2005-10-20Instead of keeping track of the index into the receive ring use the alreadyBrad Smith
2005-10-20fix command and write rid handling and fix some fmt strings used on debug.Federico G. Schwindt
2005-10-20defintion -> definition;Jason McIntyre
2005-10-20revert to revision 1.16 for now, 1.17 and 1.18 broke audioJoris Vink
2005-10-20cannot manipulate hid0 register yet in 64 bit mode (because we are runningTheo de Raadt
2005-10-20fix a typo in a Via PCI product id.Brad Smith
2005-10-20fix addr range in the commentsMichael Shalayeff
2005-10-20Enable IPMI on amd64.Marco Peereboom
2005-10-20fix a long-standing bug in "preserving" bios mapped irqs.Michael Shalayeff
2005-10-20add 8237 support and repair 8231 that was confused very bad; lots of testing ...Michael Shalayeff
2005-10-20s/mtrspr/mtsprg in ddblowMark Kettenis
2005-10-20Don't try to match VIA ide chips as ISA bridges.Alexander Yurchenko
2005-10-20add arrays of initial rf register values.Reyk Floeter
2005-10-20KNF; marco okTheo de Raadt
2005-10-19Fixup case statements to use #define'sJordan Hargrave
2005-10-19KNF fixesJordan Hargrave
2005-10-19Oops.. part of ipmi_thread fixesJordan Hargrave
2005-10-19Added readable case names for ipmi device typesJordan Hargrave
2005-10-19Added length test for ipmi_sensor_name stringJordan Hargrave
2005-10-19make this compile with AUDIO_DEBUG; reported in tech@ byFederico G. Schwindt