Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-08 | Update 2300 firmware from 3.01.20 (Dec 19, 2002) to 3.03.19 (Nov | Kenneth R Westerback | |
30, 2005). From mjacob via FreeBSD. No known code dependency, and prepares ground for major isp update. Tested on a 2312 by dlg@. ok dlg@ deraadt@ | |||
2008-07-07 | Comment correction, actually -> actual | Brad Smith | |
ok henning@ | |||
2008-07-07 | /*NOTREACHED*/ for lint warning: | Kevin Steves | |
warning: function key_equal falls off bottom without returning value ok djm@ | |||
2008-07-07 | Match on XMITS (which is a PCI-X Schizo variant found on Sun Fire | Mark Kettenis | |
E2900/E4900/E6900/E20K/E25K systems). There's a fairly good chance it'll just work. | |||
2008-07-07 | sync | Theo de Raadt | |
2008-07-07 | - Improve negotation and fix some more DPRINTFs. | Marcus Glocker | |
2008-07-07 | bcachestats got bumbed too u_int64_t's and I forgot about | Thordur I. Bjornsson | |
munging systat to handle the field with; pointed out by mickey ok canacar@ | |||
2008-07-07 | The current drm_locked_task*() code sometimes tries to sleep in an | Owain Ainsworth | |
interrupt handler. This is bad and wrong. So change it so that if we can't immediately grab the hardware lock, to just leave the task flagged so that we can run it when we release the lock. The linux implementation uses a similar scheme. Tested by guenther@, landry@ and bernd@. Also tested by many a while ago as part of a larger diff. | |||
2008-07-07 | Rework the ntpd question to default to no, and ask for the NTP server only ↵ | Jason Dixon | |
if user chooses yes. Easier than the 3-part question and requires far fewer keystrokes to enable the 'default'. ok krw@ | |||
2008-07-07 | Extend sbbc(4) to provide a console driver for the v1280. | Mark Kettenis | |
2008-07-07 | Fix typo in comment. | Mark Kettenis | |
2008-07-07 | Update to tzdata2008d from elsie.nci.nih.gov. | Todd C. Miller | |
2008-07-07 | Add an entry to report the bus clock on bernd's atom laptop. | Jonathan Gray | |
Intel don't publish the EST voltage tables, and they don't even publish the MSRs for a shipping processor so we can figure out how to do this in the backwards highest/lowest way cleanly. The mapping might look like the Core * one, but who really knows for sure outside of a few guys at Intel. Other machines with Atom processors and a different bus clock will have to be added one by one until this stupidity changes. Tested by bernd, ok gwk | |||
2008-07-07 | Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() when | Thordur I. Bjornsson | |
we want too load an mbuf; remove a printf that fires in case we can't load the mbuf (We do error handling and recovery). ok brad@, dlg@ | |||
2008-07-07 | Shorten the sensor description and reserve room for optional characters | Marc Balmer | |
only when they are needed. Makes locations like -123d45m,-123d45m fit. | |||
2008-07-07 | Add AGP and hostbridge support for the Intel 82945GME chipset. | Bernd Ahlers | |
ok jsg@ | |||
2008-07-07 | sync | Bernd Ahlers | |
2008-07-07 | Add Intel 82945GME Hostbridge and Video. | Bernd Ahlers | |
ok jsg@ | |||
2008-07-07 | Application-specified thread stacks didn't work with libpthread | Philip Guenthe | |
because it treated the supplied memory as holding an internal data structure instead of as the stack space itself ok kurt@, "looks ok" otto@, tested on hppa by kettenis@ | |||
2008-07-07 | tweak the alignment of the rx buffers so the headers in the frame are | David Gwynne | |
better aligned for fast access. i didnt bench, so maybe this does nothing. | |||
2008-07-07 | we don't need arg after the debug3() was removed. from lint. | Kevin Steves | |
ok djm@ | |||
2008-07-06 | oops, fix getpwent() use of wrong buffers | Theo de Raadt | |
found by alexander.schrijver | |||
2008-07-06 | Add the position to the sensor description. | Marc Balmer | |
discussed with otto, sthen, ckuethe. ok otto | |||
2008-07-06 | remove #ifndef nolint goo | Thordur I. Bjornsson | |
ok blambert@ | |||
2008-07-06 | Don't change the size of the partition being newfs'd when sectorsize, | Kenneth R Westerback | |
either from the disklabel or via -S, is not 512 bytes. Disklabel partition sizes are sectors and not 512 byte blocks. One less 'block is 512 bytes' assumption. 2^32 or so to go. ok otto@ millert@ | |||
2008-07-06 | - no need for .Pp before or after .Sh | Jason McIntyre | |
- no comma for last SEE ALSO item | |||
2008-07-06 | Make 'dhcp' the initial default when configuring the network. This | Kenneth R Westerback | |
makes one more answer <cr>'able during install without changing any existing behaviour. Change 'NTP server?' default answer from 'none' to 'default'. Suggested by thib@, supported by marco@, jsing@, millert@ | |||
2008-07-06 | When the device gets close switch back from alternate interface to | Marcus Glocker | |
default interface. Nice side effect; Turns off the cams LED again. | |||
2008-07-06 | spacing. | Igor Sobrado | |
2008-07-06 | sync synopsis and usage. | Igor Sobrado | |
2008-07-06 | spacing. | Igor Sobrado | |
2008-07-06 | Zap redundant prototype for nfsrv_zapsock(); | Thordur I. Bjornsson | |
2008-07-06 | pciide_match() is a bit convoluted, we match anything claiming | Jonathan Gray | |
to be MASS_STORAGE subclass IDE regardless of id, and other ids depending on the subclass and a known id or a known id and the override flag. We really want to check the subclass so we don't attach pciide to the wrong function of a chip, which happened last time around before the additional subclasses were checked in the non override case and the overrides were pulled. A bunch of the override flags were pulled after some common subclasses (SATA/RAID) were added. So if we have a known id and a SATA/RAID subclass we would match. Turns out some Silicon Image SATA devices claim to be of subclass MISC so add that as well. Unbreaks one of hennings machines with 3114 SATA and likely quite a few other machines. 'seems safe enough to me' miod@ | |||
2008-07-06 | Use UT_{READ|WRITE}_VENDOR_DEVICE instead of self defined values. | Marc Balmer | |
2008-07-06 | Adjust SYNOPSIS. | Mark Kettenis | |
2008-07-06 | ssm(4) | Mark Kettenis | |
2008-07-06 | Enable ssm(4) and remove hacks that worked around the fact that we didn't | Mark Kettenis | |
have it. | |||
2008-07-06 | Add ssm(4), a driver for the scalable shared memory device found on | Mark Kettenis | |
Serengeti and Starcat systems. | |||
2008-07-06 | Bump verson number now that the bootloader works on the v1280. | Mark Kettenis | |
2008-07-06 | sbbc(4) | Mark Kettenis | |
2008-07-06 | Add sbbc(4), a driver for the BootBus controller on Serengeti and StarCat | Mark Kettenis | |
systems that provides time of day services and (in the future) console services. | |||
2008-07-06 | Add missing include such that RAMDISK kernels compile again. | Mark Kettenis | |
2008-07-06 | sync | Theo de Raadt | |
2008-07-05 | Copy OBP breakpoint vector from the PROM trap table into our own trap table. | Mark Kettenis | |
This makes the kernel properly enter the prom upon halt on the v1280. | |||
2008-07-05 | Add function to read %tba. | Mark Kettenis | |
2008-07-05 | Apparantly the "chain" OpenFirmware interface always fails so don't bother | Mark Kettenis | |
with it. Makes the bootloader work on the v1280 where the firmware breaks into the firmware debugger instead of returning failure. | |||
2008-07-05 | Round up memory allocations to page size. Apparently sane firmware versions do | Mark Kettenis | |
this automatically, but the braindead firmware on the v1280 doesn't do this and makes the allocation fail. | |||
2008-07-05 | Specify the correct number of arguments in prom call that sets the trap table | Mark Kettenis | |
(1 for sun4u, 2 for sun4v). | |||
2008-07-05 | Calculate the size of kernel text correctly if it spans multiple prom mapping | Mark Kettenis | |
entries. This is necessary on the v1280 where the firmware mixes 4MB and 8KB mappings to map kernel text. tested by miod@ and nick@ | |||
2008-07-05 | Link bootloader at 1MB (same a the Solaris bootloader) instead of 8MB (which | Mark Kettenis | |
the firmware on the v1280 doesn't like). tested by many |