Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-18 | check hw.max_frame_size when deciding when to use m_adj(). | Brad Smith | |
2006-08-18 | regen | Brad Smith | |
2006-08-18 | pretty print alternate PCI id entries for a few Broadcom Gig chipsets. | Brad Smith | |
2006-08-18 | fix up the arc fw message macros a bit. change a comment while here. | David Gwynne | |
2006-08-18 | tip/cu always set "dc" because the code was reading from the wrong value | Jason Wright | |
in the array. Point it at the correct chunk of memory. For now, also preserve the old ":dc:" is always set behavior. ok deraadt | |||
2006-08-18 | support for ucycom: | Jason Wright | |
- teach ucom that not all i/o is done via bulk pipes - teach uhidev that i/o interrupt pipes are distinct | |||
2006-08-18 | a bit more infrastructure for firmware commands. | David Gwynne | |
2006-08-18 | Oops. If you don't use a label, remove it. | Kenneth R Westerback | |
2006-08-18 | Move backward-paragraph, forward-paragraph to M-{, M-} respectively. | Kjell Wooding | |
(not M-[, M-]). This is where emacs has it. | |||
2006-08-17 | Instead of doing all this pointer and buffer arithmetic, generate string | Ray Lai | |
using asprintf and strlcat it. Declare usage __dead instead of void in the prototype but static void in the definition. OK millert@ | |||
2006-08-17 | recv(2) returns a ssize_t, so match cc with it. | Ray Lai | |
st.st_mtime is a time_t, so match utmpmtime with it. Check for -1 instead of <0 for some system calls. Remove pointless casts. OK dhill@ and millert@ | |||
2006-08-17 | Remove the link state check from re_start() for now. Allows the 8139C+ | Brad Smith | |
based adapters to work again. Issue reported by and workaround tested by maja@ | |||
2006-08-17 | fix tyop. | Michael Knudsen | |
2006-08-17 | remove more unused code. | Brad Smith | |
2006-08-17 | remove the Yukon Lite workaround which is not being used in the msk(4) driver. | Brad Smith | |
2006-08-17 | cosmetic tweaks. | Brad Smith | |
2006-08-17 | remove PCI ids which msk(4) will match against from sk(4). | Brad Smith | |
2006-08-17 | 2 more PCI ids. | Brad Smith | |
2006-08-17 | Remove some #ifdef'ed out (bogus) debug code. | Mark Kettenis | |
2006-08-17 | reduce the stack usage of the ioctl function by malloc/free'ing a number | Theo de Raadt | |
of larger structures as need be. This was one of the worst offenders in the tree. | |||
2006-08-17 | remove some unused code from msk_init_yukon(). | Brad Smith | |
2006-08-17 | SK_DEBUG/skdebug -> MSK_DEBUG/mskdebug | Brad Smith | |
2006-08-17 | refactor the promiscuous mode handling code and simplify the ioctl handler. | Brad Smith | |
2006-08-17 | get rid of the last traces of ykc. | Brad Smith | |
2006-08-17 | enable msk(4) in a few more places. | Brad Smith | |
2006-08-17 | tsk tsk, krw did not test compile this | Theo de Raadt | |
2006-08-17 | No need for divsi and friends, yet | Miod Vallat | |
2006-08-17 | prefer higher phys memory for page tables | Michael Shalayeff | |
2006-08-17 | Remove -Wredundant-decls from CFLAGS | Claudio Jeker | |
2006-08-17 | Remove -Wredundant-decls from CFLAGS | Claudio Jeker | |
2006-08-17 | -Wmissing-declarations -Wredundant-decls are not very useful and especially | Claudio Jeker | |
-Wredundant-decls causes many false warnings because of redeclarations in header files. Remove them, requested by deraadt@ | |||
2006-08-17 | sync to new firmware names | Theo de Raadt | |
2006-08-17 | chose proper mountpoint in making decision on upgrading | Michael Shalayeff | |
bwrte() to async op. this fixes in particular panics w/ softdep ffs mounted at a dir in an async mounted (mfs) file system and also a few other evil scenarios. this also matches a netbsd change 1.76 . tested by many on many archs; pedro@ ok | |||
2006-08-17 | sync | Theo de Raadt | |
2006-08-17 | enter rum | Theo de Raadt | |
2006-08-17 | typo in comment; from eric anderson | Jason McIntyre | |
ok deraadt | |||
2006-08-17 | dont need debug in the tree | David Gwynne | |
2006-08-17 | man, i wish firmware commands were as easy as scsi io's on these | David Gwynne | |
controllers. this is horrible code that is set up to allow a process, (eg and ioctl or the sensor thread) to issue a command and get a response. | |||
2006-08-17 | add -nosplit to AUTHORS; | Jason McIntyre | |
2006-08-17 | - sort sections | Jason McIntyre | |
- add -nosplit to AUTHORS | |||
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback | |
them return 'invalid geometry' when d_secpercyl == 0. While there move the check to a consistant location (after the check of d_secperunit) and use a consistant idiom (i.e. some readdisklabel()'s have no 'done' label). prodded by thib@ after a bad macppc experience. ok deraadt@ | |||
2006-08-17 | Separate rum(4) firmware from ral(4) ones. | Damien Bergamini | |
ral(4) firmwares are built on PCI-capable architectures only while rum(4) firmware is built on USB-capable architectures only. Rename ral-rt2573 into rum-rt2573 and build rum-rt2573 on the zaurus too (pointed out by Patrick Heim). ok deraadt@ | |||
2006-08-17 | add myself. | Brad Smith | |
2006-08-17 | sync | Theo de Raadt | |
2006-08-17 | i4 is a pci vendor | Theo de Raadt | |
2006-08-17 | Setup the transparent translation with writeback cache instead of | Miod Vallat | |
writethrough on 68040. | |||
2006-08-17 | Large cleanup of the bootblocks, including ansi protos and de-register, | Miod Vallat | |
removal of unused hil stuff, oversimplification of the stand ite code (including dio frame buffer common code factorization), and sgc frame buffer console support, at last. This shaves ~1800 bytes off SYS_UBOOT and ~500 bytes of SYS_CDBOOT despite the addition of the sgc code. Tested on dca, hyper, topcat and sti. | |||
2006-08-17 | Jump scroll support for vt100 and sun wscons emulations, helps macppc and | Miod Vallat | |
zaurus a lot, tested by many; ok deraadt@ | |||
2006-08-17 | EHCI_NULL is already endian swapped. Don't swap it back. | Christopher Pascoe | |
ok dlg | |||
2006-08-17 | (128 << fd->sc_type->secsize) instead of (128 * (1 << fd->sc_type->secsize)). | Kenneth R Westerback | |
Makes all FD_BSIZE() defines the same. No object code change. |