Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-26 | drive port probes from the scsi midlayer now that it will ask the adapter | David Gwynne | |
if a device is there before doing any scsi commands. also implement a free path for when devices are detached. software hotplug has been tested on sili, and ahci is still working according to claudio@ | |||
2007-11-26 | Avoid resetting PCS. Don't do loopback at the serial link. | Mark Kettenis | |
2007-11-26 | let scsibus ask the adapter about a device before probing it. also allow | David Gwynne | |
the adapter to be notified when a device goes away so it can free any state it maintains about that device. ok deraadt@ marco@ | |||
2007-11-26 | build our own newfs binary for the media -- without MFS support -- to | Theo de Raadt | |
save space. | |||
2007-11-26 | Reenable the PCS functions after a reset; properly disable them while changing | Mark Kettenis | |
the advertisement register. | |||
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt | |
pchb's further ok reyk oga | |||
2007-11-26 | Add basic rambus decode method, showing the module type. | Jonathan Gray | |
2007-11-26 | Add another debug register. | Mark Kettenis | |
2007-11-26 | Remove some dead code that is confusing my greps. | Artur Grabowski | |
2007-11-26 | mips64 needs at least these to build; spotted by jsing | Theo de Raadt | |
2007-11-26 | rename RAID C to RAID CRYPTO. makes marco happier | Ted Unangst | |
2007-11-26 | if no arguments given, assume a nice default; ok miod jakemsr deanna | Theo de Raadt | |
2007-11-26 | Add PCI VPD read/write functions from NetBSD required for some things | Jonathan Gray | |
dlg is playing with. 'put it in' dlg@ | |||
2007-11-26 | implement -C for continuing ftp, http(s), and file transfers | Martynas Venckus | |
ok millert@, pyr@ | |||
2007-11-26 | revised diff that handles the no mfs parts correctly | Ted Unangst | |
2007-11-26 | another uneeded .Pp: should have stayed in bed today... | Jason McIntyre | |
2007-11-26 | damn, a .Pp i forgot to eliminate; | Jason McIntyre | |
2007-11-26 | tidy up this page; | Jason McIntyre | |
2007-11-26 | fix build for real, forward maninstall to wrapper1 | Marc Espie | |
okay deraadt@ | |||
2007-11-26 | fix SEE ALSO; from deraadt | Jason McIntyre | |
2007-11-26 | So instead of triggering a tx interrupt for each packet issue one for | Claudio Jeker | |
each 128 packets or call et_txeof after 1 second whichever happens first. looks good jsg@ | |||
2007-11-26 | regen | Reyk Floeter | |
2007-11-26 | fix new agp code on amd64 | Reyk Floeter | |
- internal intel graphics semi-agp chipsets need special handling in pchb.c - re-add the i965GM device - use the correct major device id for /dev/agp0 on amd64 (not the i386 one) ok deraadt@ | |||
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt | |
2007-11-26 | Fix some style(9) issues. | Joel Sing | |
ok miod@ | |||
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt | |
2007-11-26 | another LIBKERN that stayed behind | Theo de Raadt | |
2007-11-26 | Remove libkern. | Joel Sing | |
ok deraadt@ | |||
2007-11-26 | allow to add labels to protocol actions, they will be printed in http | Reyk Floeter | |
error pages and can be used to refer to additional information. ok pyr@ | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-11-26 | ${MACHINE} expands too | Theo de Raadt | |
2007-11-26 | a bit more LIBKERN fallout | Theo de Raadt | |
2007-11-26 | adjust to libkern changes (and pretty .PATH logic); parts from maja | Theo de Raadt | |
2007-11-26 | few mails later, miod asks me to wait | Theo de Raadt | |
2007-11-26 | the bcopy() found here was not handling overlapping. Merge it nicely with | Theo de Raadt | |
the ovbcopy() code ok miod | |||
2007-11-26 | Fix jsg@'s iRiver Clix by relaxing the test for SecPerTrack to allow | Kenneth R Westerback | |
64 instead of 63. deraadt@, weingart@, millert@, thib@, miod@ ok with eliminating test entirely but tom@'s voice of caution wins out for the quick commit. Tested by jsg@ to confirm it fixes his device. | |||
2007-11-26 | Fix hardware cursor mapping. | Owain Ainsworth | |
ok matthieu. | |||
2007-11-25 | KNF and remove a bad free right before kthread_exit | Marco Peereboom | |
2007-11-25 | sync | Theo de Raadt | |
2007-11-25 | missing line from previous commit; return 1 for interrupts we do handle | Theo de Raadt | |
2007-11-25 | sync | Reyk Floeter | |
2007-11-25 | define the agp devitem (line was missing but found in etc.i386/MAKEDEV.md) | Reyk Floeter | |
ok deraadt@ | |||
2007-11-25 | dont use the adapter_softc member of scsi_link as a softc anymore. the | David Gwynne | |
"adapter_softc" is simply a way for the adapter to determine what scsibus it is now dealing with, not a pointer back to the adapters device struct. ok deraadt@ marco@ | |||
2007-11-25 | syc | Theo de Raadt | |
2007-11-25 | add CNU550pro; from iss @ e-sky.ru | Theo de Raadt | |
2007-11-25 | sync | Theo de Raadt | |
2007-11-25 | when running as newfs, there is no argv[1].. backout previous | Theo de Raadt | |
2007-11-25 | a few more tweaks; | Jason McIntyre | |
2007-11-25 | Unbreak make obj. -moj | Mats O Jansson | |
2007-11-25 | Set half duplex flag when appropriate and some minor cleaning. | Brad Smith | |
ok jsg@ dlg@ |