summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-03-15Remove address range KASSERT check in vtopte() and kvtopte(), callers areMiod Vallat
2006-03-15spacingTheo de Raadt
2006-03-15knfTheo de Raadt
2006-03-15allow for more physmem segments; as required by some dell from dhill@Michael Shalayeff
2006-03-15no more need for apertureTheo de Raadt
2006-03-15remove dead macrosMichael Shalayeff
2006-03-15switch the ioctl paths to using ami_start instead of ami_cmd. now the onlyDavid Gwynne
2006-03-15clean up ami_start and move the error handling for a failed command fromDavid Gwynne
2006-03-15split the code in ami_cmd that does the polling commands out into aDavid Gwynne
2006-03-15sc->sc_dev.dv_xname converted to DEVNAME(sc). makes things a little easierDavid Gwynne
2006-03-15copyout() the pollfds if poll() gets interrupted. This resets the reventsClaudio Jeker
2006-03-14no need for an aperture. we are unlikely to ever allow pci video cardsTheo de Raadt
2006-03-14Return ENXIO when trying to open a non-existent device, not ENODEV.Miod Vallat
2006-03-14move the loading of the dmamaps for passthrough commands out of ami_cmdDavid Gwynne
2006-03-14trailing tabs nomoreMichael Shalayeff
2006-03-14trailing tabs nomoreMichael Shalayeff
2006-03-14move the loading of the dma maps for logical disk reads and writes fromDavid Gwynne
2006-03-14prevent the faults on iret to run w/ disabled intrs and cause deadlocks; nikl...Michael Shalayeff
2006-03-14knfDavid Gwynne
2006-03-14shuffle the switch statement around in scsi_cmd. do the io commandsDavid Gwynne
2006-03-14implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4)Damien Miller
2006-03-14a touch of knfDavid Gwynne
2006-03-14add support for the Sony CLIE PEG-T625 and potentially a range of otherDavid Gwynne
2006-03-14move the kernel 1m up to provide more space for isadma; deraadt@ okMichael Shalayeff
2006-03-13Remove unused softc member.Miod Vallat
2006-03-13Put wsscreen_list array inside the softc instead of on the stack; similar fixMiod Vallat
2006-03-13make the dmseg printing look a little nicer.Brad Smith
2006-03-13Although we can not currently run the glass console with colors if in anMiod Vallat
2006-03-13RegenMiod Vallat
2006-03-13Conforming to the party's line, report unconfigured devices asMiod Vallat
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-03-13Protect sgmap extents with splvm(); from NetBSD.Miod Vallat
2006-03-13remove IPL_IMP.Brad Smith
2006-03-13remove splimp.Brad Smith
2006-03-13time-bind and lower power in lock spinning and a couple of other ipi loops by...Michael Shalayeff
2006-03-13Set the address decode bit only if the iobase 0 register is available.Federico G. Schwindt
2006-03-13repair commands w/ no scsi_xfer but the affected code was currently dead anyw...Michael Shalayeff
2006-03-13Fix machines that need PCI access during ACPI bringup.Marco Peereboom
2006-03-13Fix machines that need PCI access during ACPI bringup.Marco Peereboom
2006-03-13finner grained use of splbio in scsi_raw_cmd.David Gwynne
2006-03-13finer use of splbio in scsi_cmd.David Gwynne
2006-03-13split the io and synchronise paths for scsi commands going to the logicalDavid Gwynne
2006-03-13ansi/deregister. No binary change.Jonathan Gray
2006-03-12Previous fix was half-done, move the wsscreen_list array into the softcMiod Vallat
2006-03-12Move struct wsscreen_list out of the stack as on sparc.Miod Vallat
2006-03-12When attaching a wsdisplay, the wsscreen_list structure can not be on theMiod Vallat
2006-03-12Don't leave a dangling pointer to the process-specific LDT afterTom Cosgrove
2006-03-12regenBrad Smith
2006-03-12some ATI devices.Brad Smith
2006-03-12make SAFE_DEBUG compile clean; ssehic@gmailTheo de Raadt