summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-02-25Power on/off cardbus socket at attach/detach time. Makes firmware uploadMarcus Glocker
2007-02-25No need to fillup chip_rev here.Marcus Glocker
2007-02-25Calculate number of cores correctly. This is done based on the commonMarcus Glocker
2007-02-25Adjust var name so cardbus attaches again.Marcus Glocker
2007-02-25dmesg should look like devN at busN locators: device infoTheo de Raadt
2007-02-25Change how we determin if were running on a new world versus old worldGordon Willem Klok
2007-02-25add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for aDale Rahn
2007-02-25Defines to make isr status more useable. Bit patterns for debug prints.Dale Rahn
2007-02-24Get correct chip revision and also get chip package.Marcus Glocker
2007-02-24move debug print into debug block.Dale Rahn
2007-02-24Add my copyright, since I took the skeleton driver and made it complete.Dale Rahn
2007-02-24Add myself to copyright since I took the skeleton driver and made it complete.Dale Rahn
2007-02-24Glue for cas(4).Mark Kettenis
2007-02-24Start of a driver for Sun Cassini gigabit ethernet interfaces. Driver canMark Kettenis
2007-02-24Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values.Miod Vallat
2007-02-24Fix value typos, sync radio vars with phy vars, add radio defaultMarcus Glocker
2007-02-23Belkin USB to LAN -> Belkin F5D5050Jonathan Gray
2007-02-23regenJonathan Gray
2007-02-23Belkin USB to LAN -> Belkin F5D5050Jonathan Gray
2007-02-23add missing copyright; ConstantineTheo de Raadt
2007-02-23Add bcw_phy_lo_g_state().Marcus Glocker
2007-02-23Another two missing htoleX() for big endian support. Still more missingClaudio Jeker
2007-02-23Print safari error log register if we get a safari interrupt.Mark Kettenis
2007-02-23Establish pci error interrupt after we're done fiddling with schizo's registersMark Kettenis
2007-02-23hide all the things userland should not see, so that this file can beTheo de Raadt
2007-02-23if machine has more than 100MB of physmem, default the max table entriesTheo de Raadt
2007-02-23Add bcw_radio_freq_r3a_value() and complement bcw_phy_initg().Marcus Glocker
2007-02-23Complement and fix a bunch of things in bcw_radio_select_channel().Marcus Glocker
2007-02-23Add missing routine to just allow a number in a given range. ReplacesMarcus Glocker
2007-02-23Add bcw_phy_xmitpower().Marcus Glocker
2007-02-23backout previous revision -- on nfs2 mounts (perhaps only automounted?) itTheo de Raadt
2007-02-23Complement bcw_radio_set_txpower_a().Marcus Glocker
2007-02-23Add and activate bcw_radio_init2050 (radio type B).Marcus Glocker
2007-02-23Activate bcw_phy_init2060() (type A radio) in bcw_radio_on().Marcus Glocker
2007-02-23Complement bcw_phy_inita(), add bcw_radio_init2060().Marcus Glocker
2007-02-23Use the maxpacket len from the pipe, not hardcoded. properly dealDale Rahn
2007-02-23Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will.Dale Rahn
2007-02-23force usb to send a zero length packet on the end of usb packetsDale Rahn
2007-02-23Added support for getting host-bridge _BBN from _CRS resourcesJordan Hargrave
2007-02-22Add bcw_phy_lo_b_measure().Marcus Glocker
2007-02-22Add support for Winbond W83627EHF chips.Mark Kettenis
2007-02-22Dont pass seemingly random numbers down as the flagThordur I. Bjornsson
2007-02-22Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they areTodd C. Miller
2007-02-22Revert my previous commit. Kettenis no likey.Marco Peereboom
2007-02-22Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in theMarcus Glocker
2007-02-22Comment out the errmsg printf in hdgetdisklabel() again.Miod Vallat
2007-02-22Halftime for PHY init code, another ~1000 new lines.Marcus Glocker
2007-02-22Make gif(4) altq aware. This simplifies setting up traffic shaping on gif(4)Claudio Jeker
2007-02-22make urpf-failed work with multipath routes.Pierre-Yves Ritschard
2007-02-22We were getting no interrupts in .MP. There are 2 fixes; one inMarco Peereboom