summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-09-08make de(4) use ether_input_mbuf()Brad Smith
2005-09-07do not try to restore the spl level two times in a row.Brad Smith
2005-09-07Part of Alexandre Ratchov's last umidi diff that should have been committed.Jonathan Gray
2005-09-07Remove FreeBSD/NetBSD ifdef mess. We are not likely to beJonathan Gray
2005-09-07Fix bug that caused multi byte MIDI messages to get corruptedJonathan Gray
2005-09-07sync on shutdownMichael Shalayeff
2005-09-07kill dead func protoMichael Shalayeff
2005-09-06fix two conf space related hw erratas; dino-moh-hummMichael Shalayeff
2005-09-06regenMichael Shalayeff
2005-09-06add proj namesand those more modern cpus we do not have ids for yetMichael Shalayeff
2005-09-06Remove old m88k workaround, now that we have SET_PC_REGS().Miod Vallat
2005-09-06Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmapMiod Vallat
2005-09-06Do not depend on MAX_CPUS being 4.Miod Vallat
2005-09-06Correct control registers descriptive names for 88110.Miod Vallat
2005-09-06MVME88K -> M88K in include file guard symbols. No functional changes.Miod Vallat
2005-09-06Remove misleading NCPUS (hardcoded) option. From the SMP tree.Miod Vallat
2005-09-06anomoly -> anomalyMiod Vallat
2005-09-06typoJolan Luff
2005-09-06Enforce splbio() while traversing the worklist inPedro Martelletto
2005-09-06Describe the steps involved in allocating a new inode and space the codePedro Martelletto
2005-09-06- fix up the ioctl handler and make it use ether_ioctl() tooBrad Smith
2005-09-06Step three: remove now unused advmcode*.Kenneth R Westerback
2005-09-06Step two: use advmcode* in their new location.Kenneth R Westerback
2005-09-06First step in moving advmcode* from dev/ic to dev/microcode/adw.Kenneth R Westerback
2005-09-06another round of removing ifdef crud from this driver.Brad Smith
2005-09-05On the road again.Miod Vallat
2005-09-05correct manfid length check.Federico G. Schwindt
2005-09-05in DIOCCHANGERULE, properly initialize table, if used in NAT rule.Daniel Hartmeier
2005-09-05If we have a match for the PCI ID we don't care what the PCI class is.Jonathan Gray
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
2005-09-04add a commentBrad Smith
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
2005-09-04a couple typosBrad Smith
2005-09-01Make sure the packets are aligned for dma while copying,Can Erkin Acar
2005-09-01On zaurus, don't fall back to fake geometry if ata_get_params() fails,Uwe Stuehler
2005-08-31Remove check that prevents disks that are not in the unused state to move toMarco Peereboom
2005-08-31Fix some tsleep magic. Code done by krw@Marco Peereboom
2005-08-31Make ioctls stop polling for completion. This enhances the responsivenessMarco Peereboom
2005-08-31Comment out KASSERT(mc != NULL) in carp_ether_delmulti. Because we mess withRyan Thomas McBride
2005-08-30- add BCM5780 PCI idsBrad Smith
2005-08-30unfortunately large fixes to memleaks caused by abuse of incompleteDavid Gwynne
2005-08-29setpu stack for primary boot at 0x30000 after the load address.Michael Shalayeff
2005-08-29Handle AX88178 on 12 Mbit USB controllers such as ohci & uhci moreJonathan Gray
2005-08-29regenBrad Smith
2005-08-29add Broadcom BCM5780 PCI ids.Brad Smith
2005-08-29- use pci_mapreg_type() to fix some systems that would fail to attachBrad Smith
2005-08-29If a buffer larger than the max allowed is offered to scsi_mode_sense()Kenneth R Westerback
2005-08-29Make sure certain architectures/compilers don't round up the size ofKenneth R Westerback
2005-08-28axe gig needs eephy; noted by dlg/jsg, add to required mediaTheo de Raadt
2005-08-28wake aps up on resume from suspend/standby; ok deraadt@Damien Miller