summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-04-01- remove unused function em_print_link_status() used by FreeBSDBrad Smith
- add em_disable_vlans() which disables HW VLAN support; From FreeBSD
2005-04-01Add support for polled umass/SCSI transactions. Should eliminate the panicsChristopher Pascoe
seen at reboot time after writing to umass devices. ok dlg@, testing markus@
2005-04-01at long last, disable write gathering for v3. ok like everyoneTed Unangst
2005-04-010 -> prodidx. breakage for 5700 Bx workaround introduced in rev 1.21Brad Smith
Noticed/tested by aaron@
2005-03-31re-commit marius commit:Theo de Raadt
> fix preposterous time warnings in the nfs client; caused by false hits > in the attribute cache > based on original fix by pedro@, ok pedro@, tedu@; testing kettenis@ was backed out because too close to release put back in now, since tree is unlocked. unfortunately it appears that even after MANY MAILS ON THIS SUBJECT, NOONE HAS DONE THIS. WTF? Noone wants to FINISH jobs anymore?
2005-03-31re-commit marius commit:Theo de Raadt
> fix preposterous time warnings in the nfs client; caused by false hits > in the attribute cache > based on original fix by pedro@, ok pedro@, tedu@; testing kettenis@ was backed out because too close to release put back in now, since tree is unlocked. unfortunately it appears that even after MANY MAILS ON THIS SUBJECT, NOONE HAS DONE THIS. WTF? Noone wants to FINISH jobs anymore?
2005-03-31Reduce MAX and Default DATA Segment sizes to leave more MMAP space forThierry Deval
use by mmap_malloc. This change and MMAP(2) malloc need some care to rebuild the system. I definitely suggest using a snapshot when it appears in the coming days. For the daring people : - update src - build and install new kernel, no reboot yet - build and install new libc - build and install new gcc - build and install new make - build and install new binutils - reboot - make build (thanks martin@)
2005-03-31- add support for reading Xircom's EEPROMBrad Smith
- sync dc_mii_readreg() From FreeBSD
2005-03-31enable receive checksum offloadBrad Smith
2005-03-31order the usb stuff, and remove duplicate config lines for usb at ohci.David Gwynne
fix some spelling while here. ok uwe@
2005-03-31go back to the old trace code, but add -fno-omit-frame-pointer so it works.Ted Unangst
makes trace output more reasonable. ok andreas
2005-03-30init pool after we allocate softc array in case malloc failsMichael Shalayeff
2005-03-30- Enable charging properly, avoiding the stuck "battery full" signal.Uwe Stuehler
- Correctly report battery life estimates falling between thresholds. - Restart charging every minute (needed on all zaurus machines). - Report battery life even while battery_state is APM_BATT_CHARGING. - Be pessimistic about the total battery life time in minutes. - Use shorter prefix for local symbol names. The timeouts introduced in this revision can be removed later.
2005-03-30UDF here too, says mickey and henningTheo de Raadt
2005-03-30use the local powerhook, not the generic ohci one. suspend/resume now worksDavid Gwynne
2005-03-30extra gunk to make ohci suspend and resume work on the zaurusDavid Gwynne
help from and ok uwe@
2005-03-30restore all of the registers on resume to cope with power loss duringDavid Gwynne
suspend which leaves the controller totally unconfigured. help from and ok pascoe@
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
ok uwe@
2005-03-30complete the definition of the power manager sleep status registerDavid Gwynne
ok uwe@
2005-03-30first approximation: spoof UDF filesystem disklabels when we see them.Theo de Raadt
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels
2005-03-30enable UDF on large install media for architectures likely to have DVD drivesTheo de Raadt
2005-03-30enable UDF in GENERICTheo de Raadt
2005-03-30Use the inverse of the T bit in the HcFmRemaining register when adjustingChristopher Pascoe
the frame length. ok dlg@
2005-03-30add lladdr command to ifconfig to set MAC address. diffs from freebsd viaTed Unangst
Kyunghwan KIM (prs 2117 and 2118) and Fredrik Widlund. ok deraadt
2005-03-30Comment typo, minor knf. No code change.Kenneth R Westerback
2005-03-30Insert elucidative comment about what's going on.Pedro Martelletto
2005-03-30Better code in the OSTA CS0 compression/decompression routines.Pedro Martelletto
2005-03-30Add disklabel spoofing code for UDF.Pedro Martelletto
2005-03-30Export udf_transname(), which will be neededPedro Martelletto
by disklabel spoofing code later on.
2005-03-30Before doing the 8->16 bit expansion using a fixed-size buffer,Pedro Martelletto
bound-check the string to see if it can be correctly translated.
2005-03-29Handle apm_battlow flag by suspending, and clear all flags after resume.Uwe Stuehler
2005-03-29add copyright meMarco Peereboom
per mickey@
2005-03-29add copyright meMarco Peereboom
per mickey@
2005-03-29add raid mgmt ioctlsMarco Peereboom
ok mickey@
2005-03-29add commandsMarco Peereboom
ok mickey@
2005-03-29add raid definesMarco Peereboom
ok mickey@
2005-03-29Changed On/Off button behaviour (unless the lid is closed):Uwe Stuehler
- hold for 2 seconds to suspend, or - hold for 6 seconds to do a nice halt (if machdep.kbdreset=1).
2005-03-29- Support the machdep.kbdreset sysctl on zaurus.Uwe Stuehler
- Disable unused function parse_mi_bootargs().
2005-03-29Shrink kernel image buffer from 8M to 5M (no kernel should be that big),Uwe Stuehler
and fix a spello. Leaves more unused memory for the "boot loader".
2005-03-29sparc64 StackGhost.Mark Kettenis
ok deraadt@
2005-03-29in right placeTheo de Raadt
2005-03-29Shrink struct label_t to the correct size; ok drahn@ a long time ago.Miod Vallat
2005-03-29Bring in UDF support from FreeBSD, disabled for now.Pedro Martelletto
2005-03-29Plug iso_disklabelspoof() in readdisklabel(); requested by deraadt@Miod Vallat
2005-03-29udf_disklabelspoof() protoTheo de Raadt
2005-03-29Add an apm interface to the tctrl(4) device found on SPARCbooks; currentlyMiod Vallat
limited to power change events and battery status retrieval. ok deraadt@ mickey@
2005-03-29Missing break;Miod Vallat
2005-03-29If a tctrl device is attached, run the keyboard bell through it, since theMiod Vallat
keyboard on SPARCbooks lacks a speaker.
2005-03-29Display the PCMCIA icon when cards are plugged.Miod Vallat
2005-03-29A few tctrl improvements, mostly adapted from NetBSD:Miod Vallat
- use a better state machine, and define a simple internal interface to send commands to the microcontroller. - program the 2nd line of the LCD screen; currently limited to the ``external power available'' and ``PCMCIA'' icons. - fix races in the brightness adjustement and powerdown request. - wrap initial dmesg output at 80 chars.