Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-03 | Compile with UVM. | Hakan Olsson | |
1999-08-02 | revert from using static functions, as per niklas@openbsd.org advice. | Peter Galbavy | |
1999-08-02 | fix reconstruction performance. the old code used home-grown timers | Peter Galbavy | |
based upon hardcoded CPU speed values and an assumtion that the number of clock cycles was available. This is/was silly. redone rf_GetNextReconEvent so that is now runs for 1/10th second before sleeping for a short time (1/50th sec). Locally, this is using about 25% of the CPU while rebuilding a disk in a four disk IDE RAID5 array. It was 22% of the way through when I last looked... much much faster. An even better way is sought - suggestions welcome. Lots of code that the old routines relied on canm be harvested later. Patches also being sent to Greg Oster @ NetBSD group. | |||
1999-08-02 | minor style nit | Peter Galbavy | |
1999-08-02 | * make some function static, copied from rf_netbsdkintf.c | Peter Galbavy | |
* move composition og openmask in raidclose to before where it is tested. | |||
1999-08-02 | restore the NetBSD specific files to their -current state from | Peter Galbavy | |
NetBSD. There is no reason to mess with these; they are just being carried around as a reference at the moment. | |||
1999-07-31 | RangeLAN2 ISA | David Leonard | |
1999-07-30 | pretty print manufacturer and product for unknown devices | Theo de Raadt | |
1999-07-30 | print ports as 0x%x/%d start/len instead of start-end | Theo de Raadt | |
1999-07-30 | Update RAIDframe from NetBSD-current as of 1999/07/26. | Peter Galbavy | |
Please note that you *must* follow the upgrade instructions at http://www.cs.usask.ca/staff/oster/clabel_upgrade.html before installing the new raidctl and new kernel using this code. | |||
1999-07-30 | rename rl2->rln for sanity | David Leonard | |
1999-07-30 | printout flaws | Theo de Raadt | |
1999-07-29 | A probe that fails on an otherwise working card, removed | Niklas Hallqvist | |
1999-07-27 | regen | Matthieu Herrb | |
1999-07-27 | add some SiS products | Matthieu Herrb | |
1999-07-26 | sync | Theo de Raadt | |
1999-07-26 | ccube | Theo de Raadt | |
1999-07-26 | Move over the ISA PnP support from pccom.c to com.c | Niklas Hallqvist | |
1999-07-26 | fix my last commit where I committed more than intended | Niklas Hallqvist | |
1999-07-26 | Remove obsolete detach code that has been dead for very long | Niklas Hallqvist | |
1999-07-26 | better | Theo de Raadt | |
1999-07-26 | Print the irq first. | Federico G. Schwindt | |
1999-07-26 | shrink code, cleanup port printouts, repairs various comments | Theo de Raadt | |
1999-07-25 | indent | Theo de Raadt | |
1999-07-25 | driver for the Tigon I & Tigon II gigabit ethernet chipsets written by | Jason Wright | |
Bill Paul <wpaul@freebsd.org> | |||
1999-07-25 | mpu_isapnp.c is used only when midi is included | Matthieu Herrb | |
1999-07-25 | sync | Theo de Raadt | |
1999-07-25 | Merge sd stuff from NetBSD-current. Helps with LS-120, ZIP | Constantine Sapuntzakis | |
More SCSI logic from NetBSD-current Some tape fixes. ATAPI tapes do not work yet for most operations. | |||
1999-07-25 | I've gotten complaints about failed DMA with the Acer Labs PCI IDE | Constantine Sapuntzakis | |
chipset. I will disable it until the arrival of the Acer databook so I can validate the driver against some specs. | |||
1999-07-25 | Enable new ATA/ATAPISCSI functionality as default. | Constantine Sapuntzakis | |
1999-07-24 | pcidevs | Theo de Raadt | |
1999-07-24 | firewire | Theo de Raadt | |
1999-07-24 | sync | Jason Wright | |
1999-07-24 | typo | Jason Wright | |
1999-07-24 | use pci_mapreg_map(); chris@dqc.org | Theo de Raadt | |
1999-07-23 | sync | Theo de Raadt | |
1999-07-23 | new modem | Theo de Raadt | |
1999-07-23 | sync | Theo de Raadt | |
1999-07-23 | new modem | Theo de Raadt | |
1999-07-23 | Don't even try wdc_get_params on a drive that didn't show up as ATAPI | Constantine Sapuntzakis | |
during probe. This has a slight chance of breaking the detection of some ATAPI devices (which don't show during initial probe). Thanks to deraadt for pointing this out. | |||
1999-07-23 | Fix for UVM. (ok art@, as was last commit, missed it there) | Hakan Olsson | |
1999-07-23 | From NetBSD; let i386 run audio at a high IPL | Niklas Hallqvist | |
1999-07-23 | do not print media information to dmesg; ifconfig shows it | Theo de Raadt | |
1999-07-23 | doesn't end does it... | Theo de Raadt | |
1999-07-23 | more slight dmesg formatting for some a really stupid drive | Theo de Raadt | |
1999-07-23 | sync | Theo de Raadt | |
1999-07-23 | other devices.. | Theo de Raadt | |
1999-07-23 | Identify Drive may have to access media. So, wait up to 10s (in polling mode) | Constantine Sapuntzakis | |
for Identify Drive to do its thing. This should fix the "IDENTIFY timeout" some people are seeing. ATAPI SCSI buses only have 2 targets. | |||
1999-07-22 | shorten dmesg output | Theo de Raadt | |
1999-07-22 | sync | Theo de Raadt | |