summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2006-08-14Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it toKenneth R Westerback
2006-08-12Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)Kenneth R Westerback
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
2006-08-11Use d_secperunit rather than 0x1fffffff as the default value forKenneth R Westerback
2006-08-11An old dvorak typo was lurking here.Miod Vallat
2006-08-01make this more like a real cylon mode (no pauses at the end!)Theo de Raadt
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-25Do not bother reading the existing colormap on attach, since we willMiod Vallat
2006-07-24move large local array out of a "called once, only at boot" functionTheo de Raadt
2006-07-20fix various ways of spelling 'access' wrong in commentsMartin Reindl
2006-07-01Provide our own alloc_attr() routine for sun frame buffer, since the computationMiod Vallat
2006-06-30For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette insteadMiod Vallat
2006-06-29No need to keep specific variables for the kernel messages colors on sunMiod Vallat
2006-06-29If invoking mapdev() with a non-aligned pa, make sure we allocate enough pagesMiod Vallat
2006-06-29Map the correct size for the colormap registers (not that it really mattersMiod Vallat
2006-06-26atop(PAGE_SIZE) -> 1, 'tis true but it gets computed faster when PAGE_SIZEMiod Vallat
2006-06-26Enable wide targets on FAS366 esp; note that this changes the way espMiod Vallat
2006-06-26Use MI clock conversion code for "old" clock.Mark Kettenis
2006-06-25fix a typo in a comment and add the comment to the sparc hme driver.Brad Smith
2006-06-23Use MI clock conversion code for "new" clock.Mark Kettenis
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-09{x,}ldcontrolb() codepath is SUN4-only, so don't bother checking for LfsbailMiod Vallat
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2006-06-02When trying to find leaf lebuffer devices, to work around broken old PROMs,Miod Vallat
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-05-29Convert NetBSD new-style %b strings to old-style.Miod Vallat
2006-05-27unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-14Make the array of fpu exception types/codes big enough.Mark Kettenis
2006-05-07Long due update from a.out to ELF (slightly different) relocation defines,Miod Vallat
2006-04-29fix build after timestamping addition; sparc pointed out by pvalchev@Christian Weisgerber
2006-04-272 lines of code in most drivers, to do the timestamping; ok miod kettenisTheo de Raadt
2006-04-16Remove can't happen DIAGNOSTIC check.Miod Vallat
2006-04-16Convert the last remaining net-driver users of ether_input to ether_input_mbuf.Christopher Pascoe
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-23Extra parentheses in comments.Ray Lai
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-15Switch sparc to device_register() to find out its boot device (when it's aMiod Vallat
2006-03-15Entries in cd_devs[] may be NULL, so be sure to check for them in yourMiod Vallat
2006-03-12Previous fix was half-done, move the wsscreen_list array into the softcMiod Vallat
2006-03-12When attaching a wsdisplay, the wsscreen_list structure can not be on theMiod Vallat
2006-03-12remove splimp.Brad Smith
2006-03-04These devices are DV_DULL, not DV_IFNET... not that it really matters.Miod Vallat
2006-03-04Properly display underlined space characters.Miod Vallat
2006-02-28Shrink NKMEMPAGES_MAX back to 4MB for 3.9, as this still has issues on >= 512MBMiod Vallat
2006-02-25Put quotation marks around names of unconfigured devices.Mark Kettenis
2006-02-22Constify arrays and strings; plus KNF.Miod Vallat
2006-02-22Attach as scf0 as per the config(8) stanza, instead of sysconfig0.Miod Vallat
2006-02-22Remove unused probeset() function.Miod Vallat