summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom
ok deraadt@
2004-08-11config is not set up with regdef.h. force it in if OpenBSD.Per Fogelstrom
ok deraadt@
2004-08-11mips->mips64. ok deraadt@Per Fogelstrom
2004-08-11mips->mips64. ok deraadt@Per Fogelstrom
2004-08-11Fix minor leak; "looks right" deraadt@Darren Tucker
2004-08-11mips64 nowPer Fogelstrom
2004-08-11move to mips64Per Fogelstrom
2004-08-11spacingTheo de Raadt
2004-08-11Typo. OK henning@Claudio Jeker
2004-08-11Cleanup on exit. OK henning@Claudio Jeker
2004-08-11allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do.Marc Espie
2004-08-11and this, hehTheo de Raadt
2004-08-11pefo look at this diff closelyTheo de Raadt
2004-08-11mips -> mips64; pefo okTheo de Raadt
2004-08-11buf_write() returns -1 on error and -2 on connection closed. Treat bothClaudio Jeker
as errors for mrt dumps.
2004-08-11protect main loop of pkg_delete with an eval, so thatMarc Espie
ldconfig, directory removal, manpage handling, and fontdir handling always happen.
2004-08-11$OpenBSD$ - ok pefo@.Xavier Santolaria
2004-08-11fix spelling, macros and formattingDavid Gwynne
2004-08-11Use a no-emulation boot sector instead of a floppy emulation image. Work atTheo de Raadt
the hackathon by Tom and Toby, finally making it to the real world. Now we can tweak sizes of the media all we want, if we need to.
2004-08-11pad the iso image; we do not know why this is needed at this time butTheo de Raadt
maybe someone will figure out why. Put a big fat comment there about it. diagnosed by miod and nick; this workaround tested by nick.
2004-08-11Back out to brk(2) version.Thierry Deval
The mmap(2) code is cool and it has already uncovered some bugs in other code. But some issues remain on some archs, and we can't afford that for production. Don't worry, it will be back soon... I'll make sure of it...
2004-08-11Use bus_space_*_multi_*() when applicable; from NetBSD.Miod Vallat
tested by aoyama@
2004-08-11Fix off-by-ones in bus_space_*_multi_*()Miod Vallat
tested by aoyama@
2004-08-11slight KNF and ANSIDavid Gwynne
2004-08-11from netbsd, uhci.c revision 1.175, 1.179, 1.181David Gwynne
log message for 1.175: Tweak a debugging printf(). log message for 1.179: Make one message dependent on ohcidebug, so it doesn't interfere with polled operation; e.g. when entering a root device or in DDB. log message for 1.181: typo in comment
2004-08-11from netbsd, uhci.c revision 1.180David Gwynne
hcpriv is not actually used here. Remove references to it.
2004-08-11from netbsd, uhci.c revision 1.178David Gwynne
Interrupt descriptors might become invalid while being processed in uhci_check_intr - so remember their next pointer before calling it.
2004-08-11from netbsd, uhci.c revision 1.176David Gwynne
Ignore a CRCTO error on a SETUP transaction in combination with STALLED or NAK. This fixes problems with the GL641.
2004-08-11from netbsd-bugs, pr 26547:David Gwynne
Transfers should only be removed if they haven't already completed
2004-08-11Fixes a merge error as well as being from netbsd-bugs, pr 26546:David Gwynne
The cancellation of the timeout in ohci_softintr should predicate on the transfer being the last of the batch
2004-08-11from netbsd-bugs, pr 26545:David Gwynne
It's possible that the ohci interrupt can reach the CPU before the write over PCI. This results in the done head pointer being NULL. If the subsequent read of the interrupt status indicates that an OHCI_WDH has occured then the done pointer should be reread and the pointer nulled.
2004-08-11from netbsd, ohci.c 1.140, 1.143, 1.148, 1.149, 1.150David Gwynne
log message for 1.140: Function names printed in debug messages did not always match the actual name of the function. log message for 1.143: Remove assigned-to but otherwise unused variables. Remove unreachable break after return statements. log message for 1.148: Adjust a couple of comments to make it clear WTF is going on. log message for 1.149: Make one message dependent on ohcidebug, so it doesn't interfere with polled operation; e.g. when entering a root device or in DDB. log message for 1.150: Fix an error in a printf() format.
2004-08-11from netbsd, ohci.c 1.151David Gwynne
Avoid touching the xfer after calling usb_transfer_complete(), as the driver callback may have recycled it. From PR 25960.
2004-08-11from netbsd, ohci.c 1.150David Gwynne
swap the order that two items are written; possibly fixes a race condition that would affect isoc transfers.
2004-08-11from netbsd, ohci.c 1.142 1.147David Gwynne
log message for 1.142: Fix a done list handling bug which exhibits under high shared interrupt rate and bus traffic. As the interrupt register is read after checking hcca_done_head, there was a small chance of dropping a done list. Ignore OHCI_WDH interrupt bit if hcca_done_head is zero so that OHCI_WDH is processed later. log message for 1.147: Failure to properly mask off UE_DIR_IN from the endpoint address was causing OHCI_ED_FORMAT_ISO and EHCI_QH_HRECL to get set spuriously, causing rather interesting lossage.
2004-08-11from netbsd, ohci.c 1.141David Gwynne
Update actlen even in the case where a TD returns an error -- this is critical for the umass bulk-only STALL case.
2004-08-11SMP IS supported, but EISA and VLBus ahc cards are not. ok miod@Nick Holland
2004-08-11SMP IS supported. ok miod@Nick Holland
2004-08-10- reword -d and -u to make them simpler; based on a diff from Andreas Kahari,Jason McIntyre
tweaked by millert@ (#PR 3889) - remove some extraneous macros ok millert@
2004-08-10add sgi;Jason McIntyre
ok miod@
2004-08-10Print the newline after vgafb_mapregs(), not before since vgafb_mapregs()Todd C. Miller
may print diagostic messgaes on error. OK henning@.
2004-08-10copyrightsPer Fogelstrom
2004-08-10copyrigthsPer Fogelstrom
2004-08-10zap ECOFFPer Fogelstrom
2004-08-10spacingTheo de Raadt
2004-08-10spacingTheo de Raadt
2004-08-10remove in_pcbnotify, it is no longer used.Markus Friedl
2004-08-10replace in_pcbnotify with in_pcbhashlookup and avoid looping overMarkus Friedl
all connections; ok dhartmei, canacar, mcbride
2004-08-10remove MID_MACHINE from here. one is enoughPer Fogelstrom
2004-08-10verify th_seq in icmp errors; report Fernando Gont; ok mcbride@, dhartmei@Markus Friedl