Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-24 | Disable off-screen font loading. We still need to use the pdc console routines | Miod Vallat | |
before we switch to wsdisplay, and this can clobber the font image in some cases, especially lower (<= 1024x768) resolutions. | |||
2003-05-24 | Unused variable. | Cedric Berger | |
2003-05-24 | support Perc 4/Di (e.g. in Dell PowerEdge 2600); ok mickey@ | Markus Friedl | |
2003-05-24 | regen | Markus Friedl | |
2003-05-24 | add PERC 4/Di; ok mickey | Markus Friedl | |
2003-05-23 | remove old swapgeneric.c's | Ted Unangst | |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and ↵ | Ted Unangst | |
mickey. | |||
2003-05-23 | Do all unlocks before exit from pmap_enter(). | Mike Pechkin | |
deraadt@, drahn@ OK | |||
2003-05-23 | don't #ifdef within struct tcpcb definition, as it is used in userland too. | Jun-ichiro itojun Hagino | |
dhartmei ok | |||
2003-05-23 | For some reason, gcc seems to assume that if an inline assembly statement | Henric Jungheim | |
has arguments but no clobbers, then everything is clobbered. The in-tree gcc also likes to insert redundant "sra"s. These changes help gcc generate somewhat better code for the spl*() functions. This change shrank my GENERIC kernel by 27136 bytes. ok jason@ | |||
2003-05-22 | Fix comment: IOTTE_PAMASK is 42..13 not 42..12 | Jason Wright | |
2003-05-22 | There's an off-by-one in the diagnostic code that can cause grief, | Henric Jungheim | |
especially for NIC drivers that aren't careful about handling load failures. Bug reported and diff tested by Holger Burde. ok jason@. | |||
2003-05-22 | remove sprintf() and vsprintf(). nothing in the kernel needs it. if | Theo de Raadt | |
some module does -- tough -- they can rewrite it using the safer versions. | |||
2003-05-22 | filterops doesn't need to change, so we can make it const | Nathan Binkert | |
ok deraadt@ | |||
2003-05-22 | fix function name in the debugging printf | Michael Shalayeff | |
2003-05-22 | imprecision in delay_init() | Michael Shalayeff | |
2003-05-22 | Support for Intel ICH4-M; from marius aamodt eriksen <marius@monkey.org>. | Alexander Yurchenko | |
2003-05-22 | remove break after return | Jun-ichiro itojun Hagino | |
2003-05-22 | Let this compile on SUN4 or SUN4C only kernels, PR #3269 | Miod Vallat | |
2003-05-21 | Make sure that the first scsi command issued to a device during | Kenneth R Westerback | |
sdattach() has the flag SCSI_IGNORE_MEDIA_CHANGE set. This was not true for devices with the quirk SDEV_NOSTARTUNIT, such as some umass devices. This fixes the display of the disk parameters for any loaded media. Previously the displayed parameters would show 0 size, 0 sectors and a faked number of cylinders, etc. By ignoring the error generated by devices trying to tell us the media may have changed since the last command the SCSI command completes correctly and valid values are obtained/displayed. We are interested in the current values and unconcerned about any previous ones. Tested by drahn@. | |||
2003-05-21 | Endian fix for this driver, now works on big endian machines, ok mickey@ | Dale Rahn | |
2003-05-21 | Match vprintf prototype to userland and standards. | Artur Grabowski | |
deraadt@ ok | |||
2003-05-21 | when looping for more work in the interrupt handler also flush the cache | Michael Shalayeff | |
2003-05-21 | sync | Nathan Binkert | |
2003-05-21 | add ServerWorks vendor ID. Add another flash reader | Nathan Binkert | |
2003-05-20 | sync | Jason Wright | |
2003-05-20 | order | Jason Wright | |
2003-05-20 | create a devine routine for devising the holy rom address and use it in both ↵ | Michael Shalayeff | |
match and attach then | |||
2003-05-20 | ansi and de-register; ok millert | Jason Wright | |
2003-05-20 | Add it(4) | Alexander Yurchenko | |
2003-05-20 | it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950 | Alexander Yurchenko | |
hardware monitoring chips to be used with hw.sensors sysctl interface. Work by Julien Bordet <zejames@greyhats.org> with my little help. | |||
2003-05-20 | de-register; ok millert | Jason Wright | |
2003-05-20 | AN983 endian issue; from FreeBSD via PR 3263 with minor style fixes by me | Henning Brauer | |
ok jason@ | |||
2003-05-20 | Make the ddb trace command recognize elfish names | Andreas Gunnarsson | |
niklas@ OK | |||
2003-05-20 | fix a breakage in hfsc. | Kenjiro Cho | |
hif->hif_rootclass should be initialized when the root queue is created. | |||
2003-05-20 | cleanup | Michael Shalayeff | |
2003-05-20 | regen | Michael Shalayeff | |
2003-05-20 | an@isapnp w/ the isa card millert gave me shitloads of metric ages ago | Michael Shalayeff | |
2003-05-20 | change spaces to tabs so i can mail grange diffs :) | Ted Unangst | |
ok grange@ | |||
2003-05-20 | option NTFS, disabled atm | Ted Unangst | |
2003-05-20 | un __P | Ted Unangst | |
2003-05-20 | fix the tags | Michael Shalayeff | |
2003-05-20 | support for NTFS. from NetBSD via Julien Bordet | Ted Unangst | |
2003-05-20 | by popular request, NTFS support. read only. | Ted Unangst | |
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@ | |||
2003-05-20 | flags for auich | Ted Unangst | |
2003-05-20 | add flags support for reversing stereo. | Ted Unangst | |
ok mickey@ | |||
2003-05-19 | Put required delays between reading DSTAT and SSTAT0 registers. Add new ones | Kenneth R Westerback | |
where required and modify existing ones to use a consistant delay(25). From NetBSD with minor mods. ok mickey@. | |||
2003-05-19 | strlcpy; millert@ ok | Miod Vallat | |
2003-05-19 | dig internal EG prom address | Michael Shalayeff | |
2003-05-19 | say to skip the interactive part should the pdc say so | Michael Shalayeff | |