summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-06-11Clean the various cache and TLB invalidation function, arch by arch:Miod Vallat
2006-06-11Set up FPSP exception vectors on 68040 models in initvectors(), as done for theMiod Vallat
2006-06-11Remove traces of cut'n'pasted 68060 support, since there aren't any 68060-basedMiod Vallat
2006-06-11Protect a variable only used for the HP MMU if #ifdef M68K_MMU_HP blocks.Miod Vallat
2006-06-11Move common prototypes to <m68k/{cpu,param}.h> instead of incompleteMiod Vallat
2006-06-11Factorize spl handling functions and software interrupt routines betweenMiod Vallat
2006-06-11Move pmap_aliasmask declaration and initialization to MD code. No functionalMiod Vallat
2006-06-11Use bracketed include paths.Miod Vallat
2006-06-11Zero the size of the correct partition. Missed in previous cleanup.Kenneth R Westerback
2006-06-11TypoMiod Vallat
2006-06-11Get rid of the wdt(4) char device. We have watchdog(4) andMichael Knudsen
2006-06-11show the number of DMA segments that were in the packet that just failedBrad Smith
2006-06-11Don't spew sense informaton from the test unit ready command issued byKenneth R Westerback
2006-06-11the link state detection code should be checking for revision B2 insteadBrad Smith
2006-06-10Add functions to decode date and time strings that make sure no invalidMarc Balmer
2006-06-10endiannessDamien Bergamini
2006-06-10- simplify allocation/free/reset of QoS Tx ringsDamien Bergamini
2006-06-10- fix checking of WEP flagsDamien Bergamini
2006-06-10- fix checking of WEP flagDamien Bergamini
2006-06-10shorten a name for bioctlTheo de Raadt
2006-06-10ANSIfy, KNF and remove a silly comment.Gordon Willem Klok
2006-06-10Make id in mpi_complete an unused value instead of random stack garbage.Marco Peereboom
2006-06-10ANSIfy, KNFGordon Willem Klok
2006-06-10allow SO_SNDBUF and SO_RECVBUF setsockopts on existing sockets to succeedBob Beck
2006-06-10if we're not reading a page then we're writing a page. stupid braino fromDavid Gwynne
2006-06-10Redo debug prints to make it less loud and more granular.Marco Peereboom
2006-06-10Make uvn_sync_lock a rwlock, okay thib@ tedu@Pedro Martelletto
2006-06-10the rest of the spi-device configuration pagesDavid Gwynne
2006-06-10the rest of the spi-port configuration pages.David Gwynne
2006-06-10Add IIC attachment/probe. no IIC devices yet.Dale Rahn
2006-06-10bring PHYS address in sync with RAMDISK, matches the addresss redbootDale Rahn
2006-06-10include i2c bits instead of dummying out i2c_bitbang.Dale Rahn
2006-06-10I2C support for 80321/80219Dale Rahn
2006-06-09fix up the comment.Brad Smith
2006-06-09{x,}ldcontrolb() codepath is SUN4-only, so don't bother checking for LfsbailMiod Vallat
2006-06-09Simplify ami_disk by chaging some ifs around.Marco Peereboom
2006-06-09Add percentages for BGI and Rebuild. Example:Marco Peereboom
2006-06-09some more fxp revisions.Brad Smith
2006-06-09identify 8139's in C+ mode with RL_8139CPLUS instead of RL_8139; no functiona...Brad Smith
2006-06-09syncTheo de Raadt
2006-06-09spacing that made a grep look very suspiciousTheo de Raadt
2006-06-08attempt at correcting the comments to somewhat more proper englishFelix Kronlage
2006-06-08unsigned long long -> u_int64_tDavid Gwynne
2006-06-08Keep track of the average RSSI using an Exponential Moving Average (EMA).Damien Bergamini
2006-06-08dont panic on empty portfacts or portenable replies. we should probablyDavid Gwynne
2006-06-08substitute the Cardbus_conf_read/Cardbus_conf_write macros withFelix Kronlage
2006-06-08Move ISA logic of allocation functions to better place.Tobias Weingartner
2006-06-08actually enable/disable the Tx BMU descriptor polling, missed in rev 1.107.Brad Smith
2006-06-08do not set the mii_ticks field to zero in the asynchronous autonegotiationBrad Smith
2006-06-07- when killing a process due to parity error, notify syslog.Miod Vallat