summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-06-02turn the non-DEBUG case of DPRINTF into a do {} while (0) so it worksJason Wright
2006-06-02ditch unused struct isadev and in turn the isavar.h includeMartin Reindl
2006-06-02Deja-vu - again I make bge stop claiming all interrupts for it's own.Bob Beck
2006-06-02remove upgrade/downgrade, they are useless.Ted Unangst
2006-06-02- clear the PCI_AFSR during initJason Wright
2006-06-02correct bits for bus type in PCIAFSRJason Wright
2006-06-02ppm driver. We don't use it for much... except to blink the power switch led...Jason Wright
2006-06-02add powerhooks for ral(4) cards with the RT2560 chipset;Robert Nagy
2006-06-02cleanup, move thecus board_reset from MI arm/xscale into armish dir.Dale Rahn
2006-06-02bits bits bits, who got dat bitsJason Wright
2006-06-02add structs and macros for a few MMC commandsMichael Coulter
2006-06-02The I-cache seems to work fine on the UltraSPARC III, so never disable it,Mark Kettenis
2006-06-02Remove unused local variable from debug code.Mark Kettenis
2006-06-01the bit shifted should be a type at least as wide as the comparison (u_quad_t)Jason Wright
2006-06-01Avoid buffer overflow in case of oversized input.Chris Kuethe
2006-06-01add xge(4).Brad Smith
2006-06-01add xge(4).Brad Smith
2006-06-01hide link up/down messages under XGE_DEBUG.Brad Smith
2006-06-01do not enable promiscous mode by default.Brad Smith
2006-06-01Multiply the capacity for cards with block size >512 bytes (e.g. 2G cards).Uwe Stuehler
2006-06-01mbalmer says the swiss have learned how to swim.Chris Kuethe
2006-06-01remove a comma from the attach line, makes dmesg prettierFelix Kronlage
2006-06-01These magics -> This magicBrad Smith
2006-06-01The largest allowable frame size is 9622 bytes.Brad Smith
2006-06-01SDIO card identificationUwe Stuehler
2006-06-01fewer debug messagesUwe Stuehler
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-06-01regenUwe Stuehler
2006-06-01The Spectec device is probably a SDW-820. Keep product names shortUwe Stuehler
2006-06-01leave the reply_dva address alone so we can post it back to the ioc ratherDavid Gwynne
2006-06-01latch the AFSR/AFAR -before- reading the PCI control/status registerJason Wright
2006-06-01regenUwe Stuehler
2006-06-01Start a list of SD vendors and products.Uwe Stuehler
2006-06-01do a better job of setting up the PBM. Doesn't fix the PIO faults we'reJason Wright
2006-06-01Add basic NMEA0183 support as a tty line discipline. The line disciplineMarc Balmer
2006-06-01fix some macrosDavid Gwynne
2006-06-01- stop using magic constants for the onboard error INOs (one was wrong anyway)Jason Wright
2006-06-01Compile broken ipmi into GENERIC, so it's easy for marco to fixBob Beck
2006-06-01After changing J3 to J4 on the thecus board, serial interrupts work justDale Rahn
2006-06-01Splraise is strictly to increase spl, do not lower.Dale Rahn
2006-06-01Better to attach obio devices after pci.Dale Rahn
2006-06-01Proper config attach, not always return 1 from probe.Dale Rahn
2006-06-01Make the debug printfs work if RAL_DEBUG is defined.Robert Nagy
2006-06-01Add powerhooks for ral(4) cards with RT2561 chipset, and also fixRobert Nagy
2006-06-01add 2 subclasses, subclass storage SAS and subclass system SD Host Controller.Brad Smith
2006-06-01enable xge(4) on the CD RAMDISKs.Brad Smith
2006-06-01de-static and formatting.Brad Smith
2006-06-01enable hardware RX checksum offload.Brad Smith
2006-06-01formattingBrad Smith
2006-06-01add bit defns for [UE]FARJason Wright