Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-08 | make de(4) use ether_input_mbuf() | Brad Smith | |
From thorpej NetBSD ok krw@ martin@ | |||
2005-09-07 | do not try to restore the spl level two times in a row. | Brad Smith | |
ok martin@ | |||
2005-09-07 | Part of Alexandre Ratchov's last umidi diff that should have been committed. | Jonathan Gray | |
pointed out by reyk@ | |||
2005-09-07 | Remove FreeBSD/NetBSD ifdef mess. We are not likely to be | Jonathan Gray | |
doing a wholesale merge with them in future. very enthusiastic ok from reyk@ | |||
2005-09-07 | Fix bug that caused multi byte MIDI messages to get corrupted | Jonathan Gray | |
when a single real time byte is inserted. From Alexandre Ratchov. While I don't have a umidi device to test here it looks correct to me and alex has a history of sending good MIDI diffs. ok deraadt@ | |||
2005-09-07 | sync on shutdown | Michael Shalayeff | |
2005-09-07 | kill dead func proto | Michael Shalayeff | |
2005-09-06 | fix two conf space related hw erratas; dino-moh-humm | Michael Shalayeff | |
2005-09-06 | regen | Michael Shalayeff | |
2005-09-06 | add proj namesand those more modern cpus we do not have ids for yet | Michael Shalayeff | |
2005-09-06 | Remove old m88k workaround, now that we have SET_PC_REGS(). | Miod Vallat | |
2005-09-06 | Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmap | Miod Vallat | |
so much happy. | |||
2005-09-06 | Do not depend on MAX_CPUS being 4. | Miod Vallat | |
2005-09-06 | Correct control registers descriptive names for 88110. | Miod Vallat | |
2005-09-06 | MVME88K -> M88K in include file guard symbols. No functional changes. | Miod Vallat | |
2005-09-06 | Remove misleading NCPUS (hardcoded) option. From the SMP tree. | Miod Vallat | |
2005-09-06 | anomoly -> anomaly | Miod Vallat | |
2005-09-06 | typo | Jolan Luff | |
2005-09-06 | Enforce splbio() while traversing the worklist in | Pedro Martelletto | |
softdep_disk_io_initiation(). Testing by dtucker@ and krw@, okay deraadt@ long ago. | |||
2005-09-06 | Describe the steps involved in allocating a new inode and space the code | Pedro Martelletto | |
a bit, to improve readability. Okay krw@ and art@, input from deraadt@ and jmc@. | |||
2005-09-06 | - fix up the ioctl handler and make it use ether_ioctl() too | Brad Smith | |
- remove more unused code - remove some of the macros to make this more readable ok krw@ | |||
2005-09-06 | Step three: remove now unused advmcode*. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | Step two: use advmcode* in their new location. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | First step in moving advmcode* from dev/ic to dev/microcode/adw. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | another round of removing ifdef crud from this driver. | Brad Smith | |
ok krw@ martin@ | |||
2005-09-05 | On the road again. | Miod Vallat | |
2005-09-05 | correct manfid length check. | Federico G. Schwindt | |
2005-09-05 | in DIOCCHANGERULE, properly initialize table, if used in NAT rule. | Daniel Hartmeier | |
from Boris Polevoy <vapcom at mail dot ru>, ok mcbride@ | |||
2005-09-05 | If we have a match for the PCI ID we don't care what the PCI class is. | Jonathan Gray | |
It is often not mass storage anyway. Remove IDE_PCI_CLASS_OVERRIDE which forced matching when class was not mass storage, just use PCI ID. ok grange@ | |||
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith | |
2005-09-04 | add a comment | Brad Smith | |
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith | |
ok beck@ | |||
2005-09-04 | a couple typos | Brad Smith | |
2005-09-01 | Make sure the packets are aligned for dma while copying, | Can Erkin Acar | |
cleanup extra alignment code, and check lengths properly while copying. tested by Greg Mortensen thevision at pobox com ok deraadt@ | |||
2005-09-01 | On zaurus, don't fall back to fake geometry if ata_get_params() fails, | Uwe Stuehler | |
which can happen if the integrated microdrive's DRQ is not clear. This fixes the drive geometry in the default disklabel. Help from weingart@ and grange@; "mention `grange and i will fix this better after 3.8 or we will be flailed'" deraadt@ | |||
2005-08-31 | Remove check that prevents disks that are not in the unused state to move to | Marco Peereboom | |
hot spare state. This *should* be detected in f/w however there is one known case where it does not work and hence this workaround was committed. By having this in there disks that were removed and reinserted that used to be hotspares show up as unused however the meta data on disk conflicts with this preventing it to be moved to hotspare. OK, commit this, deraadt@ | |||
2005-08-31 | Fix some tsleep magic. Code done by krw@ | Marco Peereboom | |
feel free to commit, krw@ ok deraadt@ | |||
2005-08-31 | Make ioctls stop polling for completion. This enhances the responsiveness | Marco Peereboom | |
of the system. tested and ok krw@, dlg@, deraadt@ | |||
2005-08-31 | Comment out KASSERT(mc != NULL) in carp_ether_delmulti. Because we mess with | Ryan Thomas McBride | |
the multicast list elsewhere, it can occur under certain conditions (PR4475). ok deraadt@ mpf@ | |||
2005-08-30 | - add BCM5780 PCI ids | Brad Smith | |
- recognize BCM5704 B0 - recognize BCM5780 which is supposedly part of the BCM5714 family according to the Linux driver but there is a BCM5714 core too. huh? ok deraadt@ | |||
2005-08-30 | unfortunately large fixes to memleaks caused by abuse of incomplete | David Gwynne | |
allocmem and freemem functions. freemem now unmaps dma memory from the kernel address space instead of leaking it. lots of tweaks and input from marco (who also found the bug in the first place). lots of testing by krw and marco. ok krw@ marco@ permitted by deraadt@ | |||
2005-08-29 | setpu stack for primary boot at 0x30000 after the load address. | Michael Shalayeff | |
this allows netbooting uncompressed kernels on newer alphas. this shall be addressed futher after the release. deraadt@ ok | |||
2005-08-29 | Handle AX88178 on 12 Mbit USB controllers such as ohci & uhci more | Jonathan Gray | |
gracefully. ok dlg@ permission granted by deraadt@ | |||
2005-08-29 | regen | Brad Smith | |
2005-08-29 | add Broadcom BCM5780 PCI ids. | Brad Smith | |
from Broadcom Linux driver ok deraadt@ | |||
2005-08-29 | - use pci_mapreg_type() to fix some systems that would fail to attach | Brad Smith | |
sk(4) with "can't map mem space". - add missing newline for failure case of pci_intr_establish(). ok deraadt@ | |||
2005-08-29 | If a buffer larger than the max allowed is offered to scsi_mode_sense() | Kenneth R Westerback | |
or scsi_mode_sense_big(), use as much of it as is allowed. Don't justi mask off the higher bits and possibly leave yourself with 0 space. Fixes problem aoyama@ found on luna88k tape drive. ok deraadt@. | |||
2005-08-29 | Make sure certain architectures/compilers don't round up the size of | Kenneth R Westerback | |
struct scsi_mode_sense_buf to 256, a value which doesn't fit in the 1 byte length field of a scsi command. Found by aoyama@ on luna88k. Suggested by miod@. ok deraadt@. | |||
2005-08-28 | axe gig needs eephy; noted by dlg/jsg, add to required media | Theo de Raadt | |
2005-08-28 | wake aps up on resume from suspend/standby; ok deraadt@ | Damien Miller | |
tested by jsg@ naddy@ and some helpful souls on tech@ |