summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2005-10-26Adapt art(4) to the new link state handling done by sppp(4).Claudio Jeker
Now blinkenlights realy work like a charm -- OK cHDLC reports always linkstate active but that is a problem inside sppp(4).
2005-10-25dont' -> don't in comments;Jason McIntyre
from ray lai;
2005-10-24Revamp interrupt handling in em(4) driver:Brad Smith
o Do not mask the RX overrun interrupt. o Rewrite em_intr(): - Axe EM_MAX_INTR. - Cycle acknowledging interrupts and processing packets until zero interrupt cause register is read. - If RX overrun comes in log this fact. From glebius FreeBSD ok krw@ beck@
2005-10-24Remove panic if polling thread can not be created.Marco Peereboom
ok jordan@
2005-10-24fix compilation for KGDB; looked by miod@.Federico G. Schwindt
2005-10-24change read/write callbacks to use a void * instead of struct rtw_regs.Reyk Floeter
why? rtw uses the smc93cx6 EEPROM and a separate diff will allow accessing it without depending on the bus_space_* functions. this is required for the RTL8187L. discussed with jsg@
2005-10-24two sc_anaparm registersReyk Floeter
2005-10-24fix RTW_DEBUGReyk Floeter
2005-10-24change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code.Reyk Floeter
ok jsg@
2005-10-24- remove some redundnt checks before pci_mapreg_map()Brad Smith
- iosize -> size
2005-10-24add a comma here.Brad Smith
2005-10-23regenBrad Smith
2005-10-23add Davicom DM9132Brad Smith
2005-10-23regenBrad Smith
2005-10-23better like thisBrad Smith
2005-10-23regenBrad Smith
2005-10-23add Znyx Networks vendor id.Brad Smith
2005-10-23Move rtw_attach error condition handling out of rtw_detach and intoJonathan Gray
rtw_attach simplifying things in the process. ok reyk@
2005-10-23use read/write/barrier callbacks, will be used laterReyk Floeter
ok jsg@
2005-10-23knfReyk Floeter
2005-10-23Some additional rtl8185 specific defines.Jonathan Gray
2005-10-22shorten ne(4) dmesg entries from 2-3 lines to 1.Brad Smith
Thanks to Han Boetes for testing on an isapnp card.
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
not an IDE controller.
2005-10-21tidy up dmesg printing.Brad Smith
2005-10-21tidy up dmesg printing a bit, makes PCI hme only take 2 linesBrad Smith
per interface instead of 3.
2005-10-21pretty up dmesg outputTheo de Raadt
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
From FreeBSD
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
implemented "sis_nextdesc" pointer to keep a pointer instead. From phk FreeBSD Tested by a few developers
2005-10-20fix command and write rid handling and fix some fmt strings used on debug.Federico G. Schwindt
should avoid several errors when using wicontrol(8) and make scanning work at some extent. tested by jsg, joris and todd at some extent.
2005-10-20defintion -> definition;Jason McIntyre
2005-10-20fix a typo in a Via PCI product id.Brad Smith
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
ok jsg@ btw., life would be much easier if chipset vendors would implement a digital rf interface instead of this analog voodoo all the time.
2005-10-20KNF; marco okTheo de Raadt
2005-10-19Fixup case statements to use #define'sJordan Hargrave
suggested by deraadt ok marco@
2005-10-19KNF fixesJordan Hargrave
ok marco@
2005-10-19Oops.. part of ipmi_thread fixesJordan Hargrave
ok marco@
2005-10-19Added readable case names for ipmi device typesJordan Hargrave
ok marco@
2005-10-19Added length test for ipmi_sensor_name stringJordan Hargrave
ok marco@
2005-10-19make this compile with AUDIO_DEBUG; reported in tech@ byFederico G. Schwindt
Gordon Willem Klok (gklok at cogeco dot ca).
2005-10-19Changed poll to use kernel threads instead of in timer contextJordan Hargrave
ok marco@
2005-10-19Added status for chassis intrusion (critical if open)Jordan Hargrave
ok marco@
2005-10-19Changed order of reading sensor vs sensor status, failed sensors had invalidJordan Hargrave
reading ok marco@
2005-10-19Added code to properly read power supply installed/power stateJordan Hargrave
ok marco@