summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-19define rum_read() as rum_read_multi().Damien Bergamini
change the prototype to take a uin16_t instead of a uint32_t (register offsets are 16bit).
2006-07-19fix rum_read_multi() to actually read at the requested index.Damien Bergamini
2006-07-19remove redundant #defineDamien Bergamini
2006-07-19make kernels w/o PTRACE compile again.Alexander von Gernler
help from mickey@, "commit it" miod@
2006-07-19from FreeBSD:Nikolay Sturm
Don't reject FAT file systems with a number of "Heads" greater than 255; USB keychains exist that use 256 as the number of heads. This check has also been removed in Darwin (along with most of the other head/sector sanity checks). this fixes pr 4988, ok pedro
2006-07-19Add a couple of files missing from the cleanup listDarren Tucker
2006-07-19oops, looks like i need help with the alphabet too;Jason McIntyre
2006-07-19Add regress test for ForceCommandDarren Tucker
2006-07-19Add ForceCommand keyword to sshd_config, equivalent to the "command="Darren Tucker
key option, man page entry and example in sshd_config. Feedback & ok djm@, man page corrections & ok jmc@
2006-07-19add some more devices and sort other alphabetically. fix the example outputDavid Gwynne
from sysctl hw.sensors to reflect reality.
2006-07-19list all the devices that attach to scsibus and xr them.David Gwynne
while here, remove some garbage about future plans to implement support for target mode. when we have that support we can document it, until then its a lie. ok and help with the alphabet from jmc@
2006-07-19zap a bad comma;Jason McIntyre
2006-07-19Only compare important parts of the boot block with the backup copy,Tom Cosgrove
since some vendor utilities will change one without changing the other. Raised most recently by Nick Guenther; fix is similar to what is in NetBSD, but includes an idea from Steven E. Kalbach <kalbachs (at) kalbachsoft (dot) com>, posted to bugs@ over 5 years ago. ok tedu@, pedro@
2006-07-19sd, ses, and safte do not attach to mpi, they attach to scsibus. you canDavid Gwynne
look up the scsi manpage to find out what can attach to scsibus. discussed with jmc@
2006-07-19Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost toDarren Tucker
Match. ok djm@
2006-07-19more devices, less lies.David Gwynne
2006-07-19add information about umts devices to the comment, rename the gprs exampleFelix Kronlage
into mobile. discussed with and spelling by jmc@
2006-07-19Add cd_powerhook(). Use it to lock CD drives having open partitionsKenneth R Westerback
when PWR_RESUME occurs. The drives may have forgotten they were locked. Noted and original diff by Alexey Vatchenko. "I agree with the intent." miod@ "Looks acceptable." deraadt@
2006-07-18attach to the ADMtek 983B chipset as well.Brad Smith
2006-07-18regenBrad Smith
2006-07-18add the ADMtek AN983B PCI id.Brad Smith
2006-07-18Swap inode's associated device number on big-endian architectures whenPedro Martelletto
calling checkalias(), Daniel Junglas <dju@sysgo.com>, thanks.
2006-07-18remove unneeded includes; ok djm@Kevin Steves
2006-07-18nuke sc->rssadapt_ch. it was used but not initialized.Damien Bergamini
2006-07-18fix a broken conditional expression in rum_bbp_init().Damien Bergamini
2006-07-18mountroothooks don't return a value, so don't use USB_ATTACH_ERROR_RETURNDamien Bergamini
(even if it's defined as return; under OpenBSD, it's just confusing). kill all soft tabs while i'm here.
2006-07-18fix polling for busy bit in rum_bbp_{read,write}Damien Bergamini
2006-07-18SEC_CSR registers have a different meaning in RT2501USB.Damien Bergamini
leave them to zero for now since we don't support h/w crypto yet.
2006-07-18fix rum_set_chan():Damien Bergamini
- don't read BBP register R3 since the returned value is unused - fix RF register R1 setting - fix RF register R3 setting - RF settings must be written three times (with only RF R3 changing)
2006-07-18regenMoritz Jodeit
2006-07-18Add O2Micro OZ711EC1 SmartCardBus Controller.Moritz Jodeit
2006-07-18RF registers are 20 bits on RT2501USB, not 21.Damien Bergamini
2006-07-18RT2501USB uses 32bit registers unlike RT2500USB.Damien Bergamini
fix rum_bbp_read() while i'm here.
2006-07-18RT2501USB needs to reserve room for a 32bit value aligned on a 32bitDamien Bergamini
boundary at the end of each data transfer (unlike RT2500USB which reserves only 16bit).
2006-07-18- move default register values into if_rumreg.h (for consistency w/ ural)Damien Bergamini
- fix channel 11 RF R4 setting for RF2528 - overwrite BBP register 39 default value
2006-07-18syncTheo de Raadt
2006-07-18fix vendor typoTheo de Raadt
2006-07-18syncTheo de Raadt
2006-07-18Fix a typo, paritition -> partition.Marc Balmer
From Alexey Dobriyan <adobriyan@gmail.com>, thanks.
2006-07-18Tyops: simultaniously and carefullMichael Knudsen
2006-07-18Tyop fix: simultaniousMichael Knudsen
2006-07-18On some TI controllers, disable the SD/MMC bit on the flash media soFederico G. Schwindt
the SD host takes over. originally fix from ian@, different one commited. tested by ian@ and myself. uwe@ ok.
2006-07-18modify interrupt handlers to exit early and return 0 on shared interrupts.Damien Bergamini
pointed out by deraadt@
2006-07-18Sync with currentIan Darwin
2006-07-18Remove obsoleteIan Darwin
2006-07-18Documentation-only change: sync with current versionIan Darwin
2006-07-18Sync copyright dateIan Darwin
2006-07-18get rid of arc network support. we have no users of it so this is deadDavid Gwynne
code. however, it is still cluttering up the kernel namespace a bit. it is better gone. ok claudio@
2006-07-18typoMichael Shalayeff
2006-07-18clean up -a and -f descriptions;Jason McIntyre